Spaces:
Running
Running
prithivMLmods
commited on
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>"
|