File tree Expand file tree Collapse file tree 6 files changed +7
-6
lines changed Expand file tree Collapse file tree 6 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 1+ OPENAI_API_KEY =
Original file line number Diff line number Diff line change 1111/tmp /
1212
1313# Used by dotenv library to load environment variables.
14- # .env
14+ .env
1515
1616# Ignore Byebug command history file.
1717.byebug_history
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ ruby "3.3.4"
44
55source "https://rubygems.org"
66
7- gem "langchainrb"
7+ gem "langchainrb" , "0.18.0"
88gem "ruby-openai"
99gem "pry-byebug"
1010gem "dotenv"
Original file line number Diff line number Diff line change 1919 json (2.7.2 )
2020 json-schema (4.3.1 )
2121 addressable (>= 2.8 )
22- langchainrb (0.17 .0 )
22+ langchainrb (0.18 .0 )
2323 baran (~> 0.1.9 )
2424 json-schema (~> 4 )
2525 matrix
4444 faraday (>= 1 )
4545 faraday-multipart (>= 1 )
4646 uri (0.13.1 )
47- zeitwerk (2.6.18 )
47+ zeitwerk (2.7.0 )
4848
4949PLATFORMS
5050 arm64-darwin-23
5151 ruby
5252
5353DEPENDENCIES
5454 dotenv
55- langchainrb
55+ langchainrb ( = 0.18.0 )
5656 pry-byebug
5757 ruby-openai
5858
Original file line number Diff line number Diff line change 11require "langchain"
2- require "./image-classifier.rb"
2+ require "./tools/ image-classifier.rb"
33require "bundler/setup"
44Bundler . require
55require "dotenv/load"
File renamed without changes.
You can’t perform that action at this time.
0 commit comments