feat: add README
This commit is contained in:
0
src/bifrost-gateway/.env.example
Normal file
0
src/bifrost-gateway/.env.example
Normal file
@@ -1,3 +1,18 @@
|
||||
# Bifrost Gateway
|
||||
|
||||
[English](./README.md) | [中文](./README.zh.md)
|
||||
|
||||
Bifrost is a lightweight, high-performance LLM gateway that supports multiple models and providers.
|
||||
|
||||
## Services
|
||||
|
||||
- `bifrost`: The LLM gateway service.
|
||||
|
||||
## Configuration
|
||||
|
||||
- `BIFROST_VERSION`: The version of the Bifrost image, default is `v1.2.15`.
|
||||
- `BIFROST_PORT`: The port for the Bifrost service, default is `28080`.
|
||||
|
||||
## Volumes
|
||||
|
||||
- `bifrost_data`: A volume for storing Bifrost data.
|
||||
|
||||
18
src/bifrost-gateway/README.zh.md
Normal file
18
src/bifrost-gateway/README.zh.md
Normal file
@@ -0,0 +1,18 @@
|
||||
# Bifrost 网关
|
||||
|
||||
[English](./README.md) | [中文](./README.zh.md)
|
||||
|
||||
Bifrost 是一个轻量级、高性能的 LLM 网关,支持多种模型和提供商。
|
||||
|
||||
## 服务
|
||||
|
||||
- `bifrost`: LLM 网关服务。
|
||||
|
||||
## 配置
|
||||
|
||||
- `BIFROST_VERSION`: Bifrost 镜像的版本,默认为 `v1.2.15`。
|
||||
- `BIFROST_PORT`: Bifrost 服务的端口,默认为 `28080`。
|
||||
|
||||
## 卷
|
||||
|
||||
- `bifrost_data`: 用于存储 Bifrost 数据的卷。
|
||||
Reference in New Issue
Block a user