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 456a1a1 commit 2e417b2Copy full SHA for 2e417b2
langchain-js/run.sh
@@ -39,7 +39,7 @@ 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
- 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.
0 commit comments