mirror of
https://github.com/langgenius/dify.git
synced 2026-08-03 11:46:37 +08:00
chroe: fix ts problem
This commit is contained in:
parent
9e3dd69277
commit
b07c766551
@ -132,9 +132,9 @@ export type ModelConfig = {
|
|||||||
provider: string // LLM Provider: for example "OPENAI"
|
provider: string // LLM Provider: for example "OPENAI"
|
||||||
model_id: string
|
model_id: string
|
||||||
mode: ModelModeType
|
mode: ModelModeType
|
||||||
prompt_type: PromptMode
|
prompt_type?: PromptMode
|
||||||
chat_prompt_config: ChatPromptConfig | null
|
chat_prompt_config?: ChatPromptConfig | null
|
||||||
completion_prompt_config: CompletionPromptConfig | null
|
completion_prompt_config?: CompletionPromptConfig | null
|
||||||
configs: PromptConfig
|
configs: PromptConfig
|
||||||
opening_statement: string | null
|
opening_statement: string | null
|
||||||
more_like_this: MoreLikeThisConfig | null
|
more_like_this: MoreLikeThisConfig | null
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user