We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I'm using ollama, by default, the origin should be same with host, but in our case, it's
-H 'Origin: chrome-extension://iaakpnchhognanibcahlpcplchdfmgma' \
It's much better if we can manually define the 'origin' header when create a customer or any chatbot.
The text was updated successfully, but these errors were encountered:
Are you running ollama on a custom port? We have handled the origin problem for ollama running on localhost:11434
origin
localhost:11434
Sorry, something went wrong.
Thanks for the quick response. Yes, my ollama is behind a nginx and using a sub path like /abcdedg/ I'm using a customer url.
No branches or pull requests
I'm using ollama, by default, the origin should be same with host, but in our case, it's
-H 'Origin: chrome-extension://iaakpnchhognanibcahlpcplchdfmgma' \
It's much better if we can manually define the 'origin' header when create a customer or any chatbot.
The text was updated successfully, but these errors were encountered: