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

https://github.com/pythoninthegrass/techllama-wrapper


https://github.com/pythoninthegrass/techllama-wrapper

llm svelte tauri

Last synced: 17 days ago
JSON representation

Awesome Lists containing this project

README

          

# techllama-wrapper

Tauri wrapper for a self-hosted Open WebUI instance.

## Minimum Requirements

* [Rust](https://www.rust-lang.org/tools/install)
* [Node.js](https://nodejs.org/en/download/)
* [Tauri](https://tauri.app/v1/guides/getting-started/prerequisites)

## Quickstart

```bash
# build
npm run tauri build

# run
npm run tauri dev
```

## TODO

* Fix index.html / main.rs to automatically maximize the window after logging in