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 f449d05 commit 3c4f36bCopy full SHA for 3c4f36b
1 file changed
action.yml
@@ -43,9 +43,10 @@ runs:
43
--header "Content-Type: application/json" \
44
--header "X-GitHub-Api-Version: $API_VERSION" \
45
--data '{
46
- "messages": '[{"role": "user", "content": "Hello!"}]',
+ "messages": [{"role": "user", "content": "What is the capital of France?"}],
47
"model": "${{ inputs.model }}"
48
- }')
+ }'
49
+ )
50
51
# "messages": '"${{ inputs.messages }}"',
52
# "model": '"${{ inputs.model }}"'
0 commit comments