Feat/chat add origin (#1130)
This commit is contained in:
parent
6effcd3755
commit
84c76bc04a
74 changed files with 2454 additions and 28 deletions
|
|
@ -99,6 +99,9 @@ export type ModelConfig = {
|
|||
speech_to_text: {
|
||||
enabled: boolean
|
||||
}
|
||||
retriever_resource: {
|
||||
enabled: boolean
|
||||
}
|
||||
agent_mode: {
|
||||
enabled: boolean
|
||||
tools: ToolItem[]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue