Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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="
|
| 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
|