anse-app / chatgpt-demo

Minimal web UI for ChatGPT.
https://chatgpt.ddiu.me
MIT License
8.01k stars 3.8k forks source link

can I change my gpt3.5 api into chatgpt API in this demo? #359

Closed michael7908 closed 1 year ago

michael7908 commented 1 year ago

Clear and concise description of the problem

According to Readme, the API behind this demo website is 3.5 turbo version which is much more expensive than ChatGPT API so where I can change this setting to save money? Thank you.

Suggested solution

According to Readme, the API behind this demo website is 3.5 turbo version which is much more expensive than ChatGPT API so where I can change this setting to save money? Thank you.

Alternative

No response

Additional context

No response

Validations

yzh990918 commented 1 year ago

Of course, you can fork the project yourself to make changes.

ddiu8081 commented 1 year ago

See #330.

The API used by the ChatGPT website is not publicly available. Using it would violate the TOS of OpenAI. So we do not plan to include this feature. You can fork and edit it.