Skip to content

Commit db798bf

Browse files
authored
Merge pull request #145 from AaronMT/main
Fix typo in LLM workflow
2 parents 8800317 + ecf9763 commit db798bf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/llm-cloud-run.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
RESPONSE_FILE="$(mktemp)"
8686
curl --fail-with-body -sS -X POST \
8787
-H "Authorization: Bearer ${TOKEN}" \
88-
-F "prompt=$(printf "%s" "$PROMPT")"
88+
-F "prompt=$(printf "%s" "$PROMPT")" \
8989
-F "content=<${CONTENT_FILE};type=text/plain; charset=utf-8" \
9090
-F "image=@${IMG_FILE};type=image/png" \
9191
-o "$RESPONSE_FILE" \

0 commit comments

Comments
 (0)