File tree Expand file tree Collapse file tree 2 files changed +13
-2
lines changed Expand file tree Collapse file tree 2 files changed +13
-2
lines changed Original file line number Diff line number Diff line change 1
1
# 🚀 Perplexica - An AI-powered search engine 🔎 <!-- omit in toc -->
2
2
3
+ [ ![ Discord] ( https://dcbadge.vercel.app/api/server/26aArMy8tT?style=flat&compact=true )] ( https://discord.gg/26aArMy8tT )
4
+
5
+
3
6
![ preview] ( .assets/perplexica-screenshot.png? )
4
7
5
8
## Table of Contents <!-- omit in toc -->
Original file line number Diff line number Diff line change @@ -9,12 +9,20 @@ export const loadAnthropicChatModels = async () => {
9
9
10
10
try {
11
11
const chatModels = {
12
- 'claude-3-5-sonnet-20240620 ' : {
12
+ 'claude-3-5-sonnet-20241022 ' : {
13
13
displayName : 'Claude 3.5 Sonnet' ,
14
14
model : new ChatAnthropic ( {
15
15
temperature : 0.7 ,
16
16
anthropicApiKey : anthropicApiKey ,
17
- model : 'claude-3-5-sonnet-20240620' ,
17
+ model : 'claude-3-5-sonnet-20241022' ,
18
+ } ) ,
19
+ } ,
20
+ 'claude-3-5-haiku-20241022' : {
21
+ displayName : 'Claude 3.5 Haiku' ,
22
+ model : new ChatAnthropic ( {
23
+ temperature : 0.7 ,
24
+ anthropicApiKey : anthropicApiKey ,
25
+ model : 'claude-3-5-haiku-20241022' ,
18
26
} ) ,
19
27
} ,
20
28
'claude-3-opus-20240229' : {
You can’t perform that action at this time.
0 commit comments