Class: RubyLLM::Providers::Anthropic
- Inherits:
-
Object
- Object
- RubyLLM::Providers::Anthropic
- Defined in:
- lib/swarm_sdk/ruby_llm_patches/configuration_patch.rb
Defined Under Namespace
Modules: Chat
Instance Method Summary collapse
-
#api_base ⇒ Object
Override api_base to use configurable base URL.
Instance Method Details
#api_base ⇒ Object
Override api_base to use configurable base URL
37 38 39 |
# File 'lib/swarm_sdk/ruby_llm_patches/configuration_patch.rb', line 37 def api_base @config.anthropic_api_base || "https://api.anthropic.com" end |