Releases: bricks-cloud/BricksLLM
Releases · bricks-cloud/BricksLLM
v1.1.1
Added
- Introduced new field called
name
to provider settings
Fixed
- Fixed issues with PostgreSQL schema inconsistencies
The full change log can be found here.
v1.1.0
v1.0.4
Fixed
-
Fixed configuration not found inconsistency with key and provider settings
-
Changed
-
Updated admin server to pull configurations every 5 sec by default
-
Updated prod Dockerfile to have privacy mode turned on
-
Added
-
Added a default OpenAI proxy timeout of 180s
-
Added model and keyId filters to the metrics API
-
Added health check endpoints for both admin and proxy servers
-
Started recording path and method for each proxy request
The full change log can be found here.
v1.0.3
v1.0.2
Added
- Added Datadog integration
Fixed
- Fixed bug with proxy not fetching existing provider settings
The full change log can be found here.
v1.0.1
Added
- Added support for gpt-4-turbo models in cost estimation
Fixed
- Fixed proxy logic to prevent internal errors from forwarding requests to OpenAI
- Fixed proxy logic to prevent internal errors from receiving responses from OpenAI
The full change log can be found here.
v1.0.0
Added
- Added a new API endpoint for creating and updating provider settings (e.g. OpenAI API key)
Changed
- Removed having OpenAI API key as an required env vairable for running the proxy
Breaking Changes
- Forced key creation to include a new field called settingId
The full change log can be found here.
v0.0.9
v0.0.8
v0.0.7
Added
- Added new reporting endpoint for retrieving the cumulative cost of an API key
The full change log can be found here.