Spaces:
Sleeping
Sleeping
Update main.py
Browse files
main.py
CHANGED
|
@@ -67,7 +67,7 @@ async def on_chat_start():
|
|
| 67 |
).send()
|
| 68 |
selectRomes = selectRome.get('value')
|
| 69 |
os.environ['HUGGINGFACEHUB_API_TOKEN'] = os.environ['HUGGINGFACEHUB_API_TOKEN']
|
| 70 |
-
repo_id = "mistralai/
|
| 71 |
#repo_id = "mistralai/Mistral-7B-Instruct-v0.3"
|
| 72 |
llm = HuggingFaceEndpoint(
|
| 73 |
repo_id=repo_id, temperature=1.0
|
|
|
|
| 67 |
).send()
|
| 68 |
selectRomes = selectRome.get('value')
|
| 69 |
os.environ['HUGGINGFACEHUB_API_TOKEN'] = os.environ['HUGGINGFACEHUB_API_TOKEN']
|
| 70 |
+
repo_id = "mistralai/Mathstral-7b-v0.1"
|
| 71 |
#repo_id = "mistralai/Mistral-7B-Instruct-v0.3"
|
| 72 |
llm = HuggingFaceEndpoint(
|
| 73 |
repo_id=repo_id, temperature=1.0
|