We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59fb604 commit 6352282Copy full SHA for 6352282
1 file changed
src/api/providers/pearai/pearai.ts
@@ -65,10 +65,7 @@ export class PearAiHandler extends BaseProvider implements SingleCompletionHandl
65
if (modelId.startsWith("pearai")) {
66
try {
67
if (!options.pearaiAgentModels) {
68
- console.log("NOT AMAZING")
69
throw new Error("PearAI models not found")
70
- } else {
71
- console.log("AMAZING")
72
}
73
const pearaiAgentModels = options.pearaiAgentModels
74
const underlyingModel =
0 commit comments