Open Harrolee opened 8 months ago
...without rebooting the app
These env vars are defined at app start.
summarize_model = environ["SUMMARIZE_MODEL"].lower() speech_to_text_model = environ["SPEECH_TO_TEXT_MODEL"].lower() text_to_speech_model = environ["TEXT_TO_SPEECH_MODEL"].lower() question_model = environ["QUESTION_MODEL"].lower()
...without rebooting the app
These env vars are defined at app start.