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:
Reinier van der Leer
2024-05-24 16:34:51 +02:00
committed by GitHub
parent cdae98d36b
commit edcbbbce25
8 changed files with 479 additions and 8 deletions

View File

@@ -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"