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

Changes to stream.php

oleteacher opened this issue · comments

commented

Hello. Could you please explain what the changes below fix or enhance?

- $_SESSION['response'] .= $data;
$_SESSION['response'] .= 'z9J7L0b42g32' .  $data;
}
return strlen($data);
};

curl_exec($ch);

$answer = "";
- $responsearr = explode("data: ", $_SESSION['response']);
$responsearr = explode("z9J7L0b42g32data: ", $_SESSION['response']);

Changes like this have blocked some functions within school intranet.