Update app.py
Browse files
app.py
CHANGED
@@ -11,7 +11,7 @@ print("trial")
|
|
11 |
# (Keep Constants as is)
|
12 |
# --- Constants ---
|
13 |
DEFAULT_API_URL = "https://agents-course-unit4-scoring.hf.space"
|
14 |
-
MODEL_API_URL = "https://api-inference.huggingface.co/models/Qwen/Qwen2.5-Coder-
|
15 |
HF_TOKEN = os.getenv("HF_TOKEN") # Make sure to set this environment variable
|
16 |
|
17 |
class AgentState(TypedDict):
|
|
|
11 |
# (Keep Constants as is)
|
12 |
# --- Constants ---
|
13 |
DEFAULT_API_URL = "https://agents-course-unit4-scoring.hf.space"
|
14 |
+
MODEL_API_URL = "https://api-inference.huggingface.co/models/Qwen/Qwen2.5-Coder-7B-Instruct"
|
15 |
HF_TOKEN = os.getenv("HF_TOKEN") # Make sure to set this environment variable
|
16 |
|
17 |
class AgentState(TypedDict):
|