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
- Host: GitHub
- URL: https://github.com/douganderson444/eframe_ollama
- Owner: DougAnderson444
- License: apache-2.0
- Created: 2025-01-28T12:30:44.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2025-02-06T04:26:07.000Z (4 months ago)
- Last Synced: 2025-02-06T05:27:47.583Z (4 months ago)
- Language: Rust
- Homepage:
- Size: 1.87 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
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
```