From ae01c95fa7dfbe247db2412907d7e6855c1bfff1 Mon Sep 17 00:00:00 2001 From: Aboubakar Date: Tue, 3 Sep 2024 12:03:54 +0200 Subject: [PATCH] Update README and changelog --- README.md | 1 + changelog.md | 1 + 2 files changed, 2 insertions(+) diff --git a/README.md b/README.md index ec3d04ea0..824a2a74c 100644 --- a/README.md +++ b/README.md @@ -234,6 +234,7 @@ To get the authentication setup, `backendUrl`is mandatory. **_NOTE_**: If the previous configuration is not present in the configuration file, Leto-Modelizer will be launched with the backend mode deactivated. **_NOTE_**: For now, there is no UI associated to the backend, but the UI for the admin is coming soon ! +**_NOTE_**: The AI tools are only available with the backend mode and it needs to be authenticated with Leto-Modelizer-Api. ## How to build this app diff --git a/changelog.md b/changelog.md index e1bdb09ff..d2de844ca 100644 --- a/changelog.md +++ b/changelog.md @@ -26,6 +26,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 * Improve dockerfile with version of plugins as argument. * Export diagram as svg. * Error management on monaco editor and error footer. +* Generate diagrams from AI proxy. The proxy is actually called by the Leto-Modelizer-Api. ### Changed