mirror of
https://github.com/ItzCrazyKns/Perplexica.git
synced 2025-04-29 15:52:35 +00:00
feat(image-search): Use baseURL from env
This commit is contained in:
@ -13,6 +13,7 @@ import { searchSearxng } from '../core/searxng';
|
||||
const llm = new Ollama({
|
||||
temperature: 0,
|
||||
model: process.env.MODEL_NAME,
|
||||
baseUrl: process.env.OLLAMA_URL,
|
||||
});
|
||||
|
||||
const imageSearchChainPrompt = `
|
||||
|
Reference in New Issue
Block a user