@aj-archipelago/cortex
Version:
Cortex is a GraphQL API for AI. It provides a simple, extensible interface for using AI services from OpenAI, Azure and others.
26 lines (18 loc) • 335 B
Markdown
# cortex-realtime-voice
To install dependencies:
```bash
bun install
cd client
bun install
```
To run:
Set up your .env file with the correct Cortex API key and access to the realtime voice service.
```bash
# In the server directory
bun run dev
```
To run in production:
```bash
# In the server directory
bun run start:prod
```