mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-04-26 09:16:21 +02:00
update config.yaml
This commit is contained in:
parent
f45a368be2
commit
2678413c51
1 changed files with 5 additions and 5 deletions
|
|
@ -88,16 +88,16 @@ TIMEOUT: 60 # Timeout for llm invocation
|
|||
|
||||
#### for OPENAI VISION
|
||||
|
||||
OPENAI_VISION_URL: "https://openai-forward.metadl.com/v1"
|
||||
OPENAI_VISION_KEY: "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"
|
||||
OPENAI_VISION_MODEL: "gpt-4-vision-preview"
|
||||
VISION_MAX_TOKENS: 4096
|
||||
#OPENAI_VISION_URL: "YOUR_OPENAI_ENDPOINT"
|
||||
#OPENAI_VISION_KEY: "YOUR_API_KEY"
|
||||
#OPENAI_VISION_MODEL: "YOUR_VISION_MODEL_NAME"
|
||||
#VISION_MAX_TOKENS: 4096
|
||||
|
||||
#### for AZURE VISION
|
||||
|
||||
#AZURE_VISION_URL: "YOUR_AZURE_ENDPOINT"
|
||||
#AZURE_VISION_KEY: "YOUR_API_KEY"
|
||||
#AZURE_VISION_REGION: "YOUR_VISION_REGION_NAME"
|
||||
#AZURE_VISION_REGION: "YOUR_VISION_MODEL_NAME"
|
||||
#VISION_MAX_TOKENS: 4096
|
||||
|
||||
#### for Stable Diffusion
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue