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 f0a4e10 commit c746675Copy full SHA for c746675
.github/workflows/spring-ai-integration-tests.yml
@@ -20,4 +20,4 @@ jobs:
20
run: ./mvnw -pl models/spring-ai-azure-openai -Pintegration-tests -Dfailsafe.rerunFailingTestsCount=2 -am verify
21
env:
22
AZURE_OPENAI_API_KEY: foobar
23
- AZURE_OPENAI_ENDPOINT: http://localhost
+ AZURE_OPENAI_ENDPOINT: https://localhost
0 commit comments