use models dot github as the base endpoint

This commit is contained in:
Sean Goedecke
2025-04-08 04:30:16 +00:00
parent 78d6b91d0b
commit afaedf6677
+3 -3
View File
@@ -4,7 +4,7 @@ author: 'GitHub'
# Add your action's branding here. This will appear on the GitHub Marketplace. # Add your action's branding here. This will appear on the GitHub Marketplace.
branding: branding:
icon: 'play-circle' icon: 'message-square'
color: red color: red
# Define your inputs here. # Define your inputs here.
@@ -16,11 +16,11 @@ inputs:
model: model:
description: The model to use description: The model to use
required: false required: false
default: 'gpt-4o' default: 'openai/gpt-4o'
endpoint: endpoint:
description: The endpoint to use description: The endpoint to use
required: false required: false
default: 'https://models.inference.ai.azure.com' default: 'https://models.github.ai/inference'
system-prompt: system-prompt:
description: The system prompt for the model description: The system prompt for the model
required: false required: false