mirror of
https://github.com/Significant-Gravitas/AutoGPT.git
synced 2026-04-30 03:00:41 -04:00
feat(forge/llm): Add GroqProvider (#7130)
* Add `GroqProvider` in `forge.llm.providers.groq` * Add to `llm.providers.multi` * Add `groq` dependency (v0.8.0) * Update AutoGPT docs & config template * Update .env.template * Update docs
This commit is contained in:
committed by
GitHub
parent
cdae98d36b
commit
edcbbbce25
@@ -27,6 +27,7 @@ fastapi = "^0.109.1"
|
||||
gitpython = "^3.1.32"
|
||||
google-api-python-client = "*"
|
||||
google-cloud-storage = "^2.13.0"
|
||||
groq = "^0.8.0"
|
||||
jinja2 = "^3.1.2"
|
||||
jsonschema = "*"
|
||||
litellm = "^1.17.9"
|
||||
|
||||
Reference in New Issue
Block a user