I have created an Assistant using the opanAI python library. It not showing https://platform.openai.com/assistants


2024-02-17 22:18:10,441 - logs.AppLogger - INFO - Application start
2024-02-17 22:19:01,456 - logs.AppLogger - INFO - Application start
2024-02-17 22:19:02,463 - logs.AppLogger - INFO - Assistant(id=‘asst_ot3aMFemjyH7u7gnLOAzAMh2’, created_at=1708188541, description=None, file_ids=, instructions=‘You are a personal math tutor. When asked a question, write and run Python code to answer the question.’, metadata={}, model=‘gpt-3.5-turbo-0125’, name=‘Assistant from code’, object=‘assistant’, tools=[ToolCodeInterpreter(type=‘code_interpreter’)])
2024-02-17 22:20:27,875 - logs.AppLogger - INFO - Application start
2024-02-17 22:20:28,817 - logs.AppLogger - INFO - Assistant(id=‘asst_YWeeFrbqZ8bUVWTDOjAM9RGK’, created_at=1708188627, description=None, file_ids=, instructions=‘You are a personal math tutor. When asked a question, write and run Python code to answer the question.’, metadata={}, model=‘gpt-3.5-turbo-16k’, name=‘Assistant from code gpt-3.5-turbo-16k’, object=‘assistant’, tools=[ToolCodeInterpreter(type=‘code_interpreter’)])

Welcome to the dev forum @gtrxone

What do you get when you head to Assistant Playground?