bstraehle commited on
Commit
fcce641
1 Parent(s): 8823f69

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
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