Spaces:
Runtime error
Runtime error
vericudebuget
commited on
Commit
•
27d0fd6
1
Parent(s):
4f74b12
Update app.py
Browse files
app.py
CHANGED
@@ -3,7 +3,7 @@ import gradio as gr
|
|
3 |
import datetime
|
4 |
|
5 |
# Initialize the InferenceClient
|
6 |
-
client = InferenceClient("
|
7 |
|
8 |
def format_prompt(message, history):
|
9 |
prompt = "<s>"
|
|
|
3 |
import datetime
|
4 |
|
5 |
# Initialize the InferenceClient
|
6 |
+
client = InferenceClient("mistral-community/Mixtral-8x22B-v0.1")
|
7 |
|
8 |
def format_prompt(message, history):
|
9 |
prompt = "<s>"
|