nadim71 commited on
Commit
f269466
·
verified ·
1 Parent(s): ec962d2

Update agent.py

Browse files
Files changed (1) hide show
  1. agent.py +1 -1
agent.py CHANGED
@@ -21,7 +21,7 @@ load_dotenv()
21
  llm = ChatHuggingFace(
22
  llm=HuggingFaceEndpoint(
23
  repo_id="Qwen/Qwen2.5-Coder-32B-Instruct",
24
- huggingfacehub_api_token=HF_KEY,
25
  task="conversational", # Specify task for the conversational model
26
  )
27
  )
 
21
  llm = ChatHuggingFace(
22
  llm=HuggingFaceEndpoint(
23
  repo_id="Qwen/Qwen2.5-Coder-32B-Instruct",
24
+ huggingfacehub_api_token='HF_KEY',
25
  task="conversational", # Specify task for the conversational model
26
  )
27
  )