mirror of
https://github.com/langgenius/dify.git
synced 2026-02-13 14:34:54 +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"
|
||||
model_id: string
|
||||
mode: ModelModeType
|
||||
prompt_type: PromptMode
|
||||
chat_prompt_config: ChatPromptConfig | null
|
||||
completion_prompt_config: CompletionPromptConfig | null
|
||||
prompt_type?: PromptMode
|
||||
chat_prompt_config?: ChatPromptConfig | null
|
||||
completion_prompt_config?: CompletionPromptConfig | null
|
||||
configs: PromptConfig
|
||||
opening_statement: string | null
|
||||
more_like_this: MoreLikeThisConfig | null
|
||||
|
||||
Loading…
Reference in New Issue
Block a user