Skip to content

An open source tool - converse with AI in audio. Powered by OpenAI Realtime, Braintrust & Neon.

Notifications You must be signed in to change notification settings

neondatabase-labs/voice-thingy

Repository files navigation

Voice Thingy

An open source tool - converse with AI in audio. Powered by OpenAI Realtime, Braintrust & Neon.

Tech stack

Cloning & running

  1. Clone the repo: git clone https://github.com/neondatabase-labs/voice-thingy
  2. Create a .env file and add the following environment variables:
# Grab a connection string from https://console.neon.tech
DATABASE_URL="postgresql://neondb_owner:[email protected]/neondb?sslmode=require"

# Grab API Key from https://www.braintrust.dev/app/settings/api-keys
BRAINTRUST_API_KEY="sk-xlKWNORh5P4zOneLDeYq78VQqed9WBmIKSHddl7WDbHXh107"
  1. In Braintrust's Settings, set your OPENAI_API_KEY.
  2. Run pnpm install and pnpm schema to install dependencies and set the relevant schema in your Neon database.
  3. Run pnpm dev to run the application locally.

About

An open source tool - converse with AI in audio. Powered by OpenAI Realtime, Braintrust & Neon.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published