watercooler icon indicating copy to clipboard operation
watercooler copied to clipboard

WaterCooler is an open source, desktop GUI for interacting with ChatGPT, created with Tauri.

Results 16 watercooler issues
Sort by recently updated
recently updated
newest added

Bumps [@tauri-apps/cli](https://github.com/tauri-apps/tauri) from 1.2.3 to 1.5.6. Release notes Sourced from @​tauri-apps/cli's releases. @​tauri-apps/cli v1.5.6 [1.5.6] Bug Fixes 5264e41d(#8082) Downgraded rust-minisign to 0.7.3 to fix signing updater bundles with empty passwords....

dependencies
javascript

Bumps [openssl](https://github.com/sfackler/rust-openssl) from 0.10.55 to 0.10.60. Release notes Sourced from openssl's releases. openssl-v0.10.60 What's Changed Correct off-by-one in minimum output buffer size computation by @​alex in sfackler/rust-openssl#2088 Expose a few...

dependencies
rust

Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.21.2 to 7.23.2. Release notes Sourced from @​babel/traverse's releases. v7.23.2 (2023-10-11) NOTE: This release also re-publishes @babel/core, even if it does not appear in the linked release...

dependencies
javascript

Bumps [rustix](https://github.com/bytecodealliance/rustix) from 0.36.8 to 0.36.16. Release notes Sourced from rustix's releases. 0.36.9 Fixes undefined references to pwritev64v2, preadv64v2, getauxval, and setns on older glibc versions (#535 and #556) Hopefully...

dependencies
rust

Bumps [postcss](https://github.com/postcss/postcss) from 8.4.21 to 8.4.31. Release notes Sourced from postcss's releases. 8.4.31 Fixed \r parsing to fix CVE-2023-44270. 8.4.30 Improved source map performance (by @​romainmenke). 8.4.29 Fixed Node#source.offset (by...

dependencies
javascript

If the API key isn't set in the settings, instead of sending an error message, check if the `OPENAI_API_KEY` environment variable is set. If the env variable _is_ set, should...

Add support for streaming responses: https://platform.openai.com/docs/api-reference/completions/create#completions/create-stream

ChatGPT-3.5 API supports embeddings. Add Redis vector similarity search and some method of chunking with sentence boundary detection to build the vector database from a collection of text files in...

Support additional, advanced settings from [OpenAI's API](https://platform.openai.com/docs/api-reference/chat): - `temperature` - `top_p` - `stop` - `max_tokens` - `frequency_penalty` - `logit_bias` - `streaming`?

enhancement

Add app info like version or settings file location. Where would it go? - On the settings page? - In the "About WaterCooler" window (does Tauri support this?)

enhancement