mirror of
https://github.com/ItzCrazyKns/Perplexica.git
synced 2025-09-21 00:31:33 +00:00
feat(agents): Use LLM name from env
This commit is contained in:
@@ -12,7 +12,7 @@ import { searchSearxng } from '../core/searxng';
|
||||
|
||||
const llm = new OpenAI({
|
||||
temperature: 0,
|
||||
modelName: 'gpt-3.5-turbo',
|
||||
modelName: process.env.MODEL_NAME,
|
||||
});
|
||||
|
||||
const imageSearchChainPrompt = `
|
||||
|
Reference in New Issue
Block a user