From 24aa3f4bb4eb0b002c70301b1e88e5c63c6b8144 Mon Sep 17 00:00:00 2001 From: Ikko Eltociear Ashimine Date: Wed, 20 Nov 2024 23:13:38 +0900 Subject: [PATCH] docs: update README.md suggesing -> suggesting --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fe96b79..c3361d9 100644 --- a/README.md +++ b/README.md @@ -73,7 +73,7 @@ Then create the model: ollama create research-phi3 -f modelfile -Note: This specific configuration is necessary as recent Ollama versions have reduced context windows on models like phi3:3.8b-mini-128k-instruct despite the name suggesing high context which is why the modelfile step is necessary due to the high amount of information being used during the research process. +Note: This specific configuration is necessary as recent Ollama versions have reduced context windows on models like phi3:3.8b-mini-128k-instruct despite the name suggesting high context which is why the modelfile step is necessary due to the high amount of information being used during the research process. ## Usage