Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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/
|
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
|