An open API service indexing awesome lists of open source software.

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.

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.