Update consts.py
Browse files
consts.py
CHANGED
@@ -1,2 +1,2 @@
|
|
1 |
DEFAULT_API_URL = "https://agents-course-unit4-scoring.hf.space"
|
2 |
-
|
|
|
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"]
|