Alex.o0

Results 6 comments of Alex.o0

Just a concept: try to use a power sensor to determine whether an ATV is power on. I am going to do this with my TV and ATV. It's a...

I met this issue today. It seems like a bug, just modify one of the example page, like [examples/10-stylechange.html](https://github.com/jscastro76/threebox/blob/1b56b5172f72c3201acd9238842a23bbed30c502/examples/10-stylechange.html), change `defaultLights: true` to `realSunlight: true`, then resize the browser window,...

Same issues, I spent a whole evening and can't figout how to use this codes.

你这说的太模糊了, 报的什么错误 是网络不通,还是网络通了解析API出错

你可以先用终端测试一下直接调用API返回的结果有没有问题,然后再用ESP32网络库去请求API,比如命令行: ```bash curl https://api.openai.com/v1/chat/completions \ -H 'Content-Type: application/json' \ -H 'Authorization: Bearer ' \ -d '{ "model": "gpt-3.5-turbo", "messages": [{"role": "user", "content": "Hello!"}] }' ```

@qibaoyutanqi 那有点奇怪 我测试上面的命令直连官方API没问题 连接我自己用nginx搭的代理也没问题 但我没测试用这个项目的nodejs的代理