mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-06-20 15:38:09 +02:00
update config.yaml and vision.py for configuration of vision
This commit is contained in:
parent
38929dc124
commit
841f69d5ed
3 changed files with 5 additions and 13 deletions
|
|
@ -88,18 +88,9 @@ TIMEOUT: 60 # Timeout for llm invocation
|
|||
|
||||
#### for OPENAI VISION
|
||||
|
||||
#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_MODEL_NAME"
|
||||
#VISION_MAX_TOKENS: 4096
|
||||
|
||||
#### for Stable Diffusion
|
||||
## Use SD service, based on https://github.com/AUTOMATIC1111/stable-diffusion-webui
|
||||
#SD_URL: "YOUR_SD_URL"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue