datacipen commited on
Commit
ffe2e34
1 Parent(s): 97f06f1

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -63,7 +63,7 @@ async def on_chat_start():
63
  repo_id = "mistralai/Mixtral-8x7B-Instruct-v0.1"
64
 
65
  llm = HuggingFaceEndpoint(
66
- repo_id=repo_id, max_new_tokens=5000, temperature=1.0
67
  )
68
  agent = create_csv_agent(
69
  llm,
 
63
  repo_id = "mistralai/Mixtral-8x7B-Instruct-v0.1"
64
 
65
  llm = HuggingFaceEndpoint(
66
+ repo_id=repo_id, temperature=1.0
67
  )
68
  agent = create_csv_agent(
69
  llm,