👧
Amica
Launch DemoTelegramGitHubTwitter
  • Welcome to Amica!
  • 🌸Overview
    • How Amica Works
    • Core Features
    • Amica Life
    • Emotion System
    • Other Features
    • Use Cases
    • Amica vs Other Tools
  • 🌳Getting Started
    • Quickstart Guide
    • Installing Amica
    • Next Steps
  • 🗣️Connecting LLMs (Your Core AI Chatbot Model)
    • Using LM Studio
    • Using LLaMA.cpp
    • Using Ollama
    • Using KoboldCpp
    • Using OpenAI
    • Using Oobabooga
    • Using OpenRouter
  • 🔊Connecting Speech Options (TTS)
    • Using SpeechT5
    • Using ElevenLabs
    • Using Coqui Local
    • Using Piper
    • Using Alltalk TTS
    • Using Kokoro TTS
    • Using RVC
  • 👂Connecting Microphone Options (STT)
    • Using whisper.cpp
  • 👁️Connecting Multi-Modal Modules
    • Using LLaVA
  • 🔧Other Guides
    • Using Window.ai
    • Using Moshi (Voice to Voice)
  • 🧩Plugin System
    • Plugins Intro
    • Getting Real World News on Amica
  • 🔌API System
    • External API for Agents
  • 🌻Tutorials
    • Creating new Avatars
    • Using Custom Assets
  • 🌺Contributing to Amica
    • Setting up your developer environment
    • Contributing to the Docs
    • Developing Amica
    • Adding Translations
Powered by GitBook
On this page
Edit on GitHub
  1. Connecting LLMs (Your Core AI Chatbot Model)

Using OpenAI

PreviousUsing KoboldCppNextUsing Oobabooga

Last updated 1 year ago

Navigate to . On the left hand side, click on the "API Keys" tab. Click on "Create new secret key". Copy the API key and paste it into the settings.

ChatGPT Configuration

Set the backend to ChatGPT:

Settings -> ChatBot -> ChatBot Backend -> ChatGPT

Set the API key:

Settings -> ChatBot -> ChatGPT -> OpenAI API Key

TTS Configuration

Set the backend to OpenAI:

Settings -> Text-To-Speech > TTS Backend -> OpenAI TTS

Set the API key:

Settings -> Text-To-Speech > OpenAI -> API Key

Transcription Configuration

Set the backend to Whisper (OpenAI):

Settings -> Speech-to-Text > STT Backend -> Whisper (OpenAI)

Set the API key:

Settings -> Speech-to-Text > Whisper (OpenAI) -> API Key
🗣️
platform.openai.com