naman1102 commited on
Commit
1d20af3
·
1 Parent(s): 27b9c3e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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-32B-Instruct"
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):