Replies: 1 comment 2 replies
-
Do you have a link to any source documentation? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I have a remote ollama instance that expects Basic auth.
Based on https://codecompanion.olimorris.dev/configuration/adapters.html#example-using-ollama-remotely, here's the config I tried:
Here's what I see in the logs:
Looking at the get_models code in ollama.lua, it seems that the headers here are declared locally and don't use what's in conf.
https://github.com/olimorris/codecompanion.nvim/blob/67a747eeab28456971979c8ee03c648135e8687c/lua/codecompanion/adapters/ollama.lua#L33C3-L38C6
Is there something I'm missing?
Thank you
Beta Was this translation helpful? Give feedback.
All reactions