https://github.com/davamix/yaoc
Yet Another Ollama Client. A desktop WPF application.
https://github.com/davamix/yaoc
csharp desktop-application ollama-gui wpf
Last synced: 3 months ago
JSON representation
Yet Another Ollama Client. A desktop WPF application.
- Host: GitHub
- URL: https://github.com/davamix/yaoc
- Owner: davamix
- License: mit
- Created: 2025-02-14T14:41:16.000Z (3 months ago)
- Default Branch: master
- Last Pushed: 2025-03-01T01:22:51.000Z (3 months ago)
- Last Synced: 2025-03-01T02:24:06.300Z (3 months ago)
- Topics: csharp, desktop-application, ollama-gui, wpf
- Language: C#
- Homepage:
- Size: 105 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# YAOC
Yet Another Ollama Client.This is a desktop application written in C# and WPF to play with your local models.
## Features
* Attach files to the conversation
* Plugin system to allow parse different types of files (currently only .txt files)## Requirements
* [Ollama client](https://ollama.com/)* ~~Ollama server running on 127.0.0.1:11434 (default)~~ Can be changed in the settings
* Download the models via Ollama commands
* ollama pull your-model## Setup
* Yaoc is the main project. This will create a Plugins folder on the output directory via post-build event.
* Yaoc.Plugins.PlainText contains the plugin to extract content from .txt files.
* Build or Publish this project and copy the output .dll on Yaoc's Plugins folder.