Spaces:
Sleeping
Sleeping
Update src/app.py
Browse filesremoved Gemma 9b model due to GGUF compatibility issues
- src/app.py +0 -3
src/app.py
CHANGED
|
@@ -290,9 +290,6 @@ with st.sidebar:
|
|
| 290 |
# Add Premium Options if Admin or Key provided
|
| 291 |
if is_admin or st.session_state.get("user_openai_key"):
|
| 292 |
opts.append("GPT-4o (Omni)")
|
| 293 |
-
|
| 294 |
-
if is_admin: # Only admins should see this initially to save RAM
|
| 295 |
-
opts.append("Custom Gemma 2 9B (Fine-Tuned)")
|
| 296 |
|
| 297 |
# Add Gemini if Key exists (System wide)
|
| 298 |
if GOOGLE_KEY:
|
|
|
|
| 290 |
# Add Premium Options if Admin or Key provided
|
| 291 |
if is_admin or st.session_state.get("user_openai_key"):
|
| 292 |
opts.append("GPT-4o (Omni)")
|
|
|
|
|
|
|
|
|
|
| 293 |
|
| 294 |
# Add Gemini if Key exists (System wide)
|
| 295 |
if GOOGLE_KEY:
|