MCPcopy Create free account
hub / github.com/CL-lau/SQL-GPT / init_sidebar

Function init_sidebar

components/init_sidebar.py:5–7  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

3
4
5def init_sidebar() -> None:
6 openai_api_key = st.sidebar.text_input('OpenAI API Key', type='password')
7 st.session_state["openai_api_key"] = openai_api_key

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected