@reverbia/portal 1.0.0-next.20251217235412 → 1.0.0-next.20251218003847
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 +12 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -114,4 +114,15 @@ docker build -f apps/web/Dockerfile -t ai-memoryless-client \
|
|
|
114
114
|
.
|
|
115
115
|
```
|
|
116
116
|
|
|
117
|
-
The frontend will be available at http://localhost:8787.
|
|
117
|
+
The frontend will be available at http://localhost:8787.
|
|
118
|
+
|
|
119
|
+
## Deployment
|
|
120
|
+
|
|
121
|
+
AI Portal is deployed to two environments:
|
|
122
|
+
|
|
123
|
+
| Environment | URL | Deployment |
|
|
124
|
+
|-------------|-----|------------|
|
|
125
|
+
| **Dev** | https://ai-portal-dev.zetachain.com | Automatic on push to `main` |
|
|
126
|
+
| **Prod** | https://ai-portal.zetachain.com | Manual with version tags |
|
|
127
|
+
|
|
128
|
+
See [INFRASTRUCTURE.md](INFRASTRUCTURE.md) for detailed deployment instructions and CI/CD documentation.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@reverbia/portal",
|
|
3
|
-
"version": "1.0.0-next.
|
|
3
|
+
"version": "1.0.0-next.20251218003847",
|
|
4
4
|
"description": "AI Portal is a prepaid escrow-based API gateway for wallet-authenticated LLM usage. It provides an OpenAI-compatible API with on-chain settlement for AI inference costs.",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"directories": {
|