100 字
1 分钟
OpenAI篇-GPT-4o多模态应用实战
演示效果

Streamlit开发文档
官方文档:https://docs.streamlit.io/
中文文档:https://blog.csdn.net/weixin_44458771/article/details/135495928
Streamlit命令行启动
pip install streamlitstreamlit run app.py --server.port 8501配置Pycharm调试Streamlit应用
开发环境
PyCharm Community Edition 2024
Win10/11
Streamlit 1.39.0
创建应用
app.py
import streamlit as st
st.header("hello")st.write("this is a streamlit demo")调试应用
启动参数
module:streamlit
Script parameters:run app.py

再次启动 debug 按钮,报错如下

解决如下:
Help | Find Action | Registry | python.debug.asyncio.repl 去掉勾。

OpenAI篇-GPT-4o多模态应用实战
https://mizuki.mysqil.com/posts/openai篇-gpt-4o多模态应用实战/ Related articles
部分信息可能已经过时