Class: VibeSort::Providers::Gemini
- Defined in:
- lib/vibe_sort/providers/gemini.rb
Overview
Adapter for the Google Gemini API (generateContent)
Constant Summary collapse
- BASE_URL =
"https://generativelanguage.googleapis.com/v1beta/models"- DEFAULT_MODEL =
"gemini-2.5-flash"
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