Skip to content

Commit

Permalink
perf: env template (#163)
Browse files Browse the repository at this point in the history
  • Loading branch information
c121914yu authored Aug 9, 2023
1 parent adabc14 commit b7b222f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/.env.template
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b7b222f

Please sign in to comment.