Spaces:
Runtime error
Runtime error
N.Achyuth Reddy
commited on
Commit
·
236a926
1
Parent(s):
6ed563d
Update app.py
Browse files
app.py
CHANGED
@@ -5,7 +5,7 @@ import random
|
|
5 |
API_URL = "https://api-inference.huggingface.co/models/"
|
6 |
|
7 |
client = InferenceClient(
|
8 |
-
"mistralai/Mistral-7B-
|
9 |
)
|
10 |
|
11 |
def format_prompt(message, history):
|
|
|
5 |
API_URL = "https://api-inference.huggingface.co/models/"
|
6 |
|
7 |
client = InferenceClient(
|
8 |
+
"mistralai/Mistral-7B-v0.1"
|
9 |
)
|
10 |
|
11 |
def format_prompt(message, history):
|