-
Notifications
You must be signed in to change notification settings - Fork 905
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
<!-- ELLIPSIS_HIDDEN --> > [!IMPORTANT] > This pull request adds Cloudinary and FFmpeg integrations, new file management features, and various enhancements and cleanups across the codebase. > > - **Environment Variables**: > - Added `MAX_FREE_SESSIONS` and `MAX_FREE_EXECUTIONS` to `.env.example`. > - **Integrations**: > - Added Cloudinary and FFmpeg integrations with new models and setup in `integrations-service`. > - Updated `providers.py` to include Cloudinary and FFmpeg. > - **Models and Routers**: > - Added file management models and routes in `agents-api`. > - Implemented file upload, retrieval, and deletion in `files` models and routers. > - **Enhancements**: > - Increased `simpleeval.MAX_STRING_LENGTH` to 2048000 in `base_evaluate.py`. > - Updated `execute_api_call` timeout to 600 seconds. > - **Refactoring and Cleanup**: > - Removed unused cookbooks and issue templates. > - Updated `README-CN.md` and `README-JA.md` for better clarity. > - Changed Docker configurations for `integrations-service` and `llm-proxy`. > > <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 26a3315. It will automatically update as commits are pushed.</sup> <!-- ELLIPSIS_HIDDEN --> --------- Signed-off-by: Diwank Singh Tomer <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: Diwank Singh Tomer <[email protected]> Co-authored-by: Ahmad-mtos <[email protected]> Co-authored-by: HamadaSalhab <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: creatorrr <[email protected]> Co-authored-by: vedantsahai18 <[email protected]> Co-authored-by: Ahmad-mtos <[email protected]> Co-authored-by: Vedantsahai18 <[email protected]> Co-authored-by: creatorrr <[email protected]>
- Loading branch information
1 parent
da12720
commit 4ee58c8
Showing
153 changed files
with
8,556 additions
and
5,615 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 was deleted.
Oops, something went wrong.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
name: "🛠️ Refactor" | ||
description: "Submit a bug report to help us improve" | ||
title: "[Refactor]: " | ||
labels: ["refactor"] | ||
body: | ||
- type: textarea | ||
id: description | ||
attributes: | ||
label: "📜 Description" | ||
placeholder: "A clear and concise description of what should be refactored." | ||
|
||
- type: textarea | ||
id: relevant-files | ||
attributes: | ||
label: "👟 Relevant files" | ||
placeholder: "1. `agents-api/Dockerfile` needs to change | ||
2. `integrations/**/*.py` files need to be reformatted" |
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.