Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -16,8 +16,8 @@ from huggingface_hub import InferenceClient
|
|
16 |
|
17 |
# Initialize the InferenceClient
|
18 |
client = InferenceClient(
|
19 |
-
|
20 |
-
token=
|
21 |
)
|
22 |
|
23 |
def chat_with_model(system_prompt, user_message):
|
|
|
16 |
|
17 |
# Initialize the InferenceClient
|
18 |
client = InferenceClient(
|
19 |
+
MODEL,
|
20 |
+
token=HF_TOKEN,
|
21 |
)
|
22 |
|
23 |
def chat_with_model(system_prompt, user_message):
|