Spaces:
Sleeping
Sleeping
feat: Changed model
Browse files
app.py
CHANGED
@@ -10,7 +10,7 @@ logging.basicConfig(encoding='utf-8', level=log_level)
|
|
10 |
|
11 |
logging.info("Creating Inference Client")
|
12 |
client = InferenceClient(
|
13 |
-
"
|
14 |
)
|
15 |
|
16 |
def format_prompt(message, history):
|
|
|
10 |
|
11 |
logging.info("Creating Inference Client")
|
12 |
client = InferenceClient(
|
13 |
+
"mistralai/Mixtral-8x7B-Instruct-v0.1"
|
14 |
)
|
15 |
|
16 |
def format_prompt(message, history):
|