Add LLMService stubs for Grok and Groq, add examples

This commit is contained in:
Mark Backman
2024-12-04 10:08:28 -05:00
parent c31d5a4f1a
commit 728acba8a5
7 changed files with 439 additions and 22 deletions

View File

@@ -49,6 +49,8 @@ examples = [ "python-dotenv~=1.0.1", "flask~=3.0.3", "flask_cors~=4.0.1" ]
fal = [ "fal-client~=0.4.1" ]
gladia = [ "websockets~=13.1" ]
google = [ "google-generativeai~=0.8.3", "google-cloud-texttospeech~=2.17.2" ]
grok = [ "openai~=1.50.2" ]
groq = [ "openai~=1.50.2" ]
gstreamer = [ "pygobject~=3.48.2" ]
fireworks = [ "openai~=1.37.2" ]
krisp = [ "pipecat-ai-krisp~=0.3.0" ]