Feat/chat add origin (#1130)
This commit is contained in:
parent
6effcd3755
commit
84c76bc04a
74 changed files with 2454 additions and 28 deletions
|
|
@ -33,6 +33,8 @@ export type SuggestedQuestionsAfterAnswerConfig = MoreLikeThisConfig
|
|||
|
||||
export type SpeechToTextConfig = MoreLikeThisConfig
|
||||
|
||||
export type CitationConfig = MoreLikeThisConfig
|
||||
|
||||
// frontend use. Not the same as backend
|
||||
export type ModelConfig = {
|
||||
provider: string // LLM Provider: for example "OPENAI"
|
||||
|
|
@ -48,6 +50,9 @@ export type ModelConfig = {
|
|||
speech_to_text: {
|
||||
enabled: boolean
|
||||
} | null
|
||||
retriever_resource: {
|
||||
enabled: boolean
|
||||
} | null
|
||||
dataSets: any[]
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue