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

https://github.com/douganderson444/eframe_ollama

Launch and Exit Ollama from eframe
https://github.com/douganderson444/eframe_ollama

Last synced: about 2 months ago
JSON representation

Launch and Exit Ollama from eframe

Awesome Lists containing this project

README

        

# eframe ollama

Demonstrates how we can launch and use [Ollama](https://ollama.com/) from eframe (egui).

This app was created using the [eframe_template](https://deps.rs/repo/github/emilk/eframe_template/) and the utility crate is at [crates/ollama-launcher](./crates/ollama-launcher).

## Getting started

This demo is all setup, just run:

```sh
cargo run
```