as181920 / openai_api_proxy

openai api client

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OpenaiApiProxy

Use the OpenAI API with Ruby.

Installation

Bundler

Add this line to your application's Gemfile:

  gem "openai_api_proxy", git: "git@github.com:as181920/openai_api_proxy.git", branch: "main"

Gem install

Or install with:

  # gem install openai_api_proxy
  bundle exec rake install

Usage

Quickstart

TODO: write usage here.

Development

After checking out the repo, run bin/setup to install dependencies. You can also run bin/console for an interactive prompt that will allow you to experiment.

To install this gem onto your local machine, run bundle exec rake install.

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/as181920/openai_api_proxy.

References

License

The gem is available as open source under the terms of the MIT License.

About

openai api client

License:MIT License


Languages

Language:Ruby 99.5%Language:Shell 0.5%