Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
0.55.0 - Release - Add OpenAI compatible API functionality for the Houdini chat source code.tar.gz | 2025-06-11 | 5.0 MB | |
0.55.0 - Release - Add OpenAI compatible API functionality for the Houdini chat source code.zip | 2025-06-11 | 5.1 MB | |
README.md | 2025-06-11 | 1.3 kB | |
Totals: 3 Items | 10.1 MB | 0 |
__ 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,..."
:::sh
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 https://github.com/clidey/whodb/pull/458
- build(deps): bump github.com/99designs/gqlgen from 0.17.71 to 0.17.74 in /core by @dependabot in https://github.com/clidey/whodb/pull/503
- feat: implement OpenAI compatible API provider support by @hkdeman in https://github.com/clidey/whodb/pull/500
Full Changelog: https://github.com/clidey/whodb/compare/0.54.0...0.55.0