Chanzhaoyu / chatgpt-web

用 Express 和 Vue3 搭建的 ChatGPT 演示网页
MIT License
31.34k stars 11.23k forks source link

How to change chatGPT model ? #2062

Closed bgyu closed 6 months ago

bgyu commented 6 months ago

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?

github-actions[bot] commented 6 months ago

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

github-actions[bot] commented 6 months ago

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