Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -31,6 +31,8 @@ from assistants import (
|
|
31 |
def chat(message, history):
|
32 |
if not message:
|
33 |
raise gr.Error("Message is required.")
|
|
|
|
|
34 |
|
35 |
global assistant, thread
|
36 |
|
|
|
31 |
def chat(message, history):
|
32 |
if not message:
|
33 |
raise gr.Error("Message is required.")
|
34 |
+
|
35 |
+
#raise gr.Error("Please clone and bring your own OpenAI and Tavily credentials.")
|
36 |
|
37 |
global assistant, thread
|
38 |
|