We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56e867d commit 57ba718Copy full SHA for 57ba718
1 file changed
src/api/providers/pearai.ts
@@ -64,8 +64,6 @@ export class PearAiHandler extends BaseProvider implements SingleCompletionHandl
64
data.models[modelId]?.underlyingModelUpdated ||
65
66
"claude-3-5-sonnet-20241022"
67
- console.dir("IM HERE")
68
- console.dir(underlyingModel)
69
if (underlyingModel.startsWith("deepseek")) {
70
this.handler = new OpenRouterHandler({
71
...options,
0 commit comments