Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Zorin95670 committed Oct 30, 2024
1 parent 8d72053 commit 94b26fb
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added

* Add api endpoints:
* For AI configuration actions on proxy:
* `GET /api/ai/proxy/configuration`, to send configuration on the proxy.
* `GET /api/ai/proxy/descriptions`, to get all configurations descriptions on the proxy.
* For AI configurations:
* `GET /api/ai/configurations`, to get all AI configurations.
* `POST /api/ai/configurations`, to get create an AI configuration.
* `PUT /api/ai/configurations/`, to update multiple AI configurations.
* `GET /api/ai/configurations/[CONFIGURATION_ID]`, to get an AI configuration.
* `PUT /api/ai/configurations/[CONFIGURATION_ID]`, to update an AI configuration.
* `DELETE /api/ai/configurations/[CONFIGURATION_ID]`, to delete an AI configuration.
* For AI secrets:
* `GET /api/ai/secrets`, to get all AI secret keys.
* `GET /api/ai/secrets`, to get all AI secret keys.
* `POST /api/ai/secrets`, to create an AI secret.
* `GET /api/ai/secrets/[SECRET_ID]`, to get an AI secret.
* `PUT /api/ai/secrets/[SECRET_ID]`, to update an AI secret.
Expand Down

0 comments on commit 94b26fb

Please sign in to comment.