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 2c3908d commit 73f214fCopy full SHA for 73f214f
langchain-js/run.sh
@@ -37,7 +37,10 @@ setup_langchain_integration() {
37
38
yarn add --dev jest-junit
39
export JEST_JUNIT_OUTPUT_NAME=results.xml
40
-
+ # Trim trailing slashes since lanchainjs is doing string manipulationn, not
41
+ # using the URI class.
42
+ export AZURE_OPENAI_BASE_PATH=$(echo "$$AZURE_OPENAI_ENDPOINT" | sed 's:/*$::')
43
+ export AZURE_OPENAI_API_VERSION=$OPENAI_API_VERSION
44
# optionally enable to debug local atlas in CI.
45
# export DEBUG=testcontainers*
46
}
0 commit comments