feat: Adds support for openai-compatible servers replacing the ollama based api #1
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "22f9fc65:adds_openai_support"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Replaces ollama protocol with openai protocol for broader compatibility.
Please be free to change anything that is not of your liking, mostly AI generated just make it work for my specific scenario.
9157538537to938e28d685Oh yeah, this is a lot of changes, not reusing the existing interfacing libraries at all.
However, I'm wondering about this specific change in the prompt :
Why ? Although I didn't have an example to show on my demo, there are cases where I would make it remove items.
When I used certain models locally, they unexpectedly deleted items without being explicitly requested to do so. For example, if I entered "I need to buy bananas," the model would randomly remove an unrelated item from my list.
You can probably add "unless if explicitly told to" and should allow you to remove stuff.
Again, I understand that this is very different from your original implementation , so feel free to just close this, and maybe just look to add this feat in the future if you want.
For my needs it is working good enough now. :)
Good idea.
I likely will.
So, you plan to keep using this for real ?
Even though I only meant for it to be a PoC, I was also intending to add the following features :
If people really start using this, I might consider moving on to a fully featured kanban.
938e28d685toc5685e7764I like the idea of editing the todo list with prompts. but likely I won't , I use a MCP for todoist that is super heavy and clunky, I will probably adopt a similar idea to this here and make it into a mcp server instead but no UI.
btw, this branch adds this:
Dropdown of available modelsI see !
Maybe I'll end up switching to this library in the end then.
Feel free to get the patch from the last revision and apply :)
https://git.kaki87.net/KaKi87/promptable-todo-list/commit/c5685e7764d6fb03839e45a4cb27a301462ea174.patchI'll do it in a way that minimally changes the code though, but thanks.
Pull request closed