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

Add support for groq #139

Merged
merged 2 commits into from
Apr 20, 2024
Merged

Add support for groq #139

merged 2 commits into from
Apr 20, 2024

Conversation

svilupp
Copy link
Owner

@svilupp svilupp commented Apr 20, 2024

  • Added support for Groq, the fastest LLM provider out there. It's free for now, so you can try it out - you just need to set your GROQ_API_KEY. We've added Llama3 8b (alias "gllama3"), 70b (alias "gllama370") and Mixtral 8x7b (alias "gmixtral"). For the shortcut junkies, we also added a shorthand Llama3 8b = "gl3" (first two letters and the last digit), Llama3 70b = "gl70" (first two letters and the last two digits).

Copy link

codecov bot commented Apr 20, 2024

Codecov Report

Attention: Patch coverage is 25.00000% with 3 lines in your changes are missing coverage. Please review.

Project coverage is 92.90%. Comparing base (0873a8a) to head (c746606).

Files Patch % Lines
src/llm_openai.jl 0.00% 3 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #139      +/-   ##
==========================================
- Coverage   92.98%   92.90%   -0.09%     
==========================================
  Files          42       42              
  Lines        3208     3212       +4     
==========================================
+ Hits         2983     2984       +1     
- Misses        225      228       +3     

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

@svilupp svilupp merged commit e5203ef into main Apr 20, 2024
4 of 6 checks passed
@svilupp svilupp deleted the add-groq branch April 20, 2024 06:07
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

1 participant