export const openAIVoices = [ 'alloy', 'echo', 'fable', 'onyx', 'nova', 'shimmer', ] as const export const defaultOpenAIOptions = { baseUrl: 'https://api.openai.com/v1', model: 'gpt-3.5-turbo', voiceModel: 'tts-1', temperature: 1, } as const