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