Skip to content

Commit 0a18a32

Browse files
committed
Fixed typo in chatgpt run.sh
1 parent da70a8f commit 0a18a32

File tree

1 file changed

+1
-1
lines changed
  • chatgpt-retrieval-plugin

1 file changed

+1
-1
lines changed

chatgpt-retrieval-plugin/run.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ $PYTHON_BINARY -m poetry install --with dev
2424
# Run tests. Sensitive variables in Evergreen come from Evergeen project: ai-ml-pipeline-testing/
2525
# shellcheck disable=SC2154
2626
OPENAI_API_KEY=$openai_api_key \
27-
DATASTORE="mongodb-atlas" \
27+
DATASTORE="mongodb" \
2828
BEARER_TOKEN="staylowandkeepmoving" \
2929
MONGODB_URI=$chatgpt_retrieval_plugin_mongodb_uri \
3030
MONGODB_DATABASE="chatgpt_retrieval_plugin_test_db" \

0 commit comments

Comments
 (0)