Merge pull request #1 from bbenz/main

Fix errors and omissions in docs
This commit is contained in:
Mark Pollack
2023-08-29 10:14:48 -04:00
committed by GitHub
3 changed files with 6 additions and 2 deletions

3
.gitignore vendored
View File

@@ -26,6 +26,9 @@ out
/.gradletasknamecache
**/*.flattened-pom.xml
vscode
settings.json
node
node_modules
package-lock.json

View File

@@ -1,3 +1,4 @@
{
"java.configuration.updateBuildConfiguration": "automatic"
"java.configuration.updateBuildConfiguration": "automatic",
"java.compile.nullAnalysis.mode": "automatic"
}

View File

@@ -149,7 +149,7 @@ To build with only unit tests
```
To build including integration tests.
You will need to set environment variables for API keys to OpenAI
Set API key environment variables for OpenAI and Azure OpenAI before running.
```shell
./mvnw clean package -Pintegration-tests