FIx bugs:
- Ensure correct resolution parameter format when calling OpenAI image generation API by replacing potential * separator (e.g. 1024*1024) with x (e.g. 1024x1024)
- Fix incorrect client ...
2025-02-08 16:12:13.152 | ERROR | app.services.video:generate_video:276 - Failed to generate video: Error code: 404 - {'error': {'message': 'The model `gpt-4o` does not exist or you do not have ...
> 2025-02-08 16:12:13.152 | ERROR | app.services.video:generate_video:276 - Failed to generate video: Error code: 404 - {'error': {'message': 'The model `gpt-4o` does not exist or you do not have a...
> Access to XMLHttpRequest at 'http://127.0.0.1:8000/api/voice/voices' from origin 'http://localhost:5173' has been blocked by CORS policy: Response to preflight request doesn't pass access control...
> I start the project manually, and I followed the steps down. Setting the .env firsr and then start the project.
After starting the backend service, open this URL in the browser and see what cont...