Skip to content

WalterBarrett/vhelas

Repository files navigation

Vhelas

A connection wrapper for playing Interactive Fiction games via SillyTavern (with use of the appropriate SillyTavern extension). This is currently an early work-in-progress, not intended for use by anyone other than myself at the moment, thus the incomplete instructions.

Setup

These instructions are a work-in-progress.

Create the venv

python -m venv venv

Activate the venv

  • Linux: source venv/bin/activate
  • Powershell: .\venv\Scripts\Activate.ps1
  • Windows Command Prompt: venv\Scripts\activate

Install the prerequisites

pip install llama-index-core llama-index-llms-openai-like fastapi uvicorn watchdog zstandard mistune pillow

Setting up remglk-terps

git clone --recursive -b remglk-terps https://github.com/WalterBarrett/garglk.git remglk-terps
cd remglk-terps
make

Licenses

This repository is under the 3-Clause BSD License. We utilize libraries with licenses under a mix of the MIT License (FastAPI, LlamaIndex), the MIT-CMU License (Pillow), and the 3-Clause BSD License (Uvicorn, Mistune, Zstandard).

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages