Skip to content

Commit 57ba718

Browse files
committed
Added backwards compatibility
1 parent 56e867d commit 57ba718

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/api/providers/pearai.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,6 @@ export class PearAiHandler extends BaseProvider implements SingleCompletionHandl
6464
data.models[modelId]?.underlyingModelUpdated ||
6565
data.models[modelId]?.underlyingModelUpdated ||
6666
"claude-3-5-sonnet-20241022"
67-
console.dir("IM HERE")
68-
console.dir(underlyingModel)
6967
if (underlyingModel.startsWith("deepseek")) {
7068
this.handler = new OpenRouterHandler({
7169
...options,

0 commit comments

Comments
 (0)