Skip to content

Commit ff2b811

Browse files
authored
Merge pull request #1172 from quarkiverse/ci-failure
Ensure that MockGPT is used in OpenAI IT
2 parents e097a17 + 8f7452c commit ff2b811

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

integration-tests/openai/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@
9292
<native.image.path>${project.build.directory}/${project.build.finalName}-runner</native.image.path>
9393
<java.util.logging.manager>org.jboss.logmanager.LogManager</java.util.logging.manager>
9494
<maven.home>${maven.home}</maven.home>
95+
<quarkus.langchain4j.openai.base-url>https://mockgpt.wiremockapi.cloud/v1</quarkus.langchain4j.openai.base-url>
9596
</systemPropertyVariables>
9697
</configuration>
9798
</execution>

0 commit comments

Comments
 (0)