Makememo / Makememo/MemoAI

Unable to connect to Ollama models hosted on a different computer within the same network. / 無法在相同網絡中連接到其他電腦上的 Ollama 模型

Open
#400 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

bug
Dominant language
No language data
Stars
1.1k
Forks
108
PR merge metrics
No merged PRs in 30d

Description

Describe the bug
Even when the base URL of the computer hosting the Ollama models is correctly configured in the settings, the application still attempts to connect to the model using 127.0.0.1 (localhost) instead of the specified remote address.

To Reproduce
Steps to reproduce the behavior:

  1. Configure the remote address of Ollama LLM models in settings
  2. Select the remote model in Summary page (or Mind Map page)
  3. Click AI Summary button (or AI Mind Map)
  4. See error

Expected behavior
Application connects to the remote address as configured in the settings

Screenshots
Image

Image

Desktop (please complete the following information):

  • OS: Windows 11
  • Model: Ollama Qwen3
  • Version: 1.6.8

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by tracing how the Ollama base URL is read from settings when a model is selected on the Summary and Mind Map pages. Follow the AI Summary and AI Mind Map actions into the model connection path, and verify that requests use the configured remote address rather than 127.0.0.1. Done means both actions connect successfully to a remote Ollama model on the same network.

Written by the indexing model from the issue text.

Assessment

Tech stack
ollama
Domain
ai
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
52/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.