Chanzhaoyu / chatgpt-web

用 Express 和 Vue3 搭建的 ChatGPT 演示网页

Home Page:https://chatgpt-web-green.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to change chatGPT model ?

bgyu opened this issue · comments

commented

When I pass OPENAI_API_MODEL from docker env like this:
docker run --name chatgpt-web -d -p 127.0.0.1:3002:3002 -e OPENAI_API_KEY=your_api_key -e OPENAI_API_MODEL="gpt-4-turbo-preview" chatgpt-web. it seems not working.

Anyway to change the model at runtime and show the current model used in the page?

This issue is stale because it has been open for 10 days with no activity.

This issue was closed because it has been inactive for 2 days since being marked as stale.