Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -11,7 +11,7 @@ import joblib
|
|
| 11 |
|
| 12 |
# Initialize the HuggingFace API Client with a valid model
|
| 13 |
# Replace 'gpt-3.5-turbo' with your desired model if different
|
| 14 |
-
client = InferenceClient("
|
| 15 |
|
| 16 |
# Persistent memory and knowledge base setup
|
| 17 |
memory_file = "chat_memory.json"
|
|
|
|
| 11 |
|
| 12 |
# Initialize the HuggingFace API Client with a valid model
|
| 13 |
# Replace 'gpt-3.5-turbo' with your desired model if different
|
| 14 |
+
client = InferenceClient("HuggingFaceH4/zephyr-7b-beta")
|
| 15 |
|
| 16 |
# Persistent memory and knowledge base setup
|
| 17 |
memory_file = "chat_memory.json"
|