feat: Adds support for openai-compatible servers replacing the ollama based api
I'll do it in a way that minimally changes the code though, but thanks.
feat: Adds support for openai-compatible servers replacing the ollama based api
I see !
await openai.models.list();
Maybe I'll end up switching to this library in the end then.
feat: Adds support for openai-compatible servers replacing the ollama based api
You can probably add "unless if explicitly told to"
Good idea.
feel free to just close this, and maybe just look to add this feat in the future if you want
I likely will.
For my…
feat: Adds support for openai-compatible servers replacing the ollama based api
Oh 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 :
Do not remove any item
Why ?…