Skip to main content

Create Assistant

Create a new OpenAI assistant

Expects Post Payload

{
"API_KEY": "Insert your own OpenAI API KEY",
"instructions": "Insert Instructions for creating assistant",
"name": "Name of the assistant to be created",
"tools": [{"type": "code_interpreter"}],
"model": "gpt-3.5-turbo"
}

Create Assistant

Deploy
Create Assistant
loading...