Create constants.py
Browse files- constants.py +2 -0
constants.py
ADDED
@@ -0,0 +1,2 @@
|
|
|
|
|
|
|
1 |
+
DEFAULT_API_URL = "https://agents-course-unit4-scoring.hf.space"
|
2 |
+
OPENROUTER_MODEL = "google/gemini-2.5-flash-preview" #"deepseek/deepseek-chat-v3-0324:free"
|