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 692c270 commit eb5bdd4Copy full SHA for eb5bdd4
spec/support/rubyllm_configuration.rb
@@ -8,7 +8,7 @@
8
before do
9
RubyLLM.configure do |config|
10
config.anthropic_api_key = ENV.fetch('ANTHROPIC_API_KEY', 'test')
11
- config.azure_api_base = ENV.fetch('AZURE_API_BASE', 'https://example.com')
+ config.azure_api_base = ENV.fetch('AZURE_API_BASE', 'https://rubyllm.services.ai.azure.com/')
12
config.azure_api_key = ENV.fetch('AZURE_API_KEY', 'test')
13
config.bedrock_api_key = ENV.fetch('AWS_ACCESS_KEY_ID', 'test')
14
config.bedrock_region = 'us-west-2'
0 commit comments