| Homepage | https://www.christopherkylehorton.com/ |
| GitHub | https://github.com/Xyaneon |
| Homepage | https://www.christopherkylehorton.com/ |
| GitHub | https://github.com/Xyaneon |
Revisiting some free music I used to listen to back in my undergrad university days. A nice, relaxing #electronic track for a Sunday morning called "Lazy beach breaks": http://jamen.do/t/384091
Today I found out that you can set your AI chatbot provider in #Firefox to something other than the default choices provided by entering a custom URL for the `browser.ml.chat.provider` setting in the about:config page.
For instance, you can set it to the #Ecosia AI chatbot by entering the URL: https://www.ecosia.org/chat
Testing a personal #AI assistant locally sometimes leads to some interesting moments.
I spent some time with the debugger to figure out why my assistant would stop responding to me after adding some tools for it to use. Turns out it was hallucinating about how to use them, generating an empty response each time. I kept messaging it because I was curious to see if the chat could eventually get back on track.
Not sure if I'm doing something wrong, but the source generator for tools in #OllamaSharp does not quite seem to work for me.
I can see the generated class for the tool in VS Code, but when I try to actually build and run the project, I get a CS0246 error about not finding the type or namespace name of the tool.