We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8800317 + ecf9763 commit db798bfCopy full SHA for db798bf
1 file changed
.github/workflows/llm-cloud-run.yml
@@ -85,7 +85,7 @@ jobs:
85
RESPONSE_FILE="$(mktemp)"
86
curl --fail-with-body -sS -X POST \
87
-H "Authorization: Bearer ${TOKEN}" \
88
- -F "prompt=$(printf "%s" "$PROMPT")"
+ -F "prompt=$(printf "%s" "$PROMPT")" \
89
-F "content=<${CONTENT_FILE};type=text/plain; charset=utf-8" \
90
-F "image=@${IMG_FILE};type=image/png" \
91
-o "$RESPONSE_FILE" \
0 commit comments