ORromu commited on
Commit
9d32492
·
verified ·
1 Parent(s): 7b404af

Update agent.py

Browse files
Files changed (1) hide show
  1. agent.py +1 -1
agent.py CHANGED
@@ -19,7 +19,7 @@ HUGGINGFACEHUB_API_TOKEN = getenv("HUGGINGFACEHUB_API_TOKEN")
19
 
20
 
21
  llm = HuggingFaceEndpoint(
22
- repo_id="https://api-inference.huggingface.co/models/Meta-DeepLearning/llama-2-7b-chat-hf",
23
  )
24
 
25
 
 
19
 
20
 
21
  llm = HuggingFaceEndpoint(
22
+ url="https://api-inference.huggingface.co/models/Meta-DeepLearning/llama-2-7b-chat-hf",
23
  )
24
 
25