Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -3,7 +3,7 @@ from huggingface_hub import InferenceClient
|
|
| 3 |
from datetime import datetime
|
| 4 |
|
| 5 |
# Connect to the Zephyr model
|
| 6 |
-
client = InferenceClient("HuggingFaceH4/zephyr-7b-
|
| 7 |
|
| 8 |
# 💗 Bhumi's soul: emotional system prompt
|
| 9 |
bhumi_prompt = """
|
|
|
|
| 3 |
from datetime import datetime
|
| 4 |
|
| 5 |
# Connect to the Zephyr model
|
| 6 |
+
client = InferenceClient("HuggingFaceH4/zephyr-7b-alpha")
|
| 7 |
|
| 8 |
# 💗 Bhumi's soul: emotional system prompt
|
| 9 |
bhumi_prompt = """
|