Nick Sullivan
Nick Sullivan
Note that if you use the openrouter.ai option, you can choose any model they support. https://openrouter.ai/docs To do so, add your `openrouter_api_key` to the config file at `$HOME/.aicodebot.yaml` ```bash openrouter_api_key:...
Still working on this. In the meantime, I added commands to the sidekick prompt, so you can add / drop files for context, without restarting. /add file /drop file /files...
I understand and appreciate the importance of this now. @hanselke I just re-factored the layout of the commands, so your current code isn't compatible - I'll look into adding support...
FYI - I got `aicodebot learn` working. And then built a `sidekick-agent` command that accepts a `--learned-repo $repo` argument. But the results are currently terrible, because the resulting text from...
Disappointing results - nothing is as good as ChatGPT-4 so far
Makes sense, and I'm headed in that direction In the meantime, the current `aicodebot sidekick` command is pretty good, because you can add files for context. Today I put a...
Working on this now
I got basic Hugging Face Hub "working" (with bad results) https://github.com/gorillamania/AICodeBot/commit/cb604ca970146d72d4dc836ba8a6888528a61c6c But I think what we actually need is local LLMs, and the direction I'm going is this docker image...
Thank you for your contribution. The code has long since diverged from this approach.
If you try to pass the ZepChatMessageHistory, you get an error instance of BaseCheckpointSaver expected (type=type_error.arbitrary_type; expected_arbitrary_type=BaseCheckpointSaver) Seems like we need a ZepCheckpointSaver