Skip to content

Commit faf03e6

Browse files
committed
trigger
1 parent 8f9f449 commit faf03e6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/routes/generate-content/translation.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -536,7 +536,7 @@ export function translateOpenAIToGemini(
536536
},
537537
}
538538

539-
// Debug: Log original GitHub Copilot response and translated Gemini response for comparison
539+
// Debug: Log original GitHub Copilot response and translated Gemini response
540540
if (process.env.DEBUG_GEMINI_REQUESTS === "true") {
541541
DebugLogger.logResponseComparison(response, result, {
542542
context: "Non-Stream Response Translation",

0 commit comments

Comments
 (0)