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

https://github.com/mrdiamonddirt/electron-llama


https://github.com/mrdiamonddirt/electron-llama

Last synced: 8 months ago
JSON representation

Awesome Lists containing this project

README

          

# Electron-llama

## Description

This is an Electron app that uses provides a simple gui for running and and querying llama-cpp-python, It is based on the code i created for the same task but in a chrome extension.
this is a work in progress and is inteneded to allow me to learn more about electron and nodejs.

## Releases

* Coming soon!

## Installation

```bash
git clone
cd electron-llama
npm install
```

## Usage

```bash
npm start
```

# Images

![screenshot1](./images/Screenshot_1.png)

![screenshot2](./images/Screenshot_2.png)