mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-07-29 12:09:31 +08:00
Add {date} replacement to chat (#17430)
This commit is contained in:
@@ -32,7 +32,10 @@ export const useCreateChatDialog = () => {
|
||||
refine_multiturn: false,
|
||||
use_kg: false,
|
||||
reasoning: false,
|
||||
parameters: [{ key: 'knowledge', optional: false }],
|
||||
parameters: [
|
||||
{ key: 'knowledge', optional: false },
|
||||
{ key: 'date', optional: true },
|
||||
],
|
||||
toc_enhance: false,
|
||||
},
|
||||
llm_id: defaultModelDictionary?.llm_id,
|
||||
|
||||
Reference in New Issue
Block a user