From c286135eebc00441ab9c07c256e7fe66e301f6c6 Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Mon, 12 Aug 2024 21:12:05 -0700 Subject: [PATCH] fix: Add new --deepseek switch and chat mode options --- HISTORY.md | 1 + 1 file changed, 1 insertion(+) diff --git a/HISTORY.md b/HISTORY.md index 55698ede6..855b0e616 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -4,6 +4,7 @@ ### main branch - Infinite output for DeepSeek Coder, Mistral models in addition to Anthropic's models. +- New `--deepseek` switch to use DeepSeek Coder. - New `--chat-mode ` switch to launch in ask/help/code modes. - New `/code ` command request a code edit while in `ask` mode. - Web scraper is more robust if page never idles.