chatgpt-stream and chatgpt-steam-output
These are **competitors** — both provide Spring Boot implementations for streaming OpenAI ChatGPT responses, with the main differentiation being that NiuXiangQian's solution emphasizes simplicity with no third-party dependencies and includes higher-level features like chat memory and code highlighting, while Grt1228's focuses on basic stream output functionality.
About chatgpt-stream
NiuXiangQian/chatgpt-stream
OpenAi最简洁的Java流式返回接入方式,方便接入业务系统,没有第三方依赖,只需要使用Spring Boot即可!轻松构建你的带有聊天记忆、画图功能的chatgpt,支持代码块高亮、markdown语法!
This project helps developers quickly integrate an OpenAI-powered chatbot into their Spring Boot applications. It takes user prompts and delivers real-time, streaming text responses, including support for chat history and image generation features. The primary user is a Java developer looking to build a custom ChatGPT-like experience within their existing business systems.
About chatgpt-steam-output
Grt1228/chatgpt-steam-output
Open AI ChatGPT流式输出。Open AI Stream output. ChatGPT Stream output.GPT-3.5
This project helps software developers integrate ChatGPT's real-time, word-by-word text generation into their applications. It provides example code that takes user input and displays ChatGPT's responses as they are being generated, similar to the official ChatGPT interface. The output includes the generated text and calculates token usage, making it useful for developers building chat applications on various platforms like Android, iOS, and web.
Related comparisons
Scores updated daily from GitHub, PyPI, and npm data. How scores work