Support smoother streaming conversations and provide api services #56
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
支持更加流畅的流式对话,并且提供api服务。
之前的流式对话是一段一段,现在是一个字一个字。
提供api服务,并且api支持流式。
新增了一个web_api_demo,这个和之前的基本区别不大,不过它的预测是通过调用api实现的。
Support smoother streaming conversations and provide api services.
The previous streaming conversation was paragraph by paragraph, but now it is word by word.
Provide api services, and the api supports streaming.
A new web_api_demo has been added, which is not much different from the previous one, but its prediction is realized by calling the api.