From 022baab2efb0d8420b79b1d74d46382c39afa71a Mon Sep 17 00:00:00 2001 From: ada Date: Thu, 5 Mar 2026 13:13:17 +0100 Subject: [PATCH] provided by text first --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index 5213ba5..bbec5be 100644 --- a/main.go +++ b/main.go @@ -923,7 +923,7 @@ func generateAndPostAltText(c *mastodon.Client, status *mastodon.Status, replyTo // Add provider attribution if altTextGenerated { - combinedResponse = fmt.Sprintf("%s\n\n%s", combinedResponse, getProviderAttribution(config, replyPost.Language)) + combinedResponse = fmt.Sprintf("%s\n\n%s", getProviderAttribution(config, replyPost.Language), combinedResponse) } // Add power consumption information at the end if enabled and using a local model