jose-donato/ollama-reply

For the CORS setup

Opened this issue · 1 comments

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:

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