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
Version (please complete the following information):
OS: Mac M1
Browser: Brave
Web Clipper version: 0.10.5
Obsidian version: 1.7.7
Describe the bug
Using interpreter for local Ollama server, required API KEY.
When I add space in the API Key, I can able to see call has been made to local server and able to get the empty data
(after restarting the ollama server)
Expected behavior
With Local Ollama, API KEY should be optional
URLs where the bug occurs
All the pages, with small content or larger contents
To reproduce
Steps to reproduce the behavior:
Install ollama local, and configure it without API KEY or space as API KEY
Start ollama server OLLAMA_ORIGINS=moz-extension://*,chrome-extension://* ollama serve
Go to a web page.
Click on the webclipper
Your template file
# 5 key takeaways from this article
{{" 5 key takeaways from this article"}}
# Extract the main arguments presented
{{" Extract the main arguments presented"}}
---
# Main content
{{content|slice:0,1000}}
The text was updated successfully, but these errors were encountered:
Version (please complete the following information):
Describe the bug
Using interpreter for local Ollama server, required API KEY.
When I add space in the API Key, I can able to see call has been made to local server and able to get the empty data
(after restarting the ollama server)
Expected behavior
URLs where the bug occurs
All the pages, with small content or larger contents
To reproduce
Steps to reproduce the behavior:
OLLAMA_ORIGINS=moz-extension://*,chrome-extension://* ollama serve
Your template file
The text was updated successfully, but these errors were encountered: