Spaces:
Sleeping
Sleeping
Update static/index.html
Browse files- static/index.html +1 -1
static/index.html
CHANGED
|
@@ -186,7 +186,7 @@
|
|
| 186 |
const [config, setConfig] = useState(() => ({
|
| 187 |
apiKeys: localStorage.getItem('gemini_api_keys_multi') || '',
|
| 188 |
batchSize: Number(localStorage.getItem('gemini_batch_size')) || 20,
|
| 189 |
-
modelName: localStorage.getItem('gemini_model_name') || 'gemini-
|
| 190 |
quality: Number(localStorage.getItem('gemini_quality')) || 0.7
|
| 191 |
}));
|
| 192 |
|
|
|
|
| 186 |
const [config, setConfig] = useState(() => ({
|
| 187 |
apiKeys: localStorage.getItem('gemini_api_keys_multi') || '',
|
| 188 |
batchSize: Number(localStorage.getItem('gemini_batch_size')) || 20,
|
| 189 |
+
modelName: localStorage.getItem('gemini_model_name') || 'gemini-3-flash-preview',
|
| 190 |
quality: Number(localStorage.getItem('gemini_quality')) || 0.7
|
| 191 |
}));
|
| 192 |
|