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 da70a8f commit 0a18a32Copy full SHA for 0a18a32
chatgpt-retrieval-plugin/run.sh
@@ -24,7 +24,7 @@ $PYTHON_BINARY -m poetry install --with dev
24
# Run tests. Sensitive variables in Evergreen come from Evergeen project: ai-ml-pipeline-testing/
25
# shellcheck disable=SC2154
26
OPENAI_API_KEY=$openai_api_key \
27
-DATASTORE="mongodb-atlas" \
+DATASTORE="mongodb" \
28
BEARER_TOKEN="staylowandkeepmoving" \
29
MONGODB_URI=$chatgpt_retrieval_plugin_mongodb_uri \
30
MONGODB_DATABASE="chatgpt_retrieval_plugin_test_db" \
0 commit comments