@kdump/code-cli-any-llm
Version:
> A unified gateway for the Gemini, opencode, crush, and Qwen Code AI CLIs
8 lines • 408 B
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
exports.GPT5_CODEX_BASE_INSTRUCTIONS = void 0;
const fs_1 = require("fs");
const path_1 = require("path");
const instructionsPath = (0, path_1.join)(__dirname, 'gpt5-codex-instructions.md');
exports.GPT5_CODEX_BASE_INSTRUCTIONS = (0, fs_1.readFileSync)(instructionsPath, 'utf8');
//# sourceMappingURL=gpt5-codex-instructions.js.map
;