We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d2e749 commit 90eb044Copy full SHA for 90eb044
src/api/providers/constants.ts
@@ -1,4 +1,7 @@
1
+import { Package } from "../../shared/package"
2
+
3
export const DEFAULT_HEADERS = {
4
"HTTP-Referer": "https://kilocode.ai",
5
"X-Title": "Kilo Code",
6
+ "X-KiloCode-Version": Package.version,
7
}
0 commit comments