gitextract_9vaoxtmy/ ├── .gitignore ├── .rspec ├── .rubocop.yml ├── CHANGELOG.md ├── Gemfile ├── LICENSE.txt ├── README.md ├── Rakefile ├── bin/ │ ├── console │ └── setup ├── exe/ │ └── openai_pipe ├── lib/ │ ├── openai_pipe/ │ │ └── version.rb │ └── openai_pipe.rb ├── openai_pipe.gemspec ├── sig/ │ └── openai_pipe.rbs └── spec/ ├── openai_pipe_spec.rb └── spec_helper.rb