Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -6,7 +6,7 @@ from huggingface_hub import InferenceClient
|
|
6 |
MODEL = "nomiChroma3.1"
|
7 |
|
8 |
# Initialize the client with the correct model
|
9 |
-
client = InferenceClient(
|
10 |
|
11 |
def respond(message, history: list[tuple[str, str]], system_message, max_tokens, temperature, top_p):
|
12 |
# Build the messages list for the model
|
|
|
6 |
MODEL = "nomiChroma3.1"
|
7 |
|
8 |
# Initialize the client with the correct model
|
9 |
+
client = InferenceClient("HuggingFaceH4/zephyr-7b-beta")
|
10 |
|
11 |
def respond(message, history: list[tuple[str, str]], system_message, max_tokens, temperature, top_p):
|
12 |
# Build the messages list for the model
|