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 cecf5f0 commit 8e41a58Copy full SHA for 8e41a58
src/shared/pearaiApi.ts
@@ -1,8 +1,8 @@
1
// CHANGE AS NEEDED FOR DEVELOPMENT
2
// PROD:
3
-// export const PEARAI_URL = "https://server.trypear.ai/pearai-server-api2/integrations/cline"
+export const PEARAI_URL = "https://server.trypear.ai/pearai-server-api2/integrations/cline"
4
// DEV:
5
-export const PEARAI_URL = "http://localhost:8000/integrations/cline"
+// export const PEARAI_URL = "http://localhost:8000/integrations/cline"
6
7
import {
8
anthropicModels,
0 commit comments