Spaces:
Sleeping
Sleeping
prithivMLmods
commited on
Commit
β’
1d90055
1
Parent(s):
6206ab5
Update app.py
Browse files
app.py
CHANGED
@@ -11,7 +11,7 @@ footer {
|
|
11 |
}
|
12 |
'''
|
13 |
|
14 |
-
client = InferenceClient("mistralai/Mistral-7B-Instruct-v0.
|
15 |
|
16 |
def format_prompt(message, history, system_prompt=None):
|
17 |
prompt = "<s>"
|
|
|
11 |
}
|
12 |
'''
|
13 |
|
14 |
+
client = InferenceClient("mistralai/Mistral-7B-Instruct-v0.3")
|
15 |
|
16 |
def format_prompt(message, history, system_prompt=None):
|
17 |
prompt = "<s>"
|