Class: VibeSort::Providers::Groq
- Defined in:
- lib/vibe_sort/providers/groq.rb
Overview
Adapter for the Groq API (OpenAI-compatible Chat Completions)
Constant Summary collapse
- ENDPOINT =
"https://api.groq.com/openai/v1/chat/completions"- DEFAULT_MODEL =
"llama-3.3-70b-versatile"
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