feat(image-search): Use baseURL from env
This commit is contained in:
parent
7a7eafb8e7
commit
2f20d845c8
1 changed files with 1 additions and 0 deletions
|
@ -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 = `
|
||||||
|
|
Loading…
Add table
Reference in a new issue