mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-05-21 14:05:17 +02:00
remove attribute openai_vision_model and vision_max_tokens and method test_generate_webpages_with_style_and_script
This commit is contained in:
parent
5abde78767
commit
675b96b0f5
2 changed files with 1 additions and 13 deletions
|
|
@ -75,8 +75,6 @@ class Config(CLIParams, YamlModel):
|
|||
iflytek_api_key: str = ""
|
||||
azure_tts_subscription_key: str = ""
|
||||
azure_tts_region: str = ""
|
||||
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