@mr.fuadak - Welcome to the community,
You can list all the assistants created using
client.beta.assistants.list(limit=100, order="desc")
Check if your assistant exists, if not create a new one.
Cheers!
@mr.fuadak - Welcome to the community,
You can list all the assistants created using
client.beta.assistants.list(limit=100, order="desc")
Check if your assistant exists, if not create a new one.
Cheers!