mirror of
https://github.com/FuQuan233/nonebot-plugin-llmchat.git
synced 2025-09-04 18:30:43 +00:00
♻️ fix lint problems
This commit is contained in:
parent
05eb132f85
commit
f89e41754c
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ class PresetConfig(BaseModel):
|
|||
model_name: str = Field(..., description="模型名称")
|
||||
max_tokens: int = Field(2048, description="最大响应token数")
|
||||
temperature: float = Field(0.7, description="生成温度(0-2]")
|
||||
proxy: str = Field(None, description="HTTP代理服务器")
|
||||
proxy = Field(None, description="HTTP代理服务器")
|
||||
|
||||
|
||||
class ScopedConfig(BaseModel):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue