fix: check driver command for adding worker

This commit is contained in:
jialin
2025-10-20 19:11:02 +08:00
parent 9b843151fe
commit 3a7a4ccf30
12 changed files with 162 additions and 61 deletions
+3 -3
View File
@@ -34,9 +34,9 @@ export const llmInitialValues = {
stop: null,
temperature: 1,
top_p: 1,
max_tokens: null,
frequency_penalty: null,
presence_penalty: null
max_tokens: 1024,
frequency_penalty: 0,
presence_penalty: 0
};
export const advancedFieldsDefaultValus = {