From 891330814d758c874fcd9436e984259f6235129a Mon Sep 17 00:00:00 2001 From: jrrobison1 <157397847+jrrobison1@users.noreply.github.com> Date: Sat, 13 Apr 2024 18:33:43 +0000 Subject: [PATCH] Update README.md --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5bf875b..b3862e4 100644 --- a/README.md +++ b/README.md @@ -69,8 +69,7 @@ cd ui npm install ``` -### Optional Configuration -The different personas in the workshop (editor, agent, writer, and publisher) are created through system prompts, which are defined in /service/config/config.toml. You may edit this file to easily use your own prompts instead of the defaults. + ## Manually launchng the app after building the frontend and the backend: @@ -87,5 +86,8 @@ cd ui npm start ``` +## Optional Configuration +The different personas in the workshop (editor, agent, writer, and publisher) are created through system prompts, which are defined in /service/config/config.toml. You may edit this file to easily use your own prompts instead of the defaults. + ## License This project is licensed under the terms of the MIT license.