Coool2 commited on
Commit
37a5d10
·
verified ·
1 Parent(s): 937bdc4

Update agent.py

Browse files
Files changed (1) hide show
  1. agent.py +1 -1
agent.py CHANGED
@@ -73,7 +73,7 @@ proj_llm = HuggingFaceLLM(
73
  generate_kwargs={
74
  "temperature": 0.6,
75
  "top_p": 0.95,
76
- "top_k" = 20
77
  }
78
  )
79
 
 
73
  generate_kwargs={
74
  "temperature": 0.6,
75
  "top_p": 0.95,
76
+ "top_k": 20
77
  }
78
  )
79