Spaces:
Sleeping
Sleeping
Update BasicAgent.py
Browse files- BasicAgent.py +1 -1
BasicAgent.py
CHANGED
|
@@ -12,7 +12,7 @@ import numpy, math, xlrd, os
|
|
| 12 |
#import os
|
| 13 |
from smolagents import CodeAgent, HfApiModel, InferenceClientModel, WebSearchTool
|
| 14 |
|
| 15 |
-
class
|
| 16 |
"""Adapts smolagents.CodeAgent to the HF course template API."""
|
| 17 |
def __init__(self):
|
| 18 |
model_id = "meta-llama/Meta-Llama-3-70B-Instruct" # correct repo name
|
|
|
|
| 12 |
#import os
|
| 13 |
from smolagents import CodeAgent, HfApiModel, InferenceClientModel, WebSearchTool
|
| 14 |
|
| 15 |
+
class newAgent:
|
| 16 |
"""Adapts smolagents.CodeAgent to the HF course template API."""
|
| 17 |
def __init__(self):
|
| 18 |
model_id = "meta-llama/Meta-Llama-3-70B-Instruct" # correct repo name
|