mirror of
https://github.com/FuQuan233/nonebot-plugin-llmchat.git
synced 2026-08-13 10:09:27 +00:00
✨ 支持流式回复与按行消息解析
This commit is contained in:
parent
0d6771eca6
commit
f091497613
10 changed files with 644 additions and 45 deletions
|
|
@ -13,6 +13,7 @@ class PresetConfig(BaseModel):
|
|||
proxy: str = Field(default="", description="HTTP代理服务器")
|
||||
support_mcp: bool = Field(default=False, description="是否支持MCP")
|
||||
support_image: bool = Field(default=False, description="是否支持图片输入")
|
||||
stream: bool = Field(default=False, description="是否使用流式响应")
|
||||
extra_body: dict = Field(default_factory=dict, description="额外请求体字段")
|
||||
request_with_reasoning_content: bool = Field(
|
||||
default=False,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue