Use correct Azure inference endpoint

This commit is contained in:
Sean Goedecke
2025-04-07 23:52:33 +00:00
parent a57b52eccd
commit efbbaa2667
5 changed files with 29 additions and 7 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ inputs:
endpoint:
description: The endpoint to use
required: false
default: 'https://models.github.ai/inference'
default: 'https://models.inference.ai.azure.com'
system-prompt:
description: The system prompt for the model
required: false