mirror of
https://github.com/infinilabs/coco-app.git
synced 2026-09-03 12:50:57 +02:00
* 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>
5 lines
181 B
TypeScript
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
|
|
};
|