lib/constants.ts (
2
lines of code) (
raw
):
export const MODEL = "gpt-4o-realtime-preview"; export const BASE_URL = "https://api.openai.com/v1/realtime";