Skip to content

Commit afaedf6

Browse files
committed
use models dot github as the base endpoint
1 parent 78d6b91 commit afaedf6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

action.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ author: 'GitHub'
44

55
# Add your action's branding here. This will appear on the GitHub Marketplace.
66
branding:
7-
icon: 'play-circle'
7+
icon: 'message-square'
88
color: red
99

1010
# Define your inputs here.
@@ -16,11 +16,11 @@ inputs:
1616
model:
1717
description: The model to use
1818
required: false
19-
default: 'gpt-4o'
19+
default: 'openai/gpt-4o'
2020
endpoint:
2121
description: The endpoint to use
2222
required: false
23-
default: 'https://models.inference.ai.azure.com'
23+
default: 'https://models.github.ai/inference'
2424
system-prompt:
2525
description: The system prompt for the model
2626
required: false

0 commit comments

Comments
 (0)