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:
balibabu
2026-05-27 11:02:30 +08:00
committed by GitHub
parent 8f0632c8d9
commit 187dc8a1e6

View File

@@ -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 = {