cogentapps / chat-with-gpt

An open-source ChatGPT app with a voice
https://www.chatwithgpt.ai
MIT License
2.3k stars 493 forks source link

API keys are not saved in settings #103

Open WEZANGO opened 1 year ago

WEZANGO commented 1 year ago

I am using docker container and saved all API keys in my account, but every time I start a new session and log in to my account, all API keys are gone and needs to be entered again each time.

catgirl69 commented 1 year ago

creat additional file then

Arche151 commented 1 year ago

I have the same issue!

febriansasi commented 1 year ago

yes, me too, it missing if i close the tab on the browser

ErfanDL commented 1 year ago

same issue here how can I save the API key ? after refresh the page I lost all API keys

McFex commented 1 year ago

metoo

any news on that?

EDIT I stand corrected - this time I entered the API key through the button in the middle of the page, and it kept both keys.

cogentapps commented 1 year ago

Please let me know if this happens on the new version.

You can also store your API keys on the server now: https://github.com/cogentapps/chat-with-gpt#store-your-api-keys-on-the-server

McFex commented 1 year ago

reporting back - no issues for me on the new version. I can save all keys through whatever button I choose (meaning button in the middle or settings wheel at the top or sidebar-email-user settings button).

ErfanDL commented 1 year ago

thanks solved the problem with new version but image size is huge !

febriansasi commented 1 year ago

The old version image only, 637MB. Screenshot_20230418-070313_Pixel Launcher The update 6.5GB. It's using CUDA. Can I ask why? Isn't it just frontend UI for chatgpt.

cogentapps commented 1 year ago

Yeah, I moved to a CUDA base because I'm experimenting with adding a self-hosted TTS engine on the server, but since that hasn't been published yet a non-CUDA base image would make more sense.

tha23rd commented 1 year ago

Yeah, I moved to a CUDA base because I'm experimenting with adding a self-hosted TTS engine on the server, but since that hasn't been published yet a non-CUDA base image would make more sense.

Hi - just wondering if this "light" image has been worked on? Would also appreciate an image not based on CUDA

Edit: Just saw the commit from 19 hours ago - thanks!