pashpashpash / vault-ai

OP Vault ChatGPT: Give ChatGPT long-term memory using the OP Stack (OpenAI + Pinecone Vector Database). Upload your own custom knowledge base files (PDF, txt, epub, etc) using a simple React frontend.
https://vault.pash.city
MIT License
3.25k stars 306 forks source link

How to update OPEN AI API KEY? #63

Open Nic0x opened 1 year ago

Nic0x commented 1 year ago

After filling the form, the server will automatically choose the api key from the form (and not from the secret/openai_api_key file anymore) but how to change openai api key after? Because the form only shows one time. Many thanks

caseSwift commented 1 year ago

I would look into git hard reset functionality

Nic0x commented 1 year ago

I would look into git hard reset functionality

Unfortunately it still keep my old api key

imonzalvo commented 1 year ago

@Nic0x It is stored in the local storage. Just remove that entry.

Nic0x commented 1 year ago

@Nic0x It is stored in the local storage. Just remove that entry.

Thank you, it's working