Skip to content

Commit 03405de

Browse files
remove references to my fork
1 parent 8aef9b0 commit 03405de

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

langchain-js/config.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
REPO_NAME=langchainjs
2-
CLONE_URL="https://github.com/baileympearson/langchainjs.git"
2+
CLONE_URL="https://github.com/langchain-ai/langchainjs.git"
33
DATABASE=langchain_test_db

langchain-js/run.sh

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,6 @@
22

33
set -o errexit
44

5-
# TODO: remove before merging
6-
git branch
7-
git switch use-local-atlas
8-
git log -n 1
9-
105
setup_remote_atlas() {
116
# Get the MONGODB_URI and OPENAI_API_KEY.
127
SCRIPT_DIR=$(realpath "$(dirname ${BASH_SOURCE[0]})")

0 commit comments

Comments
 (0)