Class: Miniswen::Testing::Provider

Inherits:
RubyLLM::Provider
  • Object
show all
Defined in:
lib/miniswen/testing.rb

Overview

Registered under the :test slug; completions never reach it, RubyLLM::Test intercepts them at resolve time.

Class Method Summary collapse

Instance Method Summary collapse

Class Method Details

.slugObject



17
# File 'lib/miniswen/testing.rb', line 17

def self.slug = "test"

Instance Method Details

#api_baseObject



19
# File 'lib/miniswen/testing.rb', line 19

def api_base = "http://test.invalid"