Skip to content

Commit 2c36926

Browse files
authored
fix(perplexity): remove deprecated perplexity sonar reasoning model (#2556)
1 parent 89c1085 commit 2c36926

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

apps/sim/blocks/blocks/perplexity.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@ export const PerplexityBlock: BlockConfig<PerplexityResponse> = {
5050
{ label: 'Sonar', id: 'sonar' },
5151
{ label: 'Sonar Pro', id: 'sonar-pro' },
5252
{ label: 'Sonar Deep Research', id: 'sonar-deep-research' },
53-
{ label: 'Sonar Reasoning', id: 'sonar-reasoning' },
5453
{ label: 'Sonar Reasoning Pro', id: 'sonar-reasoning-pro' },
5554
],
5655
value: () => 'sonar',

0 commit comments

Comments
 (0)