feat: add README

This commit is contained in:
Sun-ZhenXing
2025-09-24 14:16:10 +08:00
parent 232517b58f
commit 70f39867cf
65 changed files with 1695 additions and 103 deletions

View File

View 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.

View 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 数据的卷。