mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-06-29 15:31:05 +08:00
Fix: The Creativity parameter of chat was not saved. (#15243)
### What problem does this PR solve? Fix: The Creativity parameter of chat was not saved. ### Type of change - [x] Bug Fix (non-breaking change which fixes an issue)
This commit is contained in:
@@ -58,6 +58,7 @@ export const LlmSettingFieldSchema = {
|
||||
presence_penalty: z.coerce.number().optional(),
|
||||
frequency_penalty: z.coerce.number().optional(),
|
||||
max_tokens: z.number().optional(),
|
||||
parameter: z.string().optional(),
|
||||
};
|
||||
|
||||
export const LlmSettingSchema = {
|
||||
|
||||
Reference in New Issue
Block a user