解决NoteGen笔记软件在Windows下无法连接ollama的问题,提示 Connection error.jack2025年6月30日AI 你需要把ollama设置可以跨域访问 , 为您的用户账户编辑或新建 Ollama 的环境变量 OLLAMA_ORIGINS,值设为 * 完成设置后,需要重启 Ollama 应用程序。 参考: https://github.com/codexu/note-gen/discussions/86#discussioncomment-13405171