mirror of
				https://github.com/ItzCrazyKns/Perplexica.git
				synced 2025-11-04 04:38:15 +00:00 
			
		
		
		
	Compare commits
	
		
			6 Commits
		
	
	
		
			v1.10.2
			...
			53b49845b2
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| 
						 | 
					53b49845b2 | ||
| 
						 | 
					41b258e4d8 | ||
| 
						 | 
					da1123d84b | ||
| 
						 | 
					627775c430 | ||
| 
						 | 
					245573efca | ||
| 
						 | 
					28b9cca413 | 
@@ -159,6 +159,7 @@ Perplexica runs on Next.js and handles all API requests. It works right away on
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
[](https://usw.sealos.io/?openapp=system-template%3FtemplateName%3Dperplexica)
 | 
					[](https://usw.sealos.io/?openapp=system-template%3FtemplateName%3Dperplexica)
 | 
				
			||||||
[](https://repocloud.io/details/?app_id=267)
 | 
					[](https://repocloud.io/details/?app_id=267)
 | 
				
			||||||
 | 
					[](https://template.run.claw.cloud/?referralCode=U11MRQ8U9RM4&openapp=system-fastdeploy%3FtemplateName%3Dperplexica)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
## Upcoming Features
 | 
					## Upcoming Features
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -97,6 +97,7 @@ const MessageBox = ({
 | 
				
			|||||||
          },
 | 
					          },
 | 
				
			||||||
        ),
 | 
					        ),
 | 
				
			||||||
      );
 | 
					      );
 | 
				
			||||||
 | 
					      setSpeechMessage(message.content.replace(regex, ''));
 | 
				
			||||||
      return;
 | 
					      return;
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -72,6 +72,14 @@ const groqChatModels: Record<string, string>[] = [
 | 
				
			|||||||
    displayName: 'Llama 3.2 90B Vision Preview (Preview)',
 | 
					    displayName: 'Llama 3.2 90B Vision Preview (Preview)',
 | 
				
			||||||
    key: 'llama-3.2-90b-vision-preview',
 | 
					    key: 'llama-3.2-90b-vision-preview',
 | 
				
			||||||
  },
 | 
					  },
 | 
				
			||||||
 | 
					  /* {
 | 
				
			||||||
 | 
					    displayName: 'Llama 4 Maverick 17B 128E Instruct (Preview)',
 | 
				
			||||||
 | 
					    key: 'meta-llama/llama-4-maverick-17b-128e-instruct',
 | 
				
			||||||
 | 
					  }, */
 | 
				
			||||||
 | 
					  {
 | 
				
			||||||
 | 
					    displayName: 'Llama 4 Scout 17B 16E Instruct (Preview)',
 | 
				
			||||||
 | 
					    key: 'meta-llama/llama-4-scout-17b-16e-instruct',
 | 
				
			||||||
 | 
					  },
 | 
				
			||||||
];
 | 
					];
 | 
				
			||||||
 | 
					
 | 
				
			||||||
export const loadGroqChatModels = async () => {
 | 
					export const loadGroqChatModels = async () => {
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user