Skip to content

Commit 3c4f36b

Browse files
committed
reformat
Signed-off-by: Rishav Dhar <19497993+rdhar@users.noreply.github.com>
1 parent f449d05 commit 3c4f36b

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

action.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,10 @@ runs:
4343
--header "Content-Type: application/json" \
4444
--header "X-GitHub-Api-Version: $API_VERSION" \
4545
--data '{
46-
"messages": '[{"role": "user", "content": "Hello!"}]',
46+
"messages": [{"role": "user", "content": "What is the capital of France?"}],
4747
"model": "${{ inputs.model }}"
48-
}')
48+
}'
49+
)
4950
5051
# "messages": '"${{ inputs.messages }}"',
5152
# "model": '"${{ inputs.model }}"'

0 commit comments

Comments
 (0)