Xhaheen commited on
Commit
318c6b6
1 Parent(s): ed0de95

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -12,6 +12,7 @@ client = OpenAI(
12
  base_url=os.getenv('API_BASE'))
13
 
14
  MODELS = [
 
15
  "google/gemini-flash-1.5",
16
  "qwen/qwen-2.5-72b-instruct",
17
  "mistralai/pixtral-12b:free"
 
12
  base_url=os.getenv('API_BASE'))
13
 
14
  MODELS = [
15
+ "google/gemini-flash-1.5-exp",
16
  "google/gemini-flash-1.5",
17
  "qwen/qwen-2.5-72b-instruct",
18
  "mistralai/pixtral-12b:free"