rsobieski commited on
Commit
f0db1d6
·
verified ·
1 Parent(s): 8337428

Update agent.py

Browse files
Files changed (1) hide show
  1. agent.py +4 -4
agent.py CHANGED
@@ -19,10 +19,10 @@ def build_graph():
19
  repo_id="mistralai/Mistral-7B-Instruct-v0.3",
20
  task="text-generation",
21
  huggingfacehub_api_token=os.environ["HF_TOKEN"],
22
- model_kwargs={
23
- "max_new_tokens": 512,
24
- "temperature": 0.1
25
- }
26
  )
27
 
28
  # Retriever node (unchanged)
 
19
  repo_id="mistralai/Mistral-7B-Instruct-v0.3",
20
  task="text-generation",
21
  huggingfacehub_api_token=os.environ["HF_TOKEN"],
22
+ # model_kwargs={
23
+ # "max_new_tokens": 512,
24
+ # "temperature": 0.1
25
+ # }
26
  )
27
 
28
  # Retriever node (unchanged)