Skip to content

feat: improve Ollama local model configuration UX#991

Merged
Wendong-Fan merged 2 commits intoeigent-ai:mainfrom
ParthSareen:parth/fix-ollama-selection
Feb 8, 2026
Merged

feat: improve Ollama local model configuration UX#991
Wendong-Fan merged 2 commits intoeigent-ai:mainfrom
ParthSareen:parth/fix-ollama-selection

Conversation

@ParthSareen
Copy link
Copy Markdown
Contributor

Summary

  • Auto-populate default endpoint URL when Ollama is selected
  • Fetch and display available models from Ollama API
  • Add model dropdown with refresh button for Ollama

Changes

  • Auto-populate http://localhost:11434/v1 for Ollama (unless user manually edits)
  • Fetch models from /api/tags endpoint on page load and platform switch
  • Replace text input with Select dropdown for Ollama model selection
  • Add refresh button to re-fetch available models
  • Sort model list with configured model at top

Test plan

  • Fresh load with Ollama selected → URL auto-populated, models fetched
  • Switch to vLLM → URL not auto-populated, text input shown
  • Switch back to Ollama → URL restored, models dropdown shown
  • Click refresh button → Models re-fetched
  • Manually edit URL → Preserved when switching platforms
  • Click Reset → URL reset to default, models re-fetched

@ParthSareen ParthSareen marked this pull request as draft January 20, 2026 23:14
@ParthSareen ParthSareen force-pushed the parth/fix-ollama-selection branch 3 times, most recently from aa1b74d to 17598bc Compare January 20, 2026 23:25
@a7m-1st
Copy link
Copy Markdown
Collaborator

a7m-1st commented Jan 21, 2026

Hi there @ParthSareen, can you link an issue regarding this and your scope?
Additionally, would be cool if you can provide screenshots of the frontend fields if updated.

We are looking to resolve custom model config too like top-p and others:
https://discord.com/channels/1115015097560076329/1463396464557555891

So if its related maybe we can collab !

@Wendong-Fan Wendong-Fan added this to the Sprint 13 milestone Feb 8, 2026
Copy link
Copy Markdown
Contributor

@Wendong-Fan Wendong-Fan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

hey @ParthSareen

The main branch was refactored to use per-platform state instead of single values. I rebased onto main and adapted all Ollama-specific features to work with the new structure

@Wendong-Fan Wendong-Fan force-pushed the parth/fix-ollama-selection branch from 17598bc to afdff05 Compare February 8, 2026 19:25
@Wendong-Fan Wendong-Fan marked this pull request as ready for review February 8, 2026 21:29
@Wendong-Fan Wendong-Fan merged commit 805ed97 into eigent-ai:main Feb 8, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants