-
Notifications
You must be signed in to change notification settings - Fork 897
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
F/ffmpeg integration: added new ffmpeg + cloudinary integrations (#853)
<!-- ELLIPSIS_HIDDEN --> > [!IMPORTANT] > Add FFmpeg and Cloudinary integrations, update models and configurations, and enhance media processing functionalities. > > - **Integrations**: > - Add FFmpeg and Cloudinary integrations in `integrations-service`. > - Update `providers.py` to include FFmpeg and Cloudinary. > - Add `cloudinary.py` and `ffmpeg.py` for handling operations. > - **Models**: > - Add new models for Cloudinary and FFmpeg in `Tools.py`. > - Update `Chat.py`, `Entries.py`, and `Tasks.py` with new content models. > - **Configurations**: > - Update `Dockerfile` to install FFmpeg. > - Add `GEMINI_API_KEY` to `.env.example` and `docker-compose.yml`. > - Update `gunicorn_conf.py` for logging and worker management. > - **Functions**: > - Modify `execute_integration.py` for robust error handling. > - Update `execute_system.py` to support session creation. > - Enhance `base_evaluate.py` with increased `MAX_STRING_LENGTH` and deep blob storage. > - **Misc**: > - Update `litellm-config.yaml` with new Gemini models. > - Add new TypeSpec files for Cloudinary and FFmpeg. > > <sup>This description was created by </sup>[<img alt="Ellipsis" src="https://img.shields.io/badge/Ellipsis-blue?color=175173">](https://www.ellipsis.dev?ref=julep-ai%2Fjulep&utm_source=github&utm_medium=referral)<sup> for 0fe1cec. It will automatically update as commits are pushed.</sup> <!-- ELLIPSIS_HIDDEN --> --------- Signed-off-by: Diwank Singh Tomer <[email protected]> Co-authored-by: Ahmad-mtos <[email protected]> Co-authored-by: Ahmad-mtos <[email protected]> Co-authored-by: Vedantsahai18 <[email protected]> Co-authored-by: HamadaSalhab <[email protected]> Co-authored-by: HamadaSalhab <[email protected]> Co-authored-by: Diwank Singh Tomer <[email protected]>
- Loading branch information
1 parent
7fca69c
commit c957c33
Showing
36 changed files
with
2,659 additions
and
65 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.