Austin Poor
Austin Poor
Fixes #177 Removing the following repositories that no longer include a `/pkg` directory: * [prometheus/prometheus](https://github.com/prometheus/prometheus) * [minio/minio](https://github.com/minio/minio) Updating the links to the following repositories with renamed main branches: * [jaegertracing/jaeger](https://github.com/jaegertracing/jaeger)...
The examples in the [`project-layout/pkg/README.md`](https://github.com/golang-standards/project-layout/blob/7d77a60e518b7d9b483b6a30f166669cdac87452/pkg/README.md) file include repositories with links that should be updated (renamed branches) and repositories that should be removed (no longer include a `/pkg` directory): Repositories that...
Hi! Sorry for the basic question but I'm a bit of a beginner and I'm trying to understand how the model is set up. I have a 2-part question: First,...
Fixes the broken link to the bottomless replication subproject in the `libsql-server` documentation. Original link pointed to https://github.com/tursodatabase/libsql/blob/main/libsql-server/bottomless Link should point to: https://github.com/tursodatabase/libsql/blob/main/bottomless
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
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`?
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?)
Add support for OpenAI's Whisper speach-to-text model so the user can dictate messages.
Should there be some form of request templates? It could just be something like a [GitHub template repository](https://docs.github.com/en/repositories/creating-and-managing-repositories/creating-a-template-repository). How would templates be differentiated? A separate tab in the sidebar? Chats...