#assistant and thread

1 messages · Page 1 of 1 (latest)

solemn plover
#

creating run and retrieving run would look like this

#

def create_run(ass_id, thr_id):
run = openai.beta.threads.runs.create(
thread_id=thr_id,
assistant_id=ass_id,
#instructions=""
)
return run

def ret_run(thread_id, run_id):
run = openai.beta.threads.runs.retrieve(
thread_id=thread_id,
run_id=run_id
)
return run

pliant geyser
#

Sorry, I ment custom gpt

solemn plover
#

you still need something this to use assistant

pliant geyser
#

for example

solemn plover
#

oh is it something else

#

is it not api

#

ah I understand

pliant geyser
#

can I call this url via api key using python, node?

#

@solemn plover Could you help me with this?

solemn plover
#

I have to ask ChatGPT to get the answer
I assume they didn't make it directly accesible via api

pliant geyser
#

when will the openai assistant that enabled gpt4-vision-preview?

#

please help me.