We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe68b50 commit eba3d14Copy full SHA for eba3d14
src/api/providers/pearai.ts
@@ -1,7 +1,8 @@
1
import { OpenAiHandler } from "./openai"
2
import { ApiHandlerOptions, PEARAI_URL } from "../../shared/api"
3
+import { AnthropicHandler } from "./anthropic"
4
-export class PearAiHandler extends OpenAiHandler {
5
+export class PearAiHandler extends AnthropicHandler {
6
constructor(options: ApiHandlerOptions) {
7
if (!options.pearaiApiKey) {
8
throw new Error("PearAI API key not found. Please login to PearAI.")
0 commit comments