Skip to content

Commit 6352282

Browse files
committed
Cleanup
1 parent 59fb604 commit 6352282

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

src/api/providers/pearai/pearai.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,10 +65,7 @@ export class PearAiHandler extends BaseProvider implements SingleCompletionHandl
6565
if (modelId.startsWith("pearai")) {
6666
try {
6767
if (!options.pearaiAgentModels) {
68-
console.log("NOT AMAZING")
6968
throw new Error("PearAI models not found")
70-
} else {
71-
console.log("AMAZING")
7269
}
7370
const pearaiAgentModels = options.pearaiAgentModels
7471
const underlyingModel =

0 commit comments

Comments
 (0)