For the CORS setup
Opened this issue · 1 comments
keskinonur commented
Hi there,
You may use this line for macOS, and continue to have your server run in the background.
launchctl setenv OLLAMA_ORIGINS "chrome-extension://*"
For Linux, edit ollama service
[Service]
Environment="OLLAMA_ORIGINS='chrome-extension://*'"
references:
jose-donato commented
Hi there, You may use this line for macOS, and continue to have your server run in the background.
launchctl setenv OLLAMA_ORIGINS "chrome-extension://*"
For Linux, edit ollama service
[Service] Environment="OLLAMA_ORIGINS='chrome-extension://*'"
references:
ohhh cool! thanks! didn't know about that
going to update the readme