Add Deepgram and OpenRouter voice processing
Some checks failed
Build and deploy Worker / build (push) Failing after 6m46s
Some checks failed
Build and deploy Worker / build (push) Failing after 6m46s
This commit is contained in:
@@ -126,6 +126,8 @@ exports.Prisma.PlaceScalarFieldEnum = {
|
||||
name: 'name',
|
||||
latitude: 'latitude',
|
||||
longitude: 'longitude',
|
||||
googlePrimaryType: 'googlePrimaryType',
|
||||
googleTypes: 'googleTypes',
|
||||
createdAt: 'createdAt',
|
||||
updatedAt: 'updatedAt'
|
||||
};
|
||||
@@ -138,6 +140,7 @@ exports.Prisma.UserScalarFieldEnum = {
|
||||
lastName: 'lastName',
|
||||
photoUrl: 'photoUrl',
|
||||
languageCode: 'languageCode',
|
||||
isAdmin: 'isAdmin',
|
||||
createdAt: 'createdAt',
|
||||
updatedAt: 'updatedAt'
|
||||
};
|
||||
@@ -148,6 +151,9 @@ exports.Prisma.VoiceExperienceScalarFieldEnum = {
|
||||
userId: 'userId',
|
||||
durationSeconds: 'durationSeconds',
|
||||
audioObjectKey: 'audioObjectKey',
|
||||
audioContentBase64: 'audioContentBase64',
|
||||
audioMimeType: 'audioMimeType',
|
||||
audioAccessToken: 'audioAccessToken',
|
||||
status: 'status',
|
||||
transcript: 'transcript',
|
||||
analysis: 'analysis',
|
||||
|
||||
Reference in New Issue
Block a user