Firx errors and omissions in docs
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -26,6 +26,9 @@ out
|
||||
/.gradletasknamecache
|
||||
**/*.flattened-pom.xml
|
||||
|
||||
vscode
|
||||
settings.json
|
||||
|
||||
node
|
||||
node_modules
|
||||
package-lock.json
|
||||
|
||||
3
.vscode/settings.json
vendored
3
.vscode/settings.json
vendored
@@ -1,3 +1,4 @@
|
||||
{
|
||||
"java.configuration.updateBuildConfiguration": "automatic"
|
||||
"java.configuration.updateBuildConfiguration": "automatic",
|
||||
"java.compile.nullAnalysis.mode": "automatic"
|
||||
}
|
||||
@@ -97,10 +97,10 @@ 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
|
||||
./mvww clean package -Pintegration-tests
|
||||
./mvnw clean package -Pintegration-tests
|
||||
```
|
||||
|
||||
To build the docs
|
||||
|
||||
Reference in New Issue
Block a user