You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be great if there's a way to provide some form of authentication to the Ollama LLM method.
Options could be an Authentication header, Token, or even (though not ideal) basic-auth.
This would allow someone to self-host an LLM and expose it to the internet securely, while keeping goose working no matter where they are using it.
The text was updated successfully, but these errors were encountered:
Given that their issue is closed I'm not expecting them to do so anytime soon.
Having an option to provide our own headers along with the http requests that goose makes would allow us to implement our own authentication system in front of ollama.
This could be something simple like OLLAMA_HTTP_HEADERS which is an object where each key is the header name, and value the header value.
It would be great if there's a way to provide some form of authentication to the Ollama LLM method.
Options could be an
Authentication
header, Token, or even (though not ideal) basic-auth.This would allow someone to self-host an LLM and expose it to the internet securely, while keeping goose working no matter where they are using it.
The text was updated successfully, but these errors were encountered: