2
0

🚑 Release new embed lib version and fix createId dep…

This commit is contained in:
Baptiste Arnaud
2023-12-13 11:49:03 +01:00
parent 3bd07c60da
commit fbddddcfa0
7 changed files with 7 additions and 7 deletions

View File

@ -1,7 +1,8 @@
import { option, createAction } from '@typebot.io/forge'
import { defaultOpenAIOptions, openAIVoices } from '../constants'
import OpenAI, { ClientOptions } from 'openai'
import { isNotEmpty, createId } from '@typebot.io/lib'
import { isNotEmpty } from '@typebot.io/lib'
import { createId } from '@typebot.io/lib/createId'
import { uploadFileToBucket } from '@typebot.io/lib/s3/uploadFileToBucket'
import { auth } from '../auth'
import { baseOptions } from '../baseOptions'