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 ce76568 commit 4034c05Copy full SHA for 4034c05
1 file changed
spec/support/rubyllm_configuration.rb
@@ -12,10 +12,7 @@
12
before do
13
RubyLLM.configure do |config|
14
config.anthropic_api_key = ENV.fetch('ANTHROPIC_API_KEY', 'test')
15
- config.azure_api_base = ENV.fetch(
16
- 'AZURE_API_BASE',
17
- 'https://rubyllm.services.ai.azure.com/models/chat/completions?api-version=2024-05-01-preview'
18
- )
+ config.azure_api_base = 'https://rubyllm.services.ai.azure.com'
19
config.azure_api_key = ENV.fetch('AZURE_API_KEY', 'test')
20
config.bedrock_api_key = ENV.fetch('AWS_ACCESS_KEY_ID', 'test')
21
config.bedrock_region = 'us-west-2'
0 commit comments