Skip to content

Commit

Permalink
make groq optional (vocodedev#585)
Browse files Browse the repository at this point in the history
  • Loading branch information
ajar98 committed Jun 26, 2024
1 parent b52d11c commit 486ecee
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
9 changes: 5 additions & 4 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 5 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ anthropic = "^0.28.0"
azure-cognitiveservices-speech = "^1.38.0"
elevenlabs = "^1.2.2"
fastapi = "^0.111.0"
groq = "^0.9.0"
janus = "^1.0.0"
jinja2 = "^3.1.4"
jsonschema = "^4.22.0"
Expand All @@ -38,6 +37,9 @@ uvicorn = "^0.30.0"
websockets = "^12.0"
nltk = "^3.8.1"

# LLM Providers
groq = { version = "^0.9.0", optional = true }

# Synthesizers
google-cloud-texttospeech = { version = "^2.16.3", optional = true }
pvkoala = { version = "^2.0.1", optional = true }
Expand Down Expand Up @@ -101,7 +103,8 @@ all = [
"langchain-openai",
"langchain-anthropic",
"langchain-google-vertexai",
"cartesia"
"cartesia",
"groq"
]

[tool.mypy]
Expand Down

0 comments on commit 486ecee

Please sign in to comment.