NavyDevilDoc commited on
Commit
25a53e2
·
verified ·
1 Parent(s): 8b6ed10

Update src/app.py

Browse files

removed Gemma 9b model due to GGUF compatibility issues

Files changed (1) hide show
  1. 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: