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.
472 stars. No commits in the last 6 months.
Use this if you are a developer looking for a practical example to implement streaming output from OpenAI's ChatGPT API using Server-Sent Events (SSE) or WebSockets in a Java-based application.
Not ideal if you are an end-user seeking a ready-to-use chat application, as this is a code example for developers, not a standalone product.
Stars
472
Forks
170
Language
HTML
License
—
Category
Last pushed
Apr 25, 2023
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/llm-tools/Grt1228/chatgpt-steam-output"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Compare
Higher-rated alternatives
jeecgboot/jeecg-boot-starter
JeeccgBoot项目的启动模块,拆分出来便于维护 含各种starter:微服务启动、xxljob、分布式锁starter、rabbitmq、分布式事务、分库分表shardingsphere、mongondb
fuzhengwei/chatbot-api
《ChatGPT AI 问答助手》 开源免费项目,涵盖爬虫接口、ChatGPT API对接、DDD架构设计、镜像打包、Docker容器部署,小巧精悍,流程全面。对于Java编程伙伴来说,非常具有学习价值。
NiuXiangQian/chatgpt-stream
OpenAi最简洁的Java流式返回接入方式,方便接入业务系统,没有第三方依赖,只需要使用Spring Boot即可!轻松构建你的带有聊天记忆、画图功能的chatgpt,支持代码块高亮、markdown语法!
274056675/springboot-openai-chatgpt
超级AI大脑一个基于SpringCloud微服务架构,已对接GPT-3.5、GPT-4.0、百度文心一言、stable diffusion...
PenglongHuang/ChatGPT-Java-FunAi
ChatGPT Java 基于SpringBoot的后端开源web学习项目,FunAi。支持OpenAI官方所有接口。无限轮聊天 + 带上下文逻辑 + 流式输出 / 普通输出。PDF解析 +...