We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46e2a13 commit 847dbc1Copy full SHA for 847dbc1
lib/ruby_llm.rb
@@ -94,6 +94,7 @@ def logger
94
RubyLLM::Provider.register :openrouter, RubyLLM::Providers::OpenRouter
95
RubyLLM::Provider.register :perplexity, RubyLLM::Providers::Perplexity
96
RubyLLM::Provider.register :vertexai, RubyLLM::Providers::VertexAI
97
+RubyLLM::Provider.register :azure_openai, RubyLLM::Providers::AzureOpenAI
98
99
if defined?(Rails::Railtie)
100
require 'ruby_llm/railtie'
0 commit comments