diff options
| author | Paul Buetow <paul@buetow.org> | 2025-08-06 09:03:27 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2025-08-06 09:03:27 +0300 |
| commit | ef17c0ade71ad5b69f4475e7ef0c9b26d749198d (patch) | |
| tree | 67cba7795759ea4aebcedc9490299d12febdd6aa /gemfeed | |
| parent | 1ec3d5d10a9def983c15c8dc14ecbebf6c137d91 (diff) | |
Update content for md
Diffstat (limited to 'gemfeed')
| -rw-r--r-- | gemfeed/2025-08-05-local-coding-llm-with-ollama.md | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/gemfeed/2025-08-05-local-coding-llm-with-ollama.md b/gemfeed/2025-08-05-local-coding-llm-with-ollama.md index e0200c6e..bb8f11a5 100644 --- a/gemfeed/2025-08-05-local-coding-llm-with-ollama.md +++ b/gemfeed/2025-08-05-local-coding-llm-with-ollama.md @@ -149,7 +149,7 @@ To get started, the only thing I had to do was to install it via Homebrew, initi ```sh brew install aider -mkdir ~/git/aitest && cd ~/git/aitest && git init +mkdir -p ~/git/aitest && cd ~/git/aitest && git init aider --model ollama_chat/qwen2.5-coder:14b-instruct ``` @@ -274,8 +274,6 @@ func CountFiles(dir string) (int, error) { } ``` -Etc... - The code is quite straightforward, especially for generating boilerplate code this will be useful for many use cases! ## In-Editor Code Completion |
