10 lines
233 B
TypeScript
10 lines
233 B
TypeScript
// kilocode_change - new file
|
|
|
|
import { Installation } from "@/installation"
|
|
|
|
export const DEFAULT_HEADERS = {
|
|
"HTTP-Referer": "https://kilocode.ai",
|
|
"X-Title": "Kilo Code",
|
|
"User-Agent": `Kilo-Code/${Installation.VERSION}`,
|
|
}
|