lucasnseq commited on
Commit
1105bd6
·
verified ·
1 Parent(s): 1ac19e5

Update consts.py

Browse files
Files changed (1) hide show
  1. consts.py +1 -1
consts.py CHANGED
@@ -1,2 +1,2 @@
1
  DEFAULT_API_URL = "https://agents-course-unit4-scoring.hf.space"
2
- MODEL_ID = "gemini-2.0-flash"
 
1
  DEFAULT_API_URL = "https://agents-course-unit4-scoring.hf.space"
2
+ AVAILABLE_MODELS = ["gpt-4.1-mini", "gpt-4.1", "gemini-2.0-flash"]