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 #1306

Merged
merged 24 commits into from
Oct 18, 2023
Merged

Local LLMs #1306

merged 24 commits into from
Oct 18, 2023

Conversation

rounak610
Copy link
Collaborator

@rounak610 rounak610 commented Oct 3, 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.

@CLAassistant
Copy link

CLAassistant commented Oct 3, 2023

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you all sign our Contributor License Agreement before we can accept your contribution.
2 out of 3 committers have signed the CLA.

✅ rounak610
✅ namansleeps
❌ Ubuntu


Ubuntu seems not to be a GitHub user. You need a GitHub account to be able to sign the CLA. If you have already a GitHub account, please add the email address used for this commit to your account.
You have signed the CLA already but the status is still pending? Let us recheck it.

@codecov
Copy link

codecov bot commented Oct 3, 2023

Codecov Report

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

Comparison is base (90c45e7) 58.88% compared to head (9a1b7ad) 58.67%.
Report is 5 commits behind head on dev.

❗ Current head 9a1b7ad differs from pull request most recent head 84c8dc6. Consider uploading reports for the commit 84c8dc6 to get more accurate results

Additional details and impacted files
@@            Coverage Diff             @@
##              dev    #1306      +/-   ##
==========================================
- Coverage   58.88%   58.67%   -0.21%     
==========================================
  Files         228      230       +2     
  Lines       11040    11176     +136     
  Branches     1185     1201      +16     
==========================================
+ Hits         6501     6558      +57     
- Misses       4208     4282      +74     
- Partials      331      336       +5     
Files Coverage Δ
superagi/types/model_source_types.py 92.85% <100.00%> (+0.26%) ⬆️
superagi/jobs/agent_executor.py 27.48% <33.33%> (+0.13%) ⬆️
superagi/models/models.py 61.41% <57.14%> (-0.06%) ⬇️
superagi/llms/llm_model_factory.py 43.47% <16.66%> (-4.03%) ⬇️
superagi/models/models_config.py 46.87% <14.28%> (-2.57%) ⬇️
superagi/controllers/models_controller.py 60.86% <61.53%> (+0.34%) ⬆️
superagi/helper/llm_loader.py 56.66% <56.66%> (ø)
superagi/tools/file/append_file.py 50.00% <33.33%> (-15.39%) ⬇️
superagi/llms/local_llm.py 30.00% <30.00%> (ø)

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

@rounak610 rounak610 merged commit b8d698f into dev Oct 18, 2023
2 of 3 checks passed
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

4 participants