Module: RubyLLM::Providers::VertexAI::Chat

Included in:
RubyLLM::Providers::VertexAI
Defined in:
lib/ruby_llm/providers/vertexai/chat.rb

Overview

Chat methods for the Vertex AI implementation

Instance Method Summary collapse

Instance Method Details

#completion_urlObject



8
9
10
# File 'lib/ruby_llm/providers/vertexai/chat.rb', line 8

def completion_url
  "projects/#{@config.vertexai_project_id}/locations/#{@config.vertexai_location}/publishers/google/models/#{@model}:generateContent" # rubocop:disable Layout/LineLength
end