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 73f214f commit 456a1a1Copy full SHA for 456a1a1
langchain-js/run.sh
@@ -39,7 +39,8 @@ setup_langchain_integration() {
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:/*$::')
+ AZURE_OPENAI_BASE_PATH=$(echo "$$AZURE_OPENAI_ENDPOINT" | sed 's:/*$::')
43
+ export AZURE_OPENAI_BASE_PATH
44
export AZURE_OPENAI_API_VERSION=$OPENAI_API_VERSION
45
# optionally enable to debug local atlas in CI.
46
# export DEBUG=testcontainers*
0 commit comments