Bluesky LLM fix

This commit is contained in:
Laurie Voss
2025-06-02 10:30:00 -07:00
parent 5db046389d
commit 07928258a6
+1 -1
View File
@@ -428,7 +428,7 @@ export async function GET(request: Request) {
// bluesky needs to be rephrased if it's over 300 characters
if (drafts.bluesky.length > 300) {
const response = await Settings.llm.complete({
const response = await llm.complete({
prompt: `
This bluesky draft is too long. Rephrase it be at 300 characters or less.
As much as possible, maintain @-mentions. The post likely ends with a URL,