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

feat(forge/llm): Add LlamafileProvider #7091

Open
wants to merge 49 commits into
base: master
Choose a base branch
from

fix type errors

74923f1
Select commit
Loading
Failed to load commit list.
Open

feat(forge/llm): Add LlamafileProvider #7091

fix type errors
74923f1
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Jul 2, 2024 in 0s

24.73% (-0.77%) compared to c19ab2b

View this Pull Request on Codecov

24.73% (-0.77%) compared to c19ab2b

Details

Codecov Report

Attention: Patch coverage is 0% with 151 lines in your changes missing coverage. Please review.

Project coverage is 24.73%. Comparing base (c19ab2b) to head (74923f1).
Report is 22 commits behind head on master.

Files Patch % Lines
forge/forge/llm/providers/llamafile/llamafile.py 0.00% 132 Missing ⚠️
forge/forge/llm/providers/multi.py 0.00% 16 Missing ⚠️
forge/forge/llm/providers/llamafile/__init__.py 0.00% 2 Missing ⚠️
forge/forge/llm/providers/schema.py 0.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #7091      +/-   ##
==========================================
- Coverage   25.50%   24.73%   -0.77%     
==========================================
  Files          80       82       +2     
  Lines        4661     4806     +145     
  Branches      631      659      +28     
==========================================
  Hits         1189     1189              
- Misses       3402     3547     +145     
  Partials       70       70              

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