Module: RubyLLM::Providers::VertexAI::Streaming

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

Overview

Streaming methods for the Vertex AI implementation

Instance Method Summary collapse

Instance Method Details

#stream_urlObject



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

def stream_url
  "projects/#{@config.vertexai_project_id}/locations/#{@config.vertexai_location}/publishers/google/models/#{@model}:streamGenerateContent?alt=sse" # rubocop:disable Layout/LineLength
end