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 0344700 commit d1e8bceCopy full SHA for d1e8bce
src/shared/api.ts
@@ -792,9 +792,9 @@ export const unboundDefaultModelInfo: ModelInfo = {
792
}
793
// CHANGE AS NEEDED FOR TESTING
794
// PROD:
795
-// export const PEARAI_URL = "https://stingray-app-gb2an.ondigitalocean.app/pearai-server-api2/integrations/cline"
+export const PEARAI_URL = "https://stingray-app-gb2an.ondigitalocean.app/pearai-server-api2/integrations/cline"
796
// DEV:
797
-export const PEARAI_URL = "http://localhost:8000/integrations/cline"
+// export const PEARAI_URL = "http://localhost:8000/integrations/cline"
798
799
// PearAI
800
export type PearAiModelId = keyof typeof pearAiModels
0 commit comments