dirk1983 / chatgpt

演示站现在可以免费使用ChatGPT对话和画图了。全网最易部署,响应速度最快的ChatGPT环境。PHP版调用OpenAI接口进行问答和画图,采用Stream流模式通信,一边生成一边输出。前端采用EventSource,支持Markdown格式解析,支持公式显示,代码有着色处理,支持画图。页面UI简洁,支持上下文连续会话。源码只有几个文件,没用任何框架,支持所有PHP版本,全部开源,极易二开。保姆级教程,账号等周边资源,欢迎进群交流,一切全免费。

Home Page:https://mm1.ltd

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

What is "Continuous conversations" ?

oleteacher opened this issue · comments

commented

Question: what is the "Continuous conversations" function?

<input type="checkbox" id="keep" checked="" style="min-width:220px;">

Changing the state has no effect that I can see. Have students asking and not positive what I should tell them.

Sorry if not the place to ask questions, but in school we cannot join your wechat group.

Thank you for your time.

Basically it turns on the contextual analysis of the chat flow.
When it's enabled, AI will consider previous questions and answers when generating new answer.

commented

@sahuidhsu Thank you, explained perfectly!