Skip to content

Commit 8e41a58

Browse files
committed
Fixed url
1 parent cecf5f0 commit 8e41a58

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/shared/pearaiApi.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
// CHANGE AS NEEDED FOR DEVELOPMENT
22
// PROD:
3-
// export const PEARAI_URL = "https://server.trypear.ai/pearai-server-api2/integrations/cline"
3+
export const PEARAI_URL = "https://server.trypear.ai/pearai-server-api2/integrations/cline"
44
// DEV:
5-
export const PEARAI_URL = "http://localhost:8000/integrations/cline"
5+
// export const PEARAI_URL = "http://localhost:8000/integrations/cline"
66

77
import {
88
anthropicModels,

0 commit comments

Comments
 (0)