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: add new AI providers and update existing ones #3

Merged
merged 1 commit into from
Dec 10, 2024

Conversation

cpunion
Copy link
Owner

@cpunion cpunion commented Dec 10, 2024

  • Add new providers: Gemini, Groq, and SambaNova
  • Update OpenAI and Anthropic client implementations
  • Add .gitignore file
  • Update README and core client functionality

- Add new providers: Gemini, Groq, and SambaNova
- Update OpenAI and Anthropic client implementations
- Add .gitignore file
- Update README and core client functionality
@cpunion cpunion force-pushed the gemini-sambanova-groq branch from c369e9c to 02b9687 Compare December 10, 2024 01:43
Copy link

codecov bot commented Dec 10, 2024

Codecov Report

Attention: Patch coverage is 70.58824% with 20 lines in your changes missing coverage. Please review.

Project coverage is 62.46%. Comparing base (9e43822) to head (02b9687).
Report is 2 commits behind head on main.

Files with missing lines Patch % Lines
providers/providers.go 0.00% 10 Missing ⚠️
providers/anthropic/anthropic_provider.go 66.66% 1 Missing and 1 partial ⚠️
providers/gemini/gemini_provider.go 75.00% 1 Missing and 1 partial ⚠️
providers/groq/groq_provider.go 75.00% 1 Missing and 1 partial ⚠️
providers/openai/openai_provider.go 66.66% 1 Missing and 1 partial ⚠️
providers/sambanova/sambanova_provider.go 75.00% 1 Missing and 1 partial ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main       #3      +/-   ##
==========================================
+ Coverage   61.98%   62.46%   +0.47%     
==========================================
  Files           8       11       +3     
  Lines         342      389      +47     
==========================================
+ Hits          212      243      +31     
- Misses        117      130      +13     
- Partials       13       16       +3     

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

@cpunion cpunion merged commit 4466085 into main Dec 10, 2024
6 checks passed
@cpunion cpunion deleted the gemini-sambanova-groq branch December 10, 2024 01:47
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.

1 participant