mirror of https://github.com/Mai-with-u/MaiBot.git
Update api_ada_configs.py
parent
5ca2074f30
commit
1d7e8a3e2c
|
|
@ -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):
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue