-
|
I am attempting to create a server using the example_fast_api folder, but I keep receiving this error in Runpod.
I thought the issue might be from the openAI class, then I removed this class from the server.py file, and then I got this error from the system engine.
Perhaps I am doing something incorrectly. here have added my openai_api_key as well. Any help will be appreciated |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 15 replies
-
|
I have tried the README.md example as well, Replaced with openAI TTS still the error presist!
|
Beta Was this translation helpful? Give feedback.
-
|
For openai pls do pip install realtimetts[openai], fir system engine pip install realtimetts[system]. Then it should work. |
Beta Was this translation helpful? Give feedback.
-
|
Can I see the full server code? Hard to reproduce... |
Beta Was this translation helpful? Give feedback.
For openai pls do pip install realtimetts[openai], fir system engine pip install realtimetts[system]. Then it should work.