springboot-openai-chatgpt and openai-spring
These are **complements**: Tool A is a full-featured Spring Cloud microservice application that integrates multiple AI models and provides multi-platform interfaces, while Tool B is a reusable Spring Boot starter SDK designed to be embedded as a dependency in other applications' `pom.xml` files—they serve different architectural needs (complete application vs. integration library).
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.
About openai-spring
guanyang/openai-spring
该工程是集成ChatGPT的SDK实现的starter,应用接入只需要进入openai-spring-boot-starter即可
Related comparisons
Scores updated daily from GitHub, PyPI, and npm data. How scores work