charesz commited on
Commit
3873357
·
verified ·
1 Parent(s): 59e9841

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -15,7 +15,7 @@ st.set_page_config(page_title="Your AI Buddy", layout="wide")
15
  st.title("💡 Need answers? Just type below!")
16
 
17
  # List of recommended Hugging Face models (small ones to avoid storage issues)
18
- HF_RECOMMENDED_MODELS = ["google/flan-t5-large"]
19
 
20
  # -------------------
21
  # Sidebar Settings
 
15
  st.title("💡 Need answers? Just type below!")
16
 
17
  # List of recommended Hugging Face models (small ones to avoid storage issues)
18
+ HF_RECOMMENDED_MODELS = ["mistralai/Mistral-7B-v0.1"]
19
 
20
  # -------------------
21
  # Sidebar Settings