Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -3,7 +3,7 @@ from huggingface_hub import InferenceClient
|
|
3 |
import random
|
4 |
|
5 |
# Load AI model
|
6 |
-
client = InferenceClient("mistralai/Mistral-7B-Instruct")
|
7 |
|
8 |
# Kaizen's Core Identity
|
9 |
BOT_NAME = "Kaizen"
|
|
|
3 |
import random
|
4 |
|
5 |
# Load AI model
|
6 |
+
client = InferenceClient("mistralai/Mistral-7B-Instruct-v0.1")
|
7 |
|
8 |
# Kaizen's Core Identity
|
9 |
BOT_NAME = "Kaizen"
|