Skip to content

Commit eb5bdd4

Browse files
committed
Fix issue with azure api base
1 parent 692c270 commit eb5bdd4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/support/rubyllm_configuration.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
before do
99
RubyLLM.configure do |config|
1010
config.anthropic_api_key = ENV.fetch('ANTHROPIC_API_KEY', 'test')
11-
config.azure_api_base = ENV.fetch('AZURE_API_BASE', 'https://example.com')
11+
config.azure_api_base = ENV.fetch('AZURE_API_BASE', 'https://rubyllm.services.ai.azure.com/')
1212
config.azure_api_key = ENV.fetch('AZURE_API_KEY', 'test')
1313
config.bedrock_api_key = ENV.fetch('AWS_ACCESS_KEY_ID', 'test')
1414
config.bedrock_region = 'us-west-2'

0 commit comments

Comments
 (0)