7bd8ace1a2
Stop shipping a default Gemini OAuth client secret and require it to come from the environment instead. Also tighten proxy fetch typing to avoid any-based undici calls and move db setup utilities under scripts while removing generated debug and scratch artifacts.
3 lines
162 B
JavaScript
3 lines
162 B
JavaScript
const { convertOpenAIContentToParts } = require("./open-sse/translator/helpers/geminiHelper.ts");
|
|
// since it's typescript/ESM, we might need a ts-node or vitest
|