diff options
Diffstat (limited to 'gemfeed')
| -rw-r--r-- | gemfeed/2025-08-05-local-coding-llm-with-ollama.html | 4 | ||||
| -rw-r--r-- | gemfeed/atom.xml | 6 |
2 files changed, 3 insertions, 7 deletions
diff --git a/gemfeed/2025-08-05-local-coding-llm-with-ollama.html b/gemfeed/2025-08-05-local-coding-llm-with-ollama.html index 2e4a7697..f2a9d99d 100644 --- a/gemfeed/2025-08-05-local-coding-llm-with-ollama.html +++ b/gemfeed/2025-08-05-local-coding-llm-with-ollama.html @@ -179,7 +179,7 @@ by Lorenzo Bettini http://www.lorenzobettini.it http://www.gnu.org/software/src-highlite --> <pre>brew install aider -mkdir ~/git/aitest && cd ~/git/aitest && git init +mkdir -p ~/git/aitest && cd ~/git/aitest && git init aider --model ollama_chat/qwen<font color="#000000">2.5</font>-coder:14b-instruct </pre> <br /> @@ -316,8 +316,6 @@ http://www.gnu.org/software/src-highlite --> } </pre> <br /> -<span>Etc...</span><br /> -<br /> <span>The code is quite straightforward, especially for generating boilerplate code this will be useful for many use cases!</span><br /> <br /> <h2 style='display: inline' id='in-editor-code-completion'>In-Editor Code Completion</h2><br /> diff --git a/gemfeed/atom.xml b/gemfeed/atom.xml index 97fedb08..d3af9d57 100644 --- a/gemfeed/atom.xml +++ b/gemfeed/atom.xml @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="utf-8"?> <feed xmlns="http://www.w3.org/2005/Atom"> - <updated>2025-08-05T16:21:03+03:00</updated> + <updated>2025-08-06T09:02:04+03:00</updated> <title>foo.zone feed</title> <subtitle>To be in the .zone!</subtitle> <link href="https://foo.zone/gemfeed/atom.xml" rel="self" /> @@ -186,7 +186,7 @@ by Lorenzo Bettini http://www.lorenzobettini.it http://www.gnu.org/software/src-highlite --> <pre>brew install aider -mkdir ~/git/aitest && cd ~/git/aitest && git init +mkdir -p ~/git/aitest && cd ~/git/aitest && git init aider --model ollama_chat/qwen<font color="#000000">2.5</font>-coder:14b-instruct </pre> <br /> @@ -323,8 +323,6 @@ http://www.gnu.org/software/src-highlite --> } </pre> <br /> -<span>Etc...</span><br /> -<br /> <span>The code is quite straightforward, especially for generating boilerplate code this will be useful for many use cases!</span><br /> <br /> <h2 style='display: inline' id='in-editor-code-completion'>In-Editor Code Completion</h2><br /> |
