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
+15
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.