diff --git a/examples/server/public_simplechat/readme.md b/examples/server/public_simplechat/readme.md index 3b60e90d7..ae4ca426b 100644 --- a/examples/server/public_simplechat/readme.md +++ b/examples/server/public_simplechat/readme.md @@ -14,6 +14,8 @@ own system prompts. This allows seeing the generated text / ai-model response in oneshot at the end, after it is fully generated, or potentially as it is being generated, in a streamed manner from the server/ai-model. +![Chat and Settings screens](./simplechat_screens.png) + Auto saves the chat session locally as and when the chat is progressing and inturn at a later time when you open SimpleChat, option is provided to restore the old chat session, if a matching one exists. diff --git a/examples/server/public_simplechat/simplechat_screens.png b/examples/server/public_simplechat/simplechat_screens.png new file mode 100644 index 000000000..80dcda68c Binary files /dev/null and b/examples/server/public_simplechat/simplechat_screens.png differ