Skip to content

Commit d1e8bce

Browse files
committed
Fixed server URL
1 parent 0344700 commit d1e8bce

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
@@ -792,9 +792,9 @@ export const unboundDefaultModelInfo: ModelInfo = {
792792
}
793793
// CHANGE AS NEEDED FOR TESTING
794794
// PROD:
795-
// export const PEARAI_URL = "https://stingray-app-gb2an.ondigitalocean.app/pearai-server-api2/integrations/cline"
795+
export const PEARAI_URL = "https://stingray-app-gb2an.ondigitalocean.app/pearai-server-api2/integrations/cline"
796796
// DEV:
797-
export const PEARAI_URL = "http://localhost:8000/integrations/cline"
797+
// export const PEARAI_URL = "http://localhost:8000/integrations/cline"
798798

799799
// PearAI
800800
export type PearAiModelId = keyof typeof pearAiModels

0 commit comments

Comments
 (0)