johann22 commited on
Commit
1db05ef
β€’
1 Parent(s): 17dd268

Create chat_models.py

Browse files
Files changed (1) hide show
  1. chat_models.py +3 -0
chat_models.py ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ models = [
2
+ "mistralai/Mixtral-8x7B-Instruct-v0.1",
3
+ ]