feat: add character regeneration endpoint and integrate emotion limits for AI-generated scripts
This commit is contained in:
@@ -162,6 +162,10 @@ export const audiobookApi = {
|
||||
await apiClient.post(`/audiobook/projects/${id}/analyze`, { turbo: options?.turbo ?? false })
|
||||
},
|
||||
|
||||
regenerateCharacters: async (id: number): Promise<void> => {
|
||||
await apiClient.post(`/audiobook/projects/${id}/regenerate-characters`)
|
||||
},
|
||||
|
||||
updateCharacter: async (
|
||||
projectId: number,
|
||||
charId: number,
|
||||
|
||||
Reference in New Issue
Block a user