issues
search
griptape-ai
/
griptape
Modular Python framework for AI agents and workflows with chain-of-thought reasoning, tools, and memory.
https://www.griptape.ai
Apache License 2.0
2.02k
stars
170
forks
source link
Incorrect model specified for `OpenAiTextToSpeechDriver`
#1117
Closed
shhlife
closed
2 months ago
shhlife
commented
2 months ago
[ x] I have read and agree to the
contributing guidelines
. The default
OpenAiDriversConfig
sets
OpenAiTextToSpeechDriver
to model
tts
but that doesn't exist - the correct model is
tts-1
OpenAiDriversConfig
setsOpenAiTextToSpeechDriver
to modeltts
but that doesn't exist - the correct model istts-1