mirror of
https://github.com/labring/FastGPT.git
synced 2025-12-31 19:12:46 +00:00
perf: env template (#163)
This commit is contained in:
parent
adabc14340
commit
b7b222fdfb
|
|
@ -12,7 +12,7 @@ ROOT_KEY=fdafasd
|
|||
# openai 基本地址,可用作中转。
|
||||
OPENAI_BASE_URL=https://api.openai.com/v1
|
||||
# oneapi 地址,可以使用 oneapi 来实现多模型接入
|
||||
ONEAPI_URL=https://xxxx.cloud.sealos.io/openai/v1
|
||||
# ONEAPI_URL=https://xxxx.cloud.sealos.io/openai/v1
|
||||
# 通用key。可以是 openai 的也可以是 oneapi 的。
|
||||
# 此处逻辑:优先走 ONEAPI_URL,如果填写了 ONEAPI_URL,key 也需要是 ONEAPI 的 key
|
||||
CHAT_API_KEY=sk-xxxx
|
||||
|
|
|
|||
Loading…
Reference in New Issue