mirror of
				https://github.com/ItzCrazyKns/Perplexica.git
				synced 2025-11-04 04:38:15 +00:00 
			
		
		
		
	feat(agents): fix engine names
This commit is contained in:
		@@ -115,8 +115,8 @@ const createBasicAcademicSearchRetrieverChain = (llm: BaseChatModel) => {
 | 
			
		||||
        language: 'en',
 | 
			
		||||
        engines: [
 | 
			
		||||
          'arxiv',
 | 
			
		||||
          'google_scholar',
 | 
			
		||||
          'internet_archive_scholar',
 | 
			
		||||
          'google scholar',
 | 
			
		||||
          'internetarchivescholar',
 | 
			
		||||
          'pubmed',
 | 
			
		||||
        ],
 | 
			
		||||
      });
 | 
			
		||||
 
 | 
			
		||||
@@ -53,8 +53,7 @@ const createImageSearchChain = (llm: BaseChatModel) => {
 | 
			
		||||
    strParser,
 | 
			
		||||
    RunnableLambda.from(async (input: string) => {
 | 
			
		||||
      const res = await searchSearxng(input, {
 | 
			
		||||
        categories: ['images'],
 | 
			
		||||
        engines: ['bing_images', 'google_images'],
 | 
			
		||||
        engines: ['bing images', 'google images'],
 | 
			
		||||
      });
 | 
			
		||||
 | 
			
		||||
      const images = [];
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user