Releases: svange/openbrain
Releases · svange/openbrain
v0.21.0
0.21.0 (2023-10-17)
Features
- demote many info log statements to debug statements (6dee4bb)
v0.20.0
0.20.0 (2023-10-17)
Features
- remove promptlayer support (d99e26e)
v0.19.0
0.19.0 (2023-10-16)
Features
- Fallback scheme for environment variables and better output when initializing. (d797a8b)
- Fallback scheme for environment variables and better output when initializing. (498b92e)
Bug Fixes
- another attempt to fix ci/cd pipeline env vars (90f0fa0)
- ci/cd env vars for new scheme. (d5ef7af)
- fixed init.py environment auto-setup for ci/cd (3ad3042)
- repaired and improved cli tools except for ob-chat (3908a38)
- repaired and improved cli tools except for ob-chat (c8c0729)
v0.18.1
0.18.1 (2023-10-08)
Bug Fixes
- ob-tuner PORT type error. (98b0f3c)
v0.18.0
0.18.0 (2023-10-08)
Features
- add GRADIO_PORT env var to allow a single instance to host several gradios (8f45495)
v0.17.1
0.17.1 (2023-10-06)
Bug Fixes
- fixing ci/cd so pre-releases don't always release. (f724422)
v0.17.0
0.17.0 (2023-10-06)
Features
ob-chat
works with in-memory DB out-of-the-box. (558d44b)
v0.16.0
0.16.0 (2023-10-04)
Features
- ob-tuner updated to use in memory ORM, controllable by .env file. (47ba771)
v0.15.1
0.15.1 (2023-10-04)
Bug Fixes
- added more granularity to CI/CD system and attempting to bring prereleases. (8316019)
- added more granularity to CI/CD system and attempting to bring prereleases. (f4e02ea)
- updating CI/CD (937d34b)
v0.15.0
0.15.0 (2023-10-01)
Features
- demote gradio to be an optional dependency so that package fits in lambdas by default. Install with -E to get gradio. (0595a08)