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"
}
- model : Can be set as per your preference
 - tools : Set to code interpreter by default. Various options can be explored here :- https://platform.openai.com/docs/assistants/tools
 
Create Assistant
DeployCreate Assistant
loading...