Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -29,7 +29,7 @@ def chat(message, history):
|
|
29 |
if not message:
|
30 |
raise gr.Error("Message is required.")
|
31 |
|
32 |
-
|
33 |
|
34 |
global assistant, thread
|
35 |
|
|
|
29 |
if not message:
|
30 |
raise gr.Error("Message is required.")
|
31 |
|
32 |
+
raise gr.Error("Please clone and bring your own credentials.")
|
33 |
|
34 |
global assistant, thread
|
35 |
|