一个基于FastAPI和多AI提供商的智能聊天应用,支持连续多轮对话、流式响应、图片理解等功能。 fastapi-ai-chat-demo/ ├── main.py # 主应用文件 ├── config.py # 配置管理 ├── start_server.py # 启动脚本 ...