minor fireworks updates
This commit is contained in:
@@ -22,11 +22,13 @@ Today, `dailyai` is:
|
|||||||
3. implementations of specific generative AI services
|
3. implementations of specific generative AI services
|
||||||
|
|
||||||
Currently implemented services:
|
Currently implemented services:
|
||||||
|
|
||||||
- Speech-to-text
|
- Speech-to-text
|
||||||
- Deepgram
|
- Deepgram
|
||||||
- Whisper
|
- Whisper
|
||||||
- LLMs
|
- LLMs
|
||||||
- Azure
|
- Azure
|
||||||
|
- Fireworks
|
||||||
- OpenAI
|
- OpenAI
|
||||||
- Image generation
|
- Image generation
|
||||||
- Azure
|
- Azure
|
||||||
|
|||||||
@@ -24,6 +24,9 @@ ELEVENLABS_VOICE_ID=...
|
|||||||
# Fal
|
# Fal
|
||||||
FAL_KEY=...
|
FAL_KEY=...
|
||||||
|
|
||||||
|
# Fireworks
|
||||||
|
FIREWORKS_API_KEY=...
|
||||||
|
|
||||||
# PlayHT
|
# PlayHT
|
||||||
PLAY_HT_USER_ID=...
|
PLAY_HT_USER_ID=...
|
||||||
PLAY_HT_API_KEY=...
|
PLAY_HT_API_KEY=...
|
||||||
|
|||||||
@@ -36,10 +36,10 @@ azure = [ "azure-cognitiveservices-speech~=1.36.0" ]
|
|||||||
daily = [ "daily-python~=0.7.0" ]
|
daily = [ "daily-python~=0.7.0" ]
|
||||||
examples = [ "python-dotenv~=1.0.0", "flask~=3.0.0", "flask_cors~=4.0.0" ]
|
examples = [ "python-dotenv~=1.0.0", "flask~=3.0.0", "flask_cors~=4.0.0" ]
|
||||||
fal = [ "fal-client~=0.2.0" ]
|
fal = [ "fal-client~=0.2.0" ]
|
||||||
|
fireworks = [ "openai~=1.14.0" ]
|
||||||
local = [ "pyaudio~=0.2.0" ]
|
local = [ "pyaudio~=0.2.0" ]
|
||||||
moondream = [ "einops~=0.7.0", "timm~=0.9.0", "transformers~=4.39.0" ]
|
moondream = [ "einops~=0.7.0", "timm~=0.9.0", "transformers~=4.39.0" ]
|
||||||
openai = [ "openai~=1.14.0" ]
|
openai = [ "openai~=1.14.0" ]
|
||||||
fireworks = [ "openai~=1.14.0" ]
|
|
||||||
playht = [ "pyht~=0.0.26" ]
|
playht = [ "pyht~=0.0.26" ]
|
||||||
silero = [ "torch~=2.2.0", "torchaudio~=2.2.0" ]
|
silero = [ "torch~=2.2.0", "torchaudio~=2.2.0" ]
|
||||||
websocket = [ "websockets~=12.0" ]
|
websocket = [ "websockets~=12.0" ]
|
||||||
|
|||||||
Reference in New Issue
Block a user