mirror of
https://github.com/NovaOSS/nova-betterchat.git
synced 2024-11-25 17:13:58 +01:00
3f0ada4a9d
* google drive api * fix: google-api * GoogleCloudStorage * list files api * Google Cloud Storage * move button to side menu * sync status * rename file * show popup for those with cloud sync * update button style * auto close modal after logged in * auto popup every 59min * set as unauthenticated if update fails * i18n * add spin animation * feat: Toast * clear toast * electron: desktop google drive integration This update includes integration with Google Drive for desktop access, but requires a new URL, which may cause existing chat data to be lost. To minimize disruption, users can export their current chat data and import it into the newer version. * update note * error handling * support multiple drive files * feat: delete drive file * i18n * change style
6 lines
316 B
Plaintext
6 lines
316 B
Plaintext
# All options are optional, remove those you do not need
|
|
VITE_CUSTOM_API_ENDPOINT=
|
|
VITE_DEFAULT_API_ENDPOINT=
|
|
VITE_OPENAI_API_KEY=
|
|
VITE_DEFAULT_SYSTEM_MESSAGE= # Remove this line if you want to use the default system message of Better ChatGPT
|
|
VITE_GOOGLE_CLIENT_ID= # for syncing data with google drive |