Update api_ada_configs.py

pull/1302/head
foxplaying 2025-10-17 19:46:13 +08:00 committed by GitHub
parent 5ca2074f30
commit 1d7e8a3e2c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 1 deletions

View File

@ -88,6 +88,8 @@ class TaskConfig(ConfigBase):
temperature: float = 0.3 temperature: float = 0.3
"""模型温度""" """模型温度"""
img_tokens: int = 300
"""图像任务最大输出token数"""
@dataclass @dataclass
class ModelTaskConfig(ConfigBase): class ModelTaskConfig(ConfigBase):