Skip to content

Commit

Permalink
Ensure that MockGPT is used in OpenAI IT
Browse files Browse the repository at this point in the history
Fixes an issue in nightly CI test
  • Loading branch information
geoand committed Dec 18, 2024
1 parent e097a17 commit 8f7452c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions integration-tests/openai/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@
<native.image.path>${project.build.directory}/${project.build.finalName}-runner</native.image.path>
<java.util.logging.manager>org.jboss.logmanager.LogManager</java.util.logging.manager>
<maven.home>${maven.home}</maven.home>
<quarkus.langchain4j.openai.base-url>https://mockgpt.wiremockapi.cloud/v1</quarkus.langchain4j.openai.base-url>
</systemPropertyVariables>
</configuration>
</execution>
Expand Down

0 comments on commit 8f7452c

Please sign in to comment.