mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-04-25 08:46:48 +02:00
处理冲突
This commit is contained in:
commit
340e1486d2
9 changed files with 214 additions and 7 deletions
|
|
@ -63,3 +63,21 @@ metagpt_tti_url: "YOUR_MODEL_URL"
|
|||
omniparse:
|
||||
api_key: "YOUR_API_KEY"
|
||||
base_url: "YOUR_BASE_URL"
|
||||
|
||||
models:
|
||||
# "YOUR_MODEL_NAME_1 or YOUR_API_TYPE_1": # model: "gpt-4-turbo" # or gpt-3.5-turbo
|
||||
# api_type: "openai" # or azure / ollama / groq etc.
|
||||
# base_url: "YOUR_BASE_URL"
|
||||
# api_key: "YOUR_API_KEY"
|
||||
# proxy: "YOUR_PROXY" # for LLM API requests
|
||||
# # timeout: 600 # Optional. If set to 0, default value is 300.
|
||||
# # Details: https://azure.microsoft.com/en-us/pricing/details/cognitive-services/openai-service/
|
||||
# pricing_plan: "" # Optional. Use for Azure LLM when its model name is not the same as OpenAI's
|
||||
# "YOUR_MODEL_NAME_2 or YOUR_API_TYPE_2": # api_type: "openai" # or azure / ollama / groq etc.
|
||||
# api_type: "openai" # or azure / ollama / groq etc.
|
||||
# base_url: "YOUR_BASE_URL"
|
||||
# api_key: "YOUR_API_KEY"
|
||||
# proxy: "YOUR_PROXY" # for LLM API requests
|
||||
# # timeout: 600 # Optional. If set to 0, default value is 300.
|
||||
# # Details: https://azure.microsoft.com/en-us/pricing/details/cognitive-services/openai-service/
|
||||
# pricing_plan: "" # Optional. Use for Azure LLM when its model name is not the same as OpenAI's
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue