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 ff296b8 commit 9b98721Copy full SHA for 9b98721
lib/ruby_llm.rb
@@ -86,6 +86,7 @@ def logger
86
RubyLLM::Provider.register :openrouter, RubyLLM::Providers::OpenRouter
87
RubyLLM::Provider.register :ollama, RubyLLM::Providers::Ollama
88
RubyLLM::Provider.register :gpustack, RubyLLM::Providers::GPUStack
89
+RubyLLM::Provider.register :azure_openai, RubyLLM::Providers::AzureOpenAI
90
91
if defined?(Rails::Railtie)
92
require 'ruby_llm/railtie'
0 commit comments