Jameshao

Results 5 issues of Jameshao

![image](https://user-images.githubusercontent.com/54829185/224481657-195e2a6c-69c5-4b3b-8abc-1bf1512c0ca4.png) ![image](https://user-images.githubusercontent.com/54829185/224481733-45060cbf-6302-40e8-95bf-ae5f606e5f83.png) ``` version: '3' services: app: image: chenzhaoyu94/chatgpt-web # 总是使用latest,更新时重新pull该tag镜像即可 ports: - 3002:3002 environment: # 二选一 OPENAI_API_KEY: sk-dxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx OPENAI_API_MODEL: gpt-3.5-turbo AUTH_SECRET_KEY: 11111111 TIMEOUT_MS: 60000 nginx: image: nginx:alpine ports: -...

``` server { listen 80; server_name localhost; charset utf-8; error_page 500 502 503 504 /50x.html; location / { root /usr/share/nginx/html; try_files $uri /index.html; } location /api { proxy_set_header X-Real-IP $remote_addr;...

![05dd2b95bef24a2bff7a6cffe9cf4fa](https://user-images.githubusercontent.com/54829185/231371989-273489fe-4033-4557-b5f3-20afed332a00.png)

stale

https://github.com/James-handsome/chatGPT-Deploy

stale

The error message you're seeing indicates that the page you're trying to access, 'https://ai.jameshao.pro/', was loaded securely over HTTPS, but it is trying to request a resource, specifically 'http://ai.jameshao.pro/api/models', over...