__ Generated By Clidey's Auto GitHub Release__
✨ Improvements
OpenAI compatible API support:
- Now you can use the environmental variables below to connect to an OpenAI compatible API in the chat! We've tested it with a couple providers but anticipate that there might be some small edge cases, so please let us know if you find any issues 💕
To use a compatible API, please make sure all of these env variables are set. The custom models are of the format "model1,model2,model3,..."
WHODB_OPENAI_COMPATIBLE_ENDPOINT=...
WHODB_OPENAI_COMPATIBLE_API_KEY=...
WHODB_CUSTOM_MODELS=...
Dependabot updates
- Updated several dependencies, so if you run into any issues, please let us know! 🔧
Thank you to everyone who contributed to this release! 🚀
Your feedback and support are invaluable.
What's Changed
- build(deps): bump graphql from 16.10.0 to 16.11.0 in /frontend by @dependabot in #458
- build(deps): bump github.com/99designs/gqlgen from 0.17.71 to 0.17.74 in /core by @dependabot in #503
- feat: implement OpenAI compatible API provider support by @hkdeman in #500
Full Changelog: 0.54.0...0.55.0