Fanxian

Results 6 comments of Fanxian

> Try to change to: `_file = open('/ssd1306py/ascii16.txt', 'r')` it works when i try : `_file = open('/lib/ssd1306py/ascii16.txt', 'r')`

我按方法二做了,现在执行到这一步,串口发送消息没反应,在index.html里面点击send也没反应 T_T 不知道下一步怎么做 ![image](https://github.com/blueokanna/ESP32-ChatGLM/assets/132245560/3ce48e66-b8e6-4f49-b183-945f2ab5a7d4)

原来是这样使用的,感谢大佬。但是我点击send后,串口正常显示我的提问,但是网页一直在转,得不到回复,这可能是什么原因造成的? ![image](https://github.com/blueokanna/ESP32-ChatGLM/assets/132245560/362a9cec-bee4-483e-aaa6-371a50bcc308)

成功运行了,使用体验是:反应速度稍慢,排版看着有点别扭 ![image](https://github.com/blueokanna/ESP32-ChatGLM/assets/132245560/9342baf0-01f8-4457-92d9-202c3a3c3b9d) 感谢大佬的开源^_^

大佬,我后续打算实现直接在ESP32的串口监视器上向AI提问和接收回答,可以在您的代码的基础上修改出来吗?