Tonic commited on
Commit
d1f5d4f
·
1 Parent(s): c34eda7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -31,7 +31,7 @@ assistant_id = os.getenv('ASSISTANT_ID')
31
  client = openai.OpenAI(api_key=openai.api_key)
32
  thread_ids = {}
33
  current_thread_id = None
34
- gradio_client = Client("https://tonic1-tulu.hf.space/--replicas/t5vxm/")
35
 
36
  def ask_openai(question, start_new_thread=True, selected_thread_id=None):
37
  global thread_ids
 
31
  client = openai.OpenAI(api_key=openai.api_key)
32
  thread_ids = {}
33
  current_thread_id = None
34
+ gradio_client = Client("https://tonic1-tulu.hf.space/--replicas/ms6dm/")
35
 
36
  def ask_openai(question, start_new_thread=True, selected_thread_id=None):
37
  global thread_ids