chore: llama-box parameters
This commit is contained in:
@@ -68,7 +68,7 @@ const advancedFieldsDefaultValus = {
|
||||
sampling_steps: 10,
|
||||
negative_prompt: null,
|
||||
schedule_method: 'discrete',
|
||||
preview: null
|
||||
preview: 'preview_faster'
|
||||
};
|
||||
|
||||
const openaiCompatibleFieldsDefaultValus = {
|
||||
|
||||
@@ -70,7 +70,7 @@ const advancedFieldsDefaultValus = {
|
||||
strength: 0.75,
|
||||
sampling_steps: 10,
|
||||
negative_prompt: null,
|
||||
preview: null,
|
||||
preview: 'preview_faster',
|
||||
schedule_method: 'discrete'
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user