chore: init chat params

This commit is contained in:
jialin
2025-03-03 10:13:06 +08:00
parent 35fe459420
commit 1bb6c5fbfc
6 changed files with 365 additions and 325 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ export const llmInitialValues = {
stop: null,
temperature: 1,
top_p: 1,
max_tokens: 1024
max_tokens: null
};
export const advancedFieldsDefaultValus = {