teamshare-bridge 0.4.0 → 0.4.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -2
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -252,8 +252,8 @@ teamshare-agent build --project <project-id> --agent <agent-id> --key ts_...
|
|
|
252
252
|
|
|
253
253
|
| Variable | Default | Used by |
|
|
254
254
|
|---|---|---|
|
|
255
|
-
| `TEAMSHARE_API_URL` | `https://teamshare
|
|
256
|
-
| `TEAMSHARE_WS_URL` | `wss://teamshare
|
|
255
|
+
| `TEAMSHARE_API_URL` | `https://api.teamshare.name.ng` | all commands |
|
|
256
|
+
| `TEAMSHARE_WS_URL` | `wss://api.teamshare.name.ng` | daemon + live console + streaming |
|
|
257
257
|
| `LLM_BASE_URL` | (catalog per model) | `--self`, chat/doc replies |
|
|
258
258
|
| `LLM_API_KEY` | — (required for `--self`) | `--self`, chat/doc replies |
|
|
259
259
|
| `LLM_MODEL` | `deepseek-chat` | `--self` (catalog ids resolve the base URL) |
|
package/package.json
CHANGED