mirror of
https://github.com/LiteyukiStudio/nonebot-plugin-marshoai.git
synced 2025-08-01 03:59:51 +00:00
⚛️v0.2.2,新增1个配置项
This commit is contained in:
@ -13,4 +13,5 @@ class ConfigModel(BaseModel):
|
||||
marshoai_azure_endpoint: str = "https://models.inference.ai.azure.com"
|
||||
marshoai_temperature: float = None
|
||||
marshoai_max_tokens: int = None
|
||||
marshoai_top_p: float = None
|
||||
config: ConfigModel = get_plugin_config(ConfigModel)
|
||||
|
Reference in New Issue
Block a user