Update chat_interface.py
Browse files- chat_interface.py +1 -1
chat_interface.py
CHANGED
@@ -28,7 +28,7 @@ client = OpenAI(
|
|
28 |
api_key=anyscale_api_key
|
29 |
)
|
30 |
|
31 |
-
qna_model = '
|
32 |
|
33 |
chromadb_client = chromadb.PersistentClient(path='./tesla_db')
|
34 |
|
|
|
28 |
api_key=anyscale_api_key
|
29 |
)
|
30 |
|
31 |
+
qna_model = 'mlabonne/NeuralHermes-2.5-Mistral-7B'
|
32 |
|
33 |
chromadb_client = chromadb.PersistentClient(path='./tesla_db')
|
34 |
|