Spaces:
Runtime error
Runtime error
Update main.py
Browse files
main.py
CHANGED
|
@@ -39,8 +39,7 @@ async def on_chat_start():
|
|
| 39 |
url="https://cipen.univ-gustave-eiffel.fr/typo3conf/ext/cipen_package/Resources/Public/Dataviz/datalab/Venus/logo-ofipe.jpg",
|
| 40 |
).send()
|
| 41 |
os.environ['HUGGINGFACEHUB_API_TOKEN'] = os.environ['HUGGINGFACEHUB_API_TOKEN']
|
| 42 |
-
|
| 43 |
-
repo_id = "abacusai/Llama-3-Giraffe-70B-Instruct"
|
| 44 |
llm = HuggingFaceEndpoint(
|
| 45 |
repo_id=repo_id, temperature=1.0
|
| 46 |
)
|
|
|
|
| 39 |
url="https://cipen.univ-gustave-eiffel.fr/typo3conf/ext/cipen_package/Resources/Public/Dataviz/datalab/Venus/logo-ofipe.jpg",
|
| 40 |
).send()
|
| 41 |
os.environ['HUGGINGFACEHUB_API_TOKEN'] = os.environ['HUGGINGFACEHUB_API_TOKEN']
|
| 42 |
+
repo_id = "mistralai/Mixtral-8x7B-Instruct-v0.1"
|
|
|
|
| 43 |
llm = HuggingFaceEndpoint(
|
| 44 |
repo_id=repo_id, temperature=1.0
|
| 45 |
)
|