-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Closed
Description
When I go to the Podcasts page, under Episodes or Templates, I see the following error:
KeyError: None
Traceback:
File "/app/.venv/lib/python3.12/site-packages/streamlit/runtime/scriptrunner/exec_code.py", line 121, in exec_func_with_error_handling
result = func()
^^^^^^
File "/app/.venv/lib/python3.12/site-packages/streamlit/runtime/scriptrunner/script_runner.py", line 643, in code_to_exec
_mpa_v1(self._main_script_path)
File "/app/.venv/lib/python3.12/site-packages/streamlit/runtime/scriptrunner/script_runner.py", line 164, in _mpa_v1
page.run()
File "/app/.venv/lib/python3.12/site-packages/streamlit/navigation/page.py", line 297, in run
exec(code, module.__dict__)
File "/app/pages/5_🎙️_Podcasts.py", line 118, in <module>
transcript_provider_models[pd_cfg["transcript_model_provider"]],
~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
It might not be related but I have set TTS to be openai and have tried tts-1, tts-1-hd and gpt-4o-mini-tts. I have also set my openai api key in the .env and docker.env. I am running it in docker. Ideally I would like to be able to set it to use a local TTS or STT but it doesn't appear to be possible at this time?
Thanks for your time!
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels