Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
shalanova
/
agents-course_final
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
shalanova
commited on
Jun 16, 2025
Commit
a6a7133
·
verified
·
1 Parent(s):
d2ae5b9
Update agent.py
Browse files
Files changed (1)
hide
show
agent.py
+2
-1
agent.py
CHANGED
Viewed
@@ -57,7 +57,8 @@ tools = [
57
58
# LLM
59
60
-
llm = InferenceClientModel(
)
61
62
63
# Agent
57
58
# LLM
59
60
+
llm = InferenceClientModel(
model='meta-llama/Llama-3-8B-Instruct',
61
+
token=os.getenv('tmp'))
62
63
64
# Agent