From e820fea289b858421fc97084932d3d8ec35fa9e2 Mon Sep 17 00:00:00 2001 From: fry69 <142489379+fry69@users.noreply.github.com> Date: Wed, 9 Oct 2024 14:04:19 +0200 Subject: [PATCH] doc: fix leftover /clipboard mention --- aider/website/_includes/multi-line.md | 2 +- aider/website/docs/config/adv-model-settings.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/aider/website/_includes/multi-line.md b/aider/website/_includes/multi-line.md index 9d37aadd3..757b93cec 100644 --- a/aider/website/_includes/multi-line.md +++ b/aider/website/_includes/multi-line.md @@ -2,4 +2,4 @@ You can send long, multi-line messages in the chat in a few ways: - Paste a multi-line message directly into the chat. - Enter `{` alone on the first line to start a multiline message and `}` alone on the last line to end it. - Use Meta-ENTER to start a new line without sending the message (Esc+ENTER in some environments). - - Use `/clipboard` to paste text from the clipboard into the chat. + - Use `/paste` to paste text from the clipboard into the chat. diff --git a/aider/website/docs/config/adv-model-settings.md b/aider/website/docs/config/adv-model-settings.md index 95d19086c..37879b193 100644 --- a/aider/website/docs/config/adv-model-settings.md +++ b/aider/website/docs/config/adv-model-settings.md @@ -550,7 +550,7 @@ cog.out("```\n") use_repo_map: true use_system_prompt: true use_temperature: true - weak_model_name: openrouter/anthropic/claude-3-haiku-20240307 + weak_model_name: openrouter/anthropic/claude-3-haiku - accepts_images: true cache_control: true caches_by_default: false @@ -568,7 +568,7 @@ cog.out("```\n") use_repo_map: true use_system_prompt: true use_temperature: true - weak_model_name: openrouter/anthropic/claude-3-haiku-20240307 + weak_model_name: openrouter/anthropic/claude-3-haiku:beta - accepts_images: true cache_control: false caches_by_default: false