adrish commited on
Commit
d78576c
·
1 Parent(s): 2bd5f34

updated the default model

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -160,9 +160,9 @@ def main():
160
  model_choice = st.sidebar.selectbox(
161
  "Select Model",
162
  [
163
- "gpt-4o",
164
- "gpt-4o-mini",
165
  "meta-llama/Llama-3.3-70B-Instruct",
 
 
166
  "deepseek-ai/DeepSeek-R1-Distill-Qwen-1.5B"
167
  ]
168
  )
 
160
  model_choice = st.sidebar.selectbox(
161
  "Select Model",
162
  [
 
 
163
  "meta-llama/Llama-3.3-70B-Instruct",
164
+ "gpt-4o-mini",
165
+ "gpt-4o",
166
  "deepseek-ai/DeepSeek-R1-Distill-Qwen-1.5B"
167
  ]
168
  )