Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/codingis4noobs2/QuickDigest
/ get_key
Function
get_key
app.py:186–187 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
184
185
# Get OpenAI API key from session state
186
def
get_key():
187
return
st.session_state[
"openai_api_key"
]
188
189
# Read text from Word document
190
def
read_word_file(file_path):
Callers
1
chat_with_files
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected