Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/asakura42/rp4
simple python replacement for the bloated LLM frontends
https://github.com/asakura42/rp4
Last synced: 23 days ago
JSON representation
simple python replacement for the bloated LLM frontends
- Host: GitHub
- URL: https://github.com/asakura42/rp4
- Owner: asakura42
- License: gpl-3.0
- Created: 2024-01-11T17:28:51.000Z (10 months ago)
- Default Branch: master
- Last Pushed: 2024-03-20T15:28:07.000Z (8 months ago)
- Last Synced: 2024-03-20T16:45:30.121Z (8 months ago)
- Language: Python
- Size: 174 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# rp4
simple python replacement for the bloated LLM frontends
rp4 is a simple and minimalist LLM frontend initially written in a few days, not without the help of LLMs.
## Installation
### Install from [PyPI](https://pypi.org/project/rp4/).
```bash
pipx install rp4
```### Install from GitHub.
```bash
pipx install 'git+https://github.com/asakura42/rp4.git'
```To update, pass `--force` to `pipx install`.
### Clone and install.
```bash
git clone ...
pipx install -e .
```## Usage
```bash
rp4 --gui
```The program uses [https://github.com/xtekky/gpt4free](gpt4free) library or your own OpenAI-compatible completions API.
This program was written for the own use and is still in development,
so it may not always work the way the user expects.
For example, if the model does not change, simply close and reopen the program.## Configuration
Config files are stored in `~/.config/rp4`.
Any improvements, issues, thoughts and pull requests will be appreciated.
## Characters
You can find community characters at https://chub.ai