weaigc / gradio-chatbot

A tool that can automatically convert 🤗 Huggingface Spaces,魔搭创空间 and Gradio ChatBot into free APIs. Supports GPT4Free,ChatGPT,Llama2,MPT,Falcon Chat,ChatGLM,通义千问 and many other chatbot like spaces.
https://weaigc.github.io/gradio-chatbot-ui/
Apache License 2.0
151 stars 23 forks source link

流式输出怎么支持上下文? #4

Closed SnowyLchen closed 1 year ago

SnowyLchen commented 1 year ago

怎么对接到html?和支持上下文呀

weaigc commented 1 year ago

怎么对接到html?和支持上下文呀

目前默认是支持上下文的,不区分流式还是非流式。

SnowyLchen commented 1 year ago

mode=5的时候 ,是不支持的,然后问一下如何对接到html中?

SnowyLchen commented 1 year ago

@weaigc