fix image link
This commit is contained in:
parent
3c592bdbc7
commit
919f8be409
@ -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.
|
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 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).
|
- 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)
|

|
||||||
|
|
||||||
|
|
||||||
So eventually I ended up with
|
So eventually I ended up with
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user