From 5d02d973c0da10290a6519daad04ecf317c28f8d Mon Sep 17 00:00:00 2001 From: Laura Date: Sat, 9 Aug 2025 22:58:58 +0200 Subject: [PATCH] readme tweak --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cecf71d..9431ea7 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ A simple, private, self-hosted web chat interface to interact with AI models via the OpenRouter API. All chat history and settings are stored locally in your browser, ensuring your privacy. -![screenshot](./.github/chat.png) +![screenshot](.github/chat.png) ## Features @@ -29,4 +29,4 @@ go build -o chat * **Send Message:** Type in the input box and press `Ctrl+Enter` or click the send button. * **Edit/Delete:** Hover over a message to reveal the edit and delete options. -* **Options:** Change the model, temperature, or message role using the controls at the bottom-left. \ No newline at end of file +* **Options:** Change the model, temperature, prompt, or message role using the controls at the bottom-left. \ No newline at end of file