Feat/chat add origin (#1130)

This commit is contained in:
zxhlyh 2023-09-09 19:17:12 +08:00 committed by GitHub
commit 84c76bc04a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
74 changed files with 2454 additions and 28 deletions

View file

@ -99,6 +99,9 @@ export type ModelConfig = {
speech_to_text: {
enabled: boolean
}
retriever_resource: {
enabled: boolean
}
agent_mode: {
enabled: boolean
tools: ToolItem[]