Class: VibeSort::Providers::Groq

Inherits:
OpenAI show all
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

Base::SYSTEM_PROMPT

Instance Attribute Summary

Attributes inherited from Base

#config

Method Summary

Methods inherited from Base

#initialize, #perform

Constructor Details

This class inherits a constructor from VibeSort::Providers::Base