MCPcopy Create free account
hub / github.com/codingis4noobs2/QuickDigest / render_message

Function render_message

app.py:121–123  ·  view source on GitHub ↗
(message)

Source from the content-addressed store, hash-verified

119
120 # Render chat messages
121 def render_message(message):
122 with st.chat_message(message["role"]):
123 st.write(message["text"])
124
125 # Transcribe audio and video files
126 def transcribe_audio_video(file_path):

Callers 1

chat_with_filesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected