WongSaang / chatgpt-ui

A ChatGPT web client that supports multiple users, multiple languages, and multiple database connections for persistent data storage. Provides Docker images and quick deployment scripts.
https://wongsaang.github.io/chatgpt-ui/
MIT License
1.51k stars 333 forks source link

How can I use an API with my own domain name and where can I make modifications? #72

Closed chenweilie closed 1 year ago

chenweilie commented 1 year ago

After adding an API KEY, it's not working and I suspect there might be an access issue. I want to try using my own API instead.

WongSaang commented 1 year ago

https://github.com/WongSaang/chatgpt-ui/issues/74#issuecomment-1483763949

WongSaang commented 1 year ago

image

spencerwongfeilong commented 1 year ago

hello

may i know https://openai.proxy.com/v1 -> this is referring to the wsgi server?

does it mean https://openai.proxy.com/v1 points to http://10.10.10.10:8000/v1 ?

WongSaang commented 1 year ago

No, in some places, their network cannot directly request the OpenAI API address, and they may need to deploy their own proxy server.