fix image link

This commit is contained in:
Firehose Bot 2026-04-19 23:09:48 +01:00
parent 3c592bdbc7
commit 919f8be409

View File

@ -7,7 +7,7 @@
}
---
(This post was written longhand. Conversion to text was done with MyScript Notes, I did some minor manual edits to correct words and explain a few things (in parentheses) See the Afterword for what happened since writing this).
_This post was written longhand. Conversion to text was done with MyScript Notes, I did some minor manual edits to correct words and explain a few things (in parentheses).
I see a few people writing about sharing struggles with Large language models, saying we are all still figuring this out.
@ -54,7 +54,7 @@ This also required experimentation. I did not want to set up a separate project
- Learn that Pi auto loads any thing in the extensions folder. If you put a test there, Pi crashes. (the test does not have the method that defines an extension. All files in `.pi/agent/extensions` must have it.)
- Learn that "domain" files also don't work there. (I wanted to have the extension files thin and the testable functions separate. So that the tests don't depend on `pi` and its' types).
[!handwritten draft of the paragraphg below](/images/blog/2026/local-llm-handwriting.png)
![handwritten draft of the paragraph below](/images/blog/2026/local-llm-handwriting.png)
So eventually I ended up with