mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-04-29 10:56:22 +02:00
修改内容:
调整llm引用模式 添加对星火大模型的支持 在模型报错时可以人工输入 可以通过config直接全人工输入
This commit is contained in:
parent
206bc252de
commit
6046f9c942
18 changed files with 277 additions and 29 deletions
|
|
@ -15,6 +15,19 @@ RPM: 10
|
|||
#### if Anthropic
|
||||
#Anthropic_API_KEY: "YOUR_API_KEY"
|
||||
|
||||
#### if xinghuo
|
||||
#xinghuo_appid : "APPID"
|
||||
#xinghuo_api_secret : "APISecret"
|
||||
#xinghuo_api_key : "APIKey"
|
||||
|
||||
#domain : "generalv2"
|
||||
|
||||
#Spark_url : "ws://spark-api.xf-yun.com/v2.1/chat"
|
||||
|
||||
#### 如果不能使用api
|
||||
|
||||
#no_api_mode :"true"
|
||||
|
||||
#### if AZURE, check https://github.com/openai/openai-cookbook/blob/main/examples/azure/chat.ipynb
|
||||
|
||||
#OPENAI_API_TYPE: "azure"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue