-
-
Notifications
You must be signed in to change notification settings - Fork 3.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
2749 ollama client auth token #3005
base: master
Are you sure you want to change the base?
2749 ollama client auth token #3005
Conversation
sensible fallback to not break existing installs re-order of input fields null-check for API key and header optional insert on request linting
@timothycarambat, thank you for reviewing this, the workspace chat fails because there is a dependency conflict with current ollama-js version 5.0, it does not pass headers while creating a completion. The latest version with header support is 5.10.0, attaching screenshots. Workspace chat after upgrading works as expected. Pushed the changes. |
Excellent catch, I had only tested on my local Ollama to make sure current integrations work without a header since that is the normal and majority use case. i hadn't done a full QA yet, so thanks for catching that. |
Pull Request Type
What is in this change?
Additional Information
Developer Validations
yarn lint
from the root of the repo & committed changes