Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Local LLMs into main #1351

Merged
merged 219 commits into from
Oct 25, 2023
Merged

Local LLMs into main #1351

merged 219 commits into from
Oct 25, 2023

Conversation

rounak610
Copy link
Collaborator

@rounak610 rounak610 commented Oct 25, 2023

Description

Related Issues

Solution and Design

Test Plan

Type of change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Docs update

Checklist

  • My pull request is atomic and focuses on a single change.
  • I have read the contributing guide and my code conforms to the guidelines.
  • I have documented my changes clearly and comprehensively.
  • I have added the required tests.

rounak610 and others added 30 commits August 11, 2023 18:36
* List File S3

* Unit Test Added

---------

Co-authored-by: Taran <97586318+Tarraann@users.noreply.github.com>
Co-authored-by: Rounak Bhatia <rounak@contlo.com>
Models Superagi
* Models Frontend Changes

* Models Frontend Changes

* Models Frontend Changes
…928)

* Added functions to write various file types and a file handler too

* FileManager updated to handle and save HTMLs.

* adding PDF + DOCX support to save images

* Added Wkhtmltopdf package installation run commands in docker

* Added get_all_responses feature for extractng the response for particular tools

* Added Image embedding feature, this will extract and embed the images generated by the agent during the run

* renaming functions and refactoring

* renaming functions and refactoring

* Update Dockerfile

* removing unsused classmethods

* Finding generated images and attached files in the write tool. Images are fetched inorder to be embedded in the respective file type.

* Adding the filename and paths to the Resource Manager S3 storage

* Code Cleanup

* added logger: Fix for the failing TEST

---------

Co-authored-by: Fluder-Paradyne <121793617+Fluder-Paradyne@users.noreply.github.com>
@codecov
Copy link

codecov bot commented Oct 25, 2023

Codecov Report

Attention: 44 lines in your changes are missing coverage. Please review.

Comparison is base (b2e0c7f) 58.84% compared to head (76ae7d1) 58.71%.
Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1351      +/-   ##
==========================================
- Coverage   58.84%   58.71%   -0.13%     
==========================================
  Files         228      230       +2     
  Lines       11066    11138      +72     
  Branches     1193     1197       +4     
==========================================
+ Hits         6512     6540      +28     
- Misses       4223     4267      +44     
  Partials      331      331              
Files Coverage Δ
superagi/jobs/agent_executor.py 29.54% <100.00%> (+0.53%) ⬆️
superagi/llms/llm_model_factory.py 48.78% <100.00%> (+1.28%) ⬆️
superagi/helper/llm_loader.py 46.66% <46.66%> (ø)
superagi/llms/local_llm.py 30.00% <30.00%> (ø)

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@Fluder-Paradyne Fluder-Paradyne merged commit b96fdab into main Oct 25, 2023
6 of 9 checks passed
@alangunning alangunning mentioned this pull request Oct 28, 2023
1 task
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet