RunbearRunbear Docs
LegacyLLM Apps

Introduction

Deprecated

Importing OpenAI GPTs into Runbear is no longer supported. New agent creation goes through Team Agent, which supports MCP tools, knowledge bases, and all major chat platforms regardless of underlying model provider. Existing imported agents continue to run.

OpenAI GPTs allow you to create personalized ChatGPTs by mixing special instructions, additional knowledge, and a range of skills. This is very useful for making custom AI models. However, only OpenAI Plus subscribers can use these custom GPTs through the ChatGPT app.

OpenAI Assistants is usage-priced, not bundled with ChatGPT Plus

Pricing for OpenAI Assistants varies from the ChatGPT Plus plan, as charges are based on usage. For more information, see OpenAI Pricing. To review your current usage plans and limits, visit the OpenAI Billings and OpenAI Limits pages.

Getting OpenAI API Key

You need to get or create the OpenAI API key to integrate OpenAI Assistants.

  1. Visit the OpenAI API keys page and click the Create new secret key button.
  2. Click the Create secret key button on the dialog to create one.
  3. Copy the created key to use it later.

OpenAI API Keys

Selecting Models

Select the model to use. (e.g., gpt-4-1106-preview) You can find the details about each model at the OpenAI Models page.

What's Next

Connect the app you added to communication channels. Check Connecting Channels with LLM Apps for more details. Or, continue reading to learn how to utilize Tools.