Tonic commited on
Commit
441f0b3
·
1 Parent(s): cdb0e61

Update app.py

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