mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-05-01 11:56:24 +02:00
add gptv config
This commit is contained in:
parent
56f5dc9f2e
commit
a9ef85b282
1 changed files with 2 additions and 0 deletions
|
|
@ -81,6 +81,8 @@ class Config(CLIParams, YamlModel):
|
|||
AZURE_TTS_SUBSCRIPTION_KEY: str = ""
|
||||
AZURE_TTS_REGION: str = ""
|
||||
mermaid_engine: str = "nodejs"
|
||||
OPENAI_VISION_MODEL: str = "gpt-4-vision-preview"
|
||||
VISION_MAX_TOKENS: int = 4096
|
||||
|
||||
@classmethod
|
||||
def from_home(cls, path):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue