copilot-gpt4-service
copilot-gpt4-service copied to clipboard
how to store chats ?
Are there certain things to report that are not a bug or feature? Please tell us as exactly as possible about your request, thanks. We will reply as soon as possible.
Where does it store previous chats ? am using copilot-gpt4-service with chatgpt-next-web.enabled using the helm chart method. but I cannot find any documentation on how to store chats and settings on a pvc or DB. Whenever I refresh the page, chats are gone, any thoughts?
helm install copilot-gpt4-service aaamoon/copilot-gpt4-service
--set chatgpt-next-web.enabled=true
--set chatgpt-next-web.config.OPENAI_API_KEY=[ your openai api key ] \ #Token obtained by copilot
--set chatgpt-next-web.config.CODE=[ backend access code ] \ # Access password for next chatgpt web ui
--set chatgpt-next-web.service.type=NodePort
--set chatgpt-next-web.service.nodePort=30080