Skip to content

Add Ollama Support#462

Merged
mehmetozguldev merged 1 commit intoathasdev:masterfrom
zeelsheladiya:fix/ollama-connection-ux
Dec 21, 2025
Merged

Add Ollama Support#462
mehmetozguldev merged 1 commit intoathasdev:masterfrom
zeelsheladiya:fix/ollama-connection-ux

Conversation

@zeelsheladiya
Copy link
Contributor

@zeelsheladiya zeelsheladiya commented Dec 16, 2025

Pull Request

This PR introduces full support for local AI models via Ollama, resolving previous connection issues to ensuring a seamless offline experience. It also enhances the overall UX by refining the AI settings interface, enforcing correct model configurations for cloud providers, and adding a clear history button for better chat management.

Description

This PR adds support for Ollama and resolves connection issues to ensure a seamless local AI experience. It also refines the AI settings interface and improves the chat history UX.

  • Added Support for Ollama: Enabled full integration with local Ollama models by configuring necessary security permissions and connection handling.
  • Dynamic Model Fetching: Implemented auto-detection of installed Ollama models on startup, ensuring they are immediately available.
  • Refined AI Settings: Enforced static model lists for cloud providers (OpenAI, etc.) to prevent configuration errors.
  • Enhanced UX: Added clear history button and improved overall interface usability.

How to Use

Install Ollama, then install any model using ollama run <model_name>. New change automatically detect all installed models on your system. And by selecting it use can use it.

Screenshots/Videos

Added Support for Ollama:

Screenshot 2025-12-16 at 3 59 46 PM

Dynamic Model Fetching:

Screenshot 2025-12-16 at 4 00 02 PM

Enhanced UX:

Screenshot 2025-12-16 at 4 01 34 PM

Show case:
Screenshot 2025-12-16 at 4 00 20 PM

Screenshot 2025-12-16 at 4 00 29 PM Screenshot 2025-12-16 at 4 00 40 PM

Demonstration:

Screen.Recording.2025-12-16.at.4.05.45.PM.mp4

Related Issues

Closes #372

@zeelsheladiya zeelsheladiya changed the title Feat/Adding Ollama Support Adding Ollama Support Dec 17, 2025
@zeelsheladiya zeelsheladiya changed the title Adding Ollama Support Add Ollama Support Dec 17, 2025
@mehmetozguldev mehmetozguldev self-requested a review December 17, 2025 10:47
@mehmetozguldev mehmetozguldev force-pushed the fix/ollama-connection-ux branch from 121d219 to ec5941a Compare December 21, 2025 21:21
Copy link
Member

@mehmetozguldev mehmetozguldev left a comment

Choose a reason for hiding this comment

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

LGTM

@mehmetozguldev mehmetozguldev merged commit 485201f into athasdev:master Dec 21, 2025
2 checks passed
@zeelsheladiya zeelsheladiya deleted the fix/ollama-connection-ux branch December 22, 2025 07:24
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.

Ollama support

2 participants