mirror of
https://github.com/NekoMonci12/RakunNakun-AI.git
synced 2025-12-24 01:09:25 +00:00
Voyage Embedding Cache
This commit is contained in:
2
index.js
2
index.js
@@ -17,7 +17,7 @@ const logDebug = (msg, ...args) => console.log(`[DEBUG] ${msg}`, ...args);
|
||||
const logError = (msg, ...args) => console.error(`[ERROR] ${msg}`, ...args);
|
||||
|
||||
// ——— Globals / Defaults ———
|
||||
const defaultModelId = 'gpt-4.1-nano';
|
||||
const defaultModelId = process.env.OPENAI_DEFAULT_MODEL;
|
||||
const defaultPersona = 'You are a helpful assistant.';
|
||||
const defaultApiUrl = process.env.OPENAI_BASE_URL;
|
||||
const MIN_TOKEN_THRESH = 1000;
|
||||
|
||||
Reference in New Issue
Block a user