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
- Host: GitHub
- URL: https://github.com/spacesick/rails-llm
- Owner: spacesick
- Created: 2023-05-22T08:28:55.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-07-22T13:31:17.000Z (almost 3 years ago)
- Last Synced: 2025-01-09T05:45:28.605Z (over 1 year ago)
- Topics: flask, rails
- Language: Ruby
- Homepage:
- Size: 9.36 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.