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

https://github.com/spacesick/rails-llm

An interface for prompting LLMs
https://github.com/spacesick/rails-llm

flask rails

Last synced: 3 months ago
JSON representation

An interface for prompting LLMs

Awesome Lists containing this project

README

          

# rails-llm

A simple interface for prompting Google's PaLM 1 LLM, made with Ruby on Rails and Flask.

## Running locally

1. Clone this repository
2. Make sure you have Node.js and Yarn installed
3. Install all required packages, including the requirements inside the `palm` directory
4. Run `bin/dev`

Be warned that this will download the model in your `%userprofile%/.cache` directory.