From da2763dee4bd8bfc15db51c1f8eaa1ebd230fd60 Mon Sep 17 00:00:00 2001 From: Dustin Date: Sun, 17 Dec 2023 14:33:09 -0500 Subject: [PATCH] model update --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3a1de68..da75153 100644 --- a/README.md +++ b/README.md @@ -14,9 +14,9 @@ You can install it with this command: curl https://ollama.ai/install.sh | sh ``` -Once it's all set up, you'll need to download the model. You can play with the available ones and see what works best for you, but for this bot, zephyr:7b-beta-q8_0 seems to work best of the ones I've tested. To install: +Once it's all set up, you'll need to download the model. You can play with the available ones and see what works best for you, but for this bot, zephyr:7b-beta-q6_K seems to work best of the ones I've tested. To install: ``` -ollama pull zephyr:7b-beta-q8_0 +ollama pull zephyr:7b-beta-q6_K ``` You'll also need to install matrix-nio and litellm