fix: Allow app to run without API keys, prompting for input instead of stopping.
This commit is contained in:
@@ -217,10 +217,8 @@ def main():
|
||||
setup_environment_paths()
|
||||
sidebar_configuration()
|
||||
|
||||
if not check_api_keys():
|
||||
st.stop()
|
||||
if not check_llm_environs():
|
||||
st.stop()
|
||||
check_api_keys()
|
||||
check_llm_environs()
|
||||
setup_tabs()
|
||||
modify_prompts_sidebar()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user