Update main.py
Browse files
main.py
CHANGED
@@ -430,8 +430,8 @@ async def start():
|
|
430 |
categorie = cl.user_session.set("categorie", os.environ['PINECONE_API_KEYESCO'])
|
431 |
|
432 |
os.environ['HUGGINGFACEHUB_API_TOKEN'] = os.environ['HUGGINGFACEHUB_API_TOKEN']
|
433 |
-
|
434 |
-
repo_id = "mistralai/Mistral-Small-Instruct-2409"
|
435 |
model = HuggingFaceEndpoint(
|
436 |
repo_id=repo_id,
|
437 |
max_new_tokens=6000,
|
|
|
430 |
categorie = cl.user_session.set("categorie", os.environ['PINECONE_API_KEYESCO'])
|
431 |
|
432 |
os.environ['HUGGINGFACEHUB_API_TOKEN'] = os.environ['HUGGINGFACEHUB_API_TOKEN']
|
433 |
+
repo_id = "mistralai/Mistral-7B-Instruct-v0.3"
|
434 |
+
#repo_id = "mistralai/Mistral-Small-Instruct-2409"
|
435 |
model = HuggingFaceEndpoint(
|
436 |
repo_id=repo_id,
|
437 |
max_new_tokens=6000,
|