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 8e8a69c commit 07ffcf8Copy full SHA for 07ffcf8
lib/ruby_llm.rb
@@ -84,6 +84,7 @@ def logger
84
RubyLLM::Provider.register :bedrock, RubyLLM::Providers::Bedrock
85
RubyLLM::Provider.register :openrouter, RubyLLM::Providers::OpenRouter
86
RubyLLM::Provider.register :ollama, RubyLLM::Providers::Ollama
87
+RubyLLM::Provider.register :azure_openai, RubyLLM::Providers::AzureOpenAI
88
89
if defined?(Rails::Railtie)
90
require 'ruby_llm/railtie'
0 commit comments