Spaces:
Runtime error
Runtime error
Update chat_models.py
Browse files- chat_models.py +3 -0
chat_models.py
CHANGED
@@ -1,3 +1,6 @@
|
|
1 |
models = [
|
2 |
"mistralai/Mixtral-8x7B-Instruct-v0.1",
|
|
|
|
|
|
|
3 |
]
|
|
|
1 |
models = [
|
2 |
"mistralai/Mixtral-8x7B-Instruct-v0.1",
|
3 |
+
"HuggingFaceM4/idefics-9b-instruct",
|
4 |
+
"HuggingFaceM4/idefics-80b-instruct",
|
5 |
+
|
6 |
]
|