mirror of
https://github.com/labring/FastGPT.git
synced 2025-07-25 06:14:06 +00:00
feat: ai proxy v1 (#3898)
* feat: ai proxy v1 * perf: ai proxy channel crud * feat: ai proxy logs * feat: channel test * doc * update lock
This commit is contained in:
@@ -13,6 +13,10 @@ ROOT_KEY=fdafasd
|
||||
OPENAI_BASE_URL=https://api.openai.com/v1
|
||||
# OpenAI API Key
|
||||
CHAT_API_KEY=sk-xxxx
|
||||
# ai proxy api
|
||||
AIPROXY_API_ENDPOINT=https://xxx.come
|
||||
AIPROXY_API_TOKEN=xxxxx
|
||||
|
||||
# 强制将图片转成 base64 传递给模型
|
||||
MULTIPLE_DATA_TO_BASE64=true
|
||||
|
||||
|
Reference in New Issue
Block a user