Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lifenglsf/self_gpt_backend
自用的aichat的后端接口
https://github.com/lifenglsf/self_gpt_backend
Last synced: 2 days ago
JSON representation
自用的aichat的后端接口
- Host: GitHub
- URL: https://github.com/lifenglsf/self_gpt_backend
- Owner: lifenglsf
- Created: 2024-05-31T07:50:18.000Z (6 months ago)
- Default Branch: master
- Last Pushed: 2024-06-28T06:10:48.000Z (5 months ago)
- Last Synced: 2024-07-11T14:00:07.171Z (4 months ago)
- Language: Go
- Size: 37.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
- [ ]百度流式输出
- [x]阿里流式输出
- [x]deepseek流式输出
- [x]星火流式输出
### 阿里太坑了,用支持流式的参数,然后发现返回的内容有重复,比如第一句是```这是个例子```,第二句会是```这是个例子,例子的内容```,每一行的输出都包含前面n行的内容,如果做流式还要在内容的重新切割,不然返回的结果有大量重复的内容,放弃了