We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d566042 commit ae6be76Copy full SHA for ae6be76
1 file changed
src/services/copilot/create-chat-completions.ts
@@ -26,11 +26,6 @@ export const createChatCompletions = async (
26
...sessionHeaders, // This includes X-Initiator
27
}
28
29
- // Optional: Add debug logging
30
- if (state.headerMode === "compatible") {
31
- consola.debug(
32
- `Compatible mode headers: X-Initiator=${sessionHeaders["X-Initiator"]}`,
33
- )
34
// Optional: Add debug logging for all modes
35
consola.debug(
36
`Headers (${state.headerMode} mode): X-Initiator=${sessionHeaders["X-Initiator"]}`,
0 commit comments