From afaedf66773df3623df2a82b60f2332b7bf42a9c Mon Sep 17 00:00:00 2001 From: Sean Goedecke Date: Tue, 8 Apr 2025 04:30:16 +0000 Subject: [PATCH] use models dot github as the base endpoint --- action.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/action.yml b/action.yml index 2d161ba..dd09c8d 100644 --- a/action.yml +++ b/action.yml @@ -4,7 +4,7 @@ author: 'GitHub' # Add your action's branding here. This will appear on the GitHub Marketplace. branding: - icon: 'play-circle' + icon: 'message-square' color: red # Define your inputs here. @@ -16,11 +16,11 @@ inputs: model: description: The model to use required: false - default: 'gpt-4o' + default: 'openai/gpt-4o' endpoint: description: The endpoint to use required: false - default: 'https://models.inference.ai.azure.com' + default: 'https://models.github.ai/inference' system-prompt: description: The system prompt for the model required: false