aboutsummaryrefslogtreecommitdiff
path: root/content/blog/2024-01-13-local-llm.org
diff options
context:
space:
mode:
authorChristian Cleberg <[email protected]>2026-06-21 12:42:04 -0500
committerChristian Cleberg <[email protected]>2026-06-21 12:42:04 -0500
commit538dfa2807ebb82704b2249d337cc9abefde4020 (patch)
tree9a465b0dd90150c05d9d4d54297001e6dc7610ed /content/blog/2024-01-13-local-llm.org
parent54339a23f57c6dd24cc3cec3806d3a29e94b759f (diff)
downloadcleberg.net-538dfa2807ebb82704b2249d337cc9abefde4020.tar.gz
cleberg.net-538dfa2807ebb82704b2249d337cc9abefde4020.tar.bz2
cleberg.net-538dfa2807ebb82704b2249d337cc9abefde4020.zip
fix: resolve spelling issues in pre-2026 posts
Diffstat (limited to 'content/blog/2024-01-13-local-llm.org')
-rw-r--r--content/blog/2024-01-13-local-llm.org6
1 files changed, 3 insertions, 3 deletions
diff --git a/content/blog/2024-01-13-local-llm.org b/content/blog/2024-01-13-local-llm.org
index 7ed4f82..b5a15f6 100644
--- a/content/blog/2024-01-13-local-llm.org
+++ b/content/blog/2024-01-13-local-llm.org
@@ -34,7 +34,7 @@ to install and use so far:
[[https://ollama.ai/][Ollama]] is a simple Go application for macOS and Linux that can run various LLMs
locally.
-For macOS, you can download the pplication on the [[https://ollama.ai/download/mac][Ollama download page]] and
+For macOS, you can download the application on the [[https://ollama.ai/download/mac][Ollama download page]] and
install it by unzipping the =Ollama.app= file and moving it to the
=Applications= folder.
@@ -49,7 +49,7 @@ mv ~/Downloads/Ollama.app /Applications/
After running the app, the app will ask you to open a terminal and run the
default =llama2= model, which will open an interactive chat session in the
-terminal. You can startfully using the application at this point.
+terminal. You can start using the application at this point.
If you don't want to use the default =llama2= model, you can download and run
additional models found on the [[https://ollama.ai/library][Models]] page.
@@ -84,6 +84,6 @@ Once you have a file downloaded, you simply create a new chat and select the
downloaded model file and ensure the inference matches the requirement in the
=models.md= file.
-[[https://github.com/AugustDev/enchanted][Enchanted]] is also an iOS for private AI models, but it requires a public-facing
+[[https://github.com/AugustDev/enchanted][Enchanted]] is also an iOS app for private AI models, but it requires a public-facing
Ollama API, which did not meet my "on device requirement." Nonetheless, it's an
interesting looking app and I will likely set it up to test soon.