mirror of
https://github.com/langbot-app/LangBot.git
synced 2026-06-27 07:54:19 +00:00
feat: 添加对 Gitee AI 的支持
This commit is contained in:
@@ -4,7 +4,7 @@ import typing
|
||||
|
||||
import pydantic
|
||||
|
||||
from . import api
|
||||
from . import requester
|
||||
from . import token
|
||||
|
||||
|
||||
@@ -17,7 +17,7 @@ class LLMModelInfo(pydantic.BaseModel):
|
||||
|
||||
token_mgr: token.TokenManager
|
||||
|
||||
requester: api.LLMAPIRequester
|
||||
requester: requester.LLMAPIRequester
|
||||
|
||||
tool_call_supported: typing.Optional[bool] = False
|
||||
|
||||
|
||||
Reference in New Issue
Block a user