Skip to content

Instantly share code, notes, and snippets.

@sbatson5
Created January 22, 2025 16:55
Show Gist options
  • Save sbatson5/bdd430af94a94cf3d3cf825f305e55ea to your computer and use it in GitHub Desktop.
Save sbatson5/bdd430af94a94cf3d3cf825f305e55ea to your computer and use it in GitHub Desktop.
openai initializer
OpenAI.configure do |config|
config.access_token = 'YOUR_ACCESS_TOKEN'
config.organization_id = 'YOUR_ORGANIZATION_ID'
config.log_errors = Rails.env.development?
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment