File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ gem "thruster", require: false
4040# Use Active Storage variants [https://guides.rubyonrails.org/active_storage_overview.html#transforming-images]
4141gem "image_processing" , "~> 1.2"
4242
43- gem "ruby_llm"
43+ gem "ruby_llm" , github : "creaumond/ruby_llm" , branch : "bug/preseves-assume_model_exists-in-to-llm"
4444
4545group :development , :test do
4646 # See https://guides.rubyonrails.org/debugging_rails_applications.html#debugging-with-the-debug-gem
Original file line number Diff line number Diff line change 1+ GIT
2+ remote: https://github.com/creaumond/ruby_llm.git
3+ revision: 18f502b08694b27a85691f464acacd7fc62e81dc
4+ branch: bug/preseves-assume_model_exists-in-to-llm
5+ specs:
6+ ruby_llm (1.9.2 )
7+ base64
8+ event_stream_parser (~> 1 )
9+ faraday (>= 1.10.0 )
10+ faraday-multipart (>= 1 )
11+ faraday-net_http (>= 1 )
12+ faraday-retry (>= 1 )
13+ marcel (~> 1.0 )
14+ ruby_llm-schema (~> 0.2.1 )
15+ zeitwerk (~> 2 )
16+
117GEM
218 remote: https://rubygems.org/
319 specs:
323339 ruby-vips (2.3.0 )
324340 ffi (~> 1.12 )
325341 logger
326- ruby_llm (1.9.1 )
327- base64
328- event_stream_parser (~> 1 )
329- faraday (>= 1.10.0 )
330- faraday-multipart (>= 1 )
331- faraday-net_http (>= 1 )
332- faraday-retry (>= 1 )
333- marcel (~> 1.0 )
334- ruby_llm-schema (~> 0.2.1 )
335- zeitwerk (~> 2 )
336342 ruby_llm-schema (0.2.5 )
337343 rubyzip (3.2.2 )
338344 securerandom (0.4.1 )
@@ -434,7 +440,7 @@ DEPENDENCIES
434440 puma (>= 5.0 )
435441 rails (~> 8.1.1 )
436442 rubocop-rails-omakase
437- ruby_llm
443+ ruby_llm !
438444 selenium-webdriver
439445 solid_cable
440446 solid_cache
You can’t perform that action at this time.
0 commit comments