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 c82ef49 commit fcc7a88Copy full SHA for fcc7a88
tests/test_code_samples.sh
@@ -8,7 +8,7 @@ API_KEY=$3
8
API_KEY_V2=$4
9
MODEL_ID=$5
10
11
-for f in $(find ./docs/extras/code_samples -maxdepth 1 -name "default_v2.txt" -not -name "workflow_*.txt" | sort -h)
+for f in $(find ./docs/extras/code_samples -maxdepth 1 -name "*.txt" -not -name "workflow_*.txt" | sort -h)
12
do
13
if echo "${f}" | grep -q "default_v2.txt"; then
14
if [ -z "${API_KEY_V2}" ] || [ -z "${MODEL_ID}" ]; then
0 commit comments