chatgpt-stream and springboot-openai-chatgpt
Project A is a lightweight Spring Boot starter for streaming OpenAI responses without third-party dependencies, while project B is a more comprehensive Spring Cloud microservice architecture that integrates multiple AI models (GPT-3.5, GPT-4.0, WenXinYiYan) and AI drawing capabilities (Stable Diffusion, Midjourney) across various platforms; therefore, they are competitors, with project A offering a simpler, focused approach for Java developers, and project B providing a broader, multi-service, multi-platform solution.
About chatgpt-stream
NiuXiangQian/chatgpt-stream
OpenAi最简洁的Java流式返回接入方式,方便接入业务系统,没有第三方依赖,只需要使用Spring Boot即可!轻松构建你的带有聊天记忆、画图功能的chatgpt,支持代码块高亮、markdown语法!
About springboot-openai-chatgpt
274056675/springboot-openai-chatgpt
超级AI大脑一个基于SpringCloud微服务架构,已对接GPT-3.5、GPT-4.0、百度文心一言、stable diffusion AI绘图、Midjourney绘图等。支持web,Android,IOS,H5多端应用,使用了OpenAI的ChatGPT模型实现了智能聊天机器人。用户可以在界面上与聊天机器人进行对话,聊天机器人会根据用户的输入自动生成回复。同时也支持画图,用户输入文本,便可以自动制作文生文生图。持续更新中,更多功能等着你来解锁
# Technical Summary Built on Spring Boot's monolithic architecture, this platform integrates multiple LLM backends (OpenAI GPT-3.5/4.0, Baidu Ernie, Stable Diffusion, Midjourney) through a unified API gateway, enabling both text generation and image synthesis via single backend service. The system implements plugin-style tool categorization (teaching, reference, lifestyle, entertainment) allowing modular feature expansion while maintaining stateless request handling across web, Android, iOS, and H5 clients. Frontend and backend communicate via RESTful APIs with session-based authentication, supporting real-time streaming responses for chat and asynchronous job polling for image generation tasks.
Related comparisons
Scores updated daily from GitHub, PyPI, and npm data. How scores work