Spaces:
Runtime error
Runtime error
label: 'Max Tokens'
Browse files
src/lib/components/InferencePlayground/generationConfigSettings.ts
CHANGED
|
@@ -19,7 +19,7 @@ export const GENERATION_CONFIG_SETTINGS: Record<string, GenerationKeySettings> =
|
|
| 19 |
step: 1,
|
| 20 |
min: 1,
|
| 21 |
max: 8192, // changed dynamically based on model
|
| 22 |
-
label: '
|
| 23 |
},
|
| 24 |
top_p: {
|
| 25 |
default: 0.7,
|
|
|
|
| 19 |
step: 1,
|
| 20 |
min: 1,
|
| 21 |
max: 8192, // changed dynamically based on model
|
| 22 |
+
label: 'Max Tokens'
|
| 23 |
},
|
| 24 |
top_p: {
|
| 25 |
default: 0.7,
|