Class: VibeSort::Providers::Gemini

Inherits:
Base
  • Object
show all
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

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