Spaces:
Running
Running
Commit
·
8472bc0
1
Parent(s):
d239855
removed usable models
Browse files- src/config.py +1 -1
src/config.py
CHANGED
@@ -69,7 +69,7 @@ SUPPORTED_MODELS = [
|
|
69 |
"displayName": "Gemini 2.5 Pro",
|
70 |
"description": "Advanced multimodal model with enhanced capabilities",
|
71 |
"inputTokenLimit": 1048576,
|
72 |
-
"outputTokenLimit":
|
73 |
"supportedGenerationMethods": ["generateContent", "streamGenerateContent"],
|
74 |
"temperature": 1.0,
|
75 |
"maxTemperature": 2.0,
|
|
|
69 |
"displayName": "Gemini 2.5 Pro",
|
70 |
"description": "Advanced multimodal model with enhanced capabilities",
|
71 |
"inputTokenLimit": 1048576,
|
72 |
+
"outputTokenLimit": 65535,
|
73 |
"supportedGenerationMethods": ["generateContent", "streamGenerateContent"],
|
74 |
"temperature": 1.0,
|
75 |
"maxTemperature": 2.0,
|