Kenzo-Wada / GPT-voice-chat

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GPT-voice-chat

How-to

.env

  • create .envfile and add your openAI API key
OPENAI_API_KEY=your-api-key

Docker

  • docker compose up --build
  • plz be shure that you have mounted your audio device correctly to docker container

local(mac)

  • brew install portaudio libsndfile
  • pip install -r requirements.txt
  • python src/main.py

About


Languages

Language:Python 88.5%Language:Dockerfile 11.5%