Spaces:
Runtime error
Runtime error
Radosław Wolnik
commited on
Commit
·
6042737
1
Parent(s):
b26d149
new methot of generation
Browse files- ChatAI/chat_ai.py +2 -2
ChatAI/chat_ai.py
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
-
from
|
2 |
|
3 |
-
pipe =
|
|
|
1 |
+
from huggingface_hub import InferenceClient
|
2 |
|
3 |
+
pipe = InferenceClient("mistralai/Mistral-7B-Instruct-v0.3")
|