diff --git a/examples/server/public_simplechat/readme.md b/examples/server/public_simplechat/readme.md index a2aaadfe7e177..21410199f6016 100644 --- a/examples/server/public_simplechat/readme.md +++ b/examples/server/public_simplechat/readme.md @@ -21,7 +21,7 @@ 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 "Chat and Settings screens") +![Chat and Settings screens](./simplechat_screens.webp "Chat and Settings screens") 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 deleted file mode 100644 index a15edf0e12314..0000000000000 Binary files a/examples/server/public_simplechat/simplechat_screens.png and /dev/null differ diff --git a/examples/server/public_simplechat/simplechat_screens.webp b/examples/server/public_simplechat/simplechat_screens.webp new file mode 100644 index 0000000000000..ccea443960516 Binary files /dev/null and b/examples/server/public_simplechat/simplechat_screens.webp differ