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.
2 parents 78d6b91 + afaedf6 commit 606ea17Copy full SHA for 606ea17
action.yml
@@ -4,7 +4,7 @@ author: 'GitHub'
4
5
# Add your action's branding here. This will appear on the GitHub Marketplace.
6
branding:
7
- icon: 'play-circle'
+ icon: 'message-square'
8
color: red
9
10
# Define your inputs here.
@@ -16,11 +16,11 @@ inputs:
16
model:
17
description: The model to use
18
required: false
19
- default: 'gpt-4o'
+ default: 'openai/gpt-4o'
20
endpoint:
21
description: The endpoint to use
22
23
- default: 'https://models.inference.ai.azure.com'
+ default: 'https://models.github.ai/inference'
24
system-prompt:
25
description: The system prompt for the model
26
0 commit comments