Class: Miniswen::Testing::Provider
- Inherits:
-
RubyLLM::Provider
- Object
- RubyLLM::Provider
- Miniswen::Testing::Provider
- 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
.slug ⇒ Object
17 |
# File 'lib/miniswen/testing.rb', line 17 def self.slug = "test" |
Instance Method Details
#api_base ⇒ Object
19 |
# File 'lib/miniswen/testing.rb', line 19 def api_base = "http://test.invalid" |