Antoine101 commited on
Commit
a8d3f8a
·
verified ·
1 Parent(s): 80dfd2a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -17,7 +17,7 @@ DEFAULT_API_URL = "https://agents-course-unit4-scoring.hf.space"
17
 
18
  # --- Basic Agent Definition ---
19
 
20
- llm = HuggingFaceEndpoint(repo_id="Qwen/Qwen2.5-Coder-32B-Instruct")
21
  chat = ChatHuggingFace(llm=llm, verbose=True)
22
  tools = [
23
  search_tool
 
17
 
18
  # --- Basic Agent Definition ---
19
 
20
+ llm = HuggingFaceEndpoint(repo_id="HuggingFaceTB/SmolLM-135M-Instruct")
21
  chat = ChatHuggingFace(llm=llm, verbose=True)
22
  tools = [
23
  search_tool