Update app.py
Browse files
app.py
CHANGED
@@ -9,7 +9,7 @@ footer {
|
|
9 |
}
|
10 |
'''
|
11 |
|
12 |
-
client = InferenceClient("
|
13 |
def format_prompt(message, history, system_prompt=None):
|
14 |
prompt = "<s>"
|
15 |
for user_prompt, bot_response in history:
|
|
|
9 |
}
|
10 |
'''
|
11 |
|
12 |
+
client = InferenceClient("mistralai/Mixtral-8x7B-Instruct-v0.1")
|
13 |
def format_prompt(message, history, system_prompt=None):
|
14 |
prompt = "<s>"
|
15 |
for user_prompt, bot_response in history:
|