✨ Introducing The Forge (#1072)
The Forge allows anyone to easily create their own Typebot Block. Closes #380
This commit is contained in:
15
packages/forge/blocks/openai/constants.ts
Normal file
15
packages/forge/blocks/openai/constants.ts
Normal file
@@ -0,0 +1,15 @@
|
||||
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
|
||||
Reference in New Issue
Block a user