Put together a filterable database of local LLMs.
Find a file
2025-08-19 23:39:39 -05:00
db/migrations Add models and rake tasks for migrating 2025-08-19 23:39:39 -05:00
test Initial commit 2025-08-18 02:17:21 -05:00
views Initial commit 2025-08-18 02:17:21 -05:00
.gitignore Add models and rake tasks for migrating 2025-08-19 23:39:39 -05:00
app.rb Initial commit 2025-08-18 02:17:21 -05:00
config.ru Initial commit 2025-08-18 02:17:21 -05:00
db.rb Initial commit 2025-08-18 02:17:21 -05:00
Gemfile Initial commit 2025-08-18 02:17:21 -05:00
Gemfile.lock added Gemfile.lock 2025-08-18 21:57:48 -05:00
LICENSE Initial commit 2025-08-18 02:17:21 -05:00
myapp.service Initial commit 2025-08-18 02:17:21 -05:00
Rakefile Add models and rake tasks for migrating 2025-08-19 23:39:39 -05:00
README.md Initial commit 2025-08-18 02:17:21 -05:00

Roda step 3 - Database

Build on our prior app using templates to pull data from a database.