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 a96c09c commit 7ccdea5Copy full SHA for 7ccdea5
README.md
@@ -103,6 +103,7 @@ RubyLLM.configure do |config|
103
config.anthropic_api_key = ENV['ANTHROPIC_API_KEY']
104
config.gemini_api_key = ENV['GEMINI_API_KEY']
105
config.deepseek_api_key = ENV['DEEPSEEK_API_KEY']
106
+ config.openrouter_api_key = ENV['OPENROUTER_API_KEY']
107
end
108
```
109
0 commit comments