We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f9f449 commit faf03e6Copy full SHA for faf03e6
1 file changed
src/routes/generate-content/translation.ts
@@ -536,7 +536,7 @@ export function translateOpenAIToGemini(
536
},
537
}
538
539
- // Debug: Log original GitHub Copilot response and translated Gemini response for comparison
+ // Debug: Log original GitHub Copilot response and translated Gemini response
540
if (process.env.DEBUG_GEMINI_REQUESTS === "true") {
541
DebugLogger.logResponseComparison(response, result, {
542
context: "Non-Stream Response Translation",
0 commit comments