Class: VibeSort::Providers::OpenAI
- Defined in:
- lib/vibe_sort/providers/openai.rb
Overview
Adapter for the OpenAI Chat Completions API
Constant Summary collapse
- ENDPOINT =
"https://api.openai.com/v1/chat/completions"- DEFAULT_MODEL =
"gpt-4o-mini"
Constants inherited from Base
Instance Attribute Summary
Attributes inherited from Base
Method Summary
Methods inherited from Base
Constructor Details
This class inherits a constructor from VibeSort::Providers::Base