Spaces:
Sleeping
Sleeping
Update main.py
Browse files
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,
|
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,
|