njbrake commited on
Commit
6c3142a
·
verified ·
1 Parent(s): 0793a62

Update constants.py

Browse files
Files changed (1) hide show
  1. constants.py +1 -1
constants.py CHANGED
@@ -13,7 +13,7 @@ MODEL_OPTIONS = [
13
  "openai/gpt-4.1-mini",
14
  "openai/gpt-4o",
15
  "gemini/gemini-2.0-flash-lite",
16
- "gemini-2.0-flash",
17
  # "huggingface/Qwen/Qwen3-32B", # right now throwing an internal error, but novita qwen isn't supporting tool calling
18
  ]
19
 
 
13
  "openai/gpt-4.1-mini",
14
  "openai/gpt-4o",
15
  "gemini/gemini-2.0-flash-lite",
16
+ "gemini/gemini-2.0-flash",
17
  # "huggingface/Qwen/Qwen3-32B", # right now throwing an internal error, but novita qwen isn't supporting tool calling
18
  ]
19