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: cerebras llm provider #895

Merged
merged 2 commits into from
Sep 5, 2024
Merged

feat: cerebras llm provider #895

merged 2 commits into from
Sep 5, 2024

Conversation

venjiang
Copy link
Contributor

@venjiang venjiang commented Aug 29, 2024

Description

Implement Cerebras Inference cloud support.

Known Issues

  • It does not support streaming calls when tools are present.
  • The name of the function to be called. Must be a-z, A-Z, 0-9, or contain underscores and dashes, with a maximum length of 64.

Copy link

vercel bot commented Aug 29, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

1 Skipped Deployment
Name Status Preview Comments Updated (UTC)
yomo ⬜️ Ignored (Inspect) Visit Preview Sep 3, 2024 3:40pm

@venjiang venjiang self-assigned this Aug 29, 2024
Copy link

codecov bot commented Aug 29, 2024

Codecov Report

Attention: Patch coverage is 68.00000% with 8 lines in your changes missing coverage. Please review.

Project coverage is 80.71%. Comparing base (ae27e55) to head (499d073).
Report is 2 commits behind head on master.

Files with missing lines Patch % Lines
pkg/bridge/ai/provider/cerebras/provider.go 68.00% 4 Missing and 4 partials ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #895      +/-   ##
==========================================
+ Coverage   79.71%   80.71%   +1.00%     
==========================================
  Files          49       50       +1     
  Lines        2854     2878      +24     
==========================================
+ Hits         2275     2323      +48     
+ Misses        413      386      -27     
- Partials      166      169       +3     

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

@venjiang venjiang marked this pull request as ready for review September 3, 2024 15:43
@fanweixiao fanweixiao added the llm-providers LLM Bridge - LLM Providers label Sep 5, 2024
@woorui woorui merged commit cd6b972 into master Sep 5, 2024
6 of 7 checks passed
@woorui woorui deleted the feat/llm-cerebras-provider branch September 5, 2024 05:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
llm-providers LLM Bridge - LLM Providers
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants