Skip to content

Commit ff67230

Browse files
committed
Working
1 parent 3576f60 commit ff67230

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/shared/api.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1043,9 +1043,9 @@ export const unboundDefaultModelInfo: ModelInfo = {
10431043
}
10441044
// CHANGE AS NEEDED FOR TESTING
10451045
// PROD:
1046-
// export const PEARAI_URL = "https://stingray-app-gb2an.ondigitalocean.app/pearai-server-api2/integrations/cline"
1046+
export const PEARAI_URL = "https://stingray-app-gb2an.ondigitalocean.app/pearai-server-api2/integrations/cline"
10471047
// DEV:
1048-
export const PEARAI_URL = "http://localhost:8000/integrations/cline"
1048+
// export const PEARAI_URL = "http://localhost:8000/integrations/cline"
10491049

10501050
// PearAI
10511051
export type PearAiModelId = keyof typeof pearAiModels

0 commit comments

Comments
 (0)