feat(package): bump version

This commit is contained in:
ItzCrazyKns
2025-03-20 12:41:07 +05:30
parent 8b552010f9
commit 5c016127cb
4 changed files with 5 additions and 5 deletions

View File

@ -59,7 +59,7 @@ export const getAnthropicApiKey = () => loadConfig().MODELS.ANTHROPIC.API_KEY;
export const getGeminiApiKey = () => loadConfig().MODELS.GEMINI.API_KEY;
export const getSearxngApiEndpoint = () =>
loadConfig().API_ENDPOINTS.SEARXNG || process.env.SEARXNG_API_URL;
process.env.SEARXNG_API_URL || loadConfig().API_ENDPOINTS.SEARXNG;
export const getOllamaApiEndpoint = () => loadConfig().MODELS.OLLAMA.API_URL;