-
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Groq API support added, +4 fast and free models added: - llama3-8b-8192 - llama3-70b-8192 - mixtral-8x7b-32768 - gemma-7b-it (rate limit and max tokens settings in llm_processor.py to avoid error floading, barely tested :D ) configuration into config.yaml: ``` # Groq API configuration groq_api_url: "https://api.groq.com/openai/v1/chat/completions" groq_api_key: "" # Enter your Groq API key here groq_model: "llama3-70b-8192" # Model to use from Groq ```
- Loading branch information
1 parent
bad8cf7
commit 4ea66c5
Showing
1 changed file
with
123 additions
and
35 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters