Files
coco-app/src/utils/env.ts
BiggerRain 6291df9f13 chore: add deep think & stop icon & chat page (#141)
* fix: stop icon & useCallback

* fix: add deep think & stop icon

* chore: chat app should not always on top

* refactor: ui styles

* build: build error

* refactor: ui styles

---------

Co-authored-by: medcl <m@medcl.net>
2025-02-17 16:37:33 +08:00

5 lines
181 B
TypeScript

export const clientEnv = {
COCO_SERVER_URL: "https://coco.infini.cloud", // http://localhost:9000
COCO_WEBSOCKET_URL: "wss://coco.infini.cloud/ws", // ws://localhost:9000/ws
};