mirror of
https://github.com/ItzCrazyKns/Perplexica.git
synced 2025-04-30 00:02:44 +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({
|
const llm = new Ollama({
|
||||||
temperature: 0,
|
temperature: 0,
|
||||||
model: process.env.MODEL_NAME,
|
model: process.env.MODEL_NAME,
|
||||||
|
baseUrl: process.env.OLLAMA_URL,
|
||||||
});
|
});
|
||||||
|
|
||||||
const imageSearchChainPrompt = `
|
const imageSearchChainPrompt = `
|
||||||
|
Reference in New Issue
Block a user