aigetwey 1.4.7 → 1.5.0
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/CHANGELOG.md +88 -0
- package/README.md +46 -25
- package/config.example.yaml +2 -3
- package/dashboard/.next/standalone/.next/BUILD_ID +1 -1
- package/dashboard/.next/standalone/.next/build-manifest.json +3 -3
- package/dashboard/.next/standalone/.next/server/app/(console)/combos/page.js.nft.json +1 -1
- package/dashboard/.next/standalone/.next/server/app/(console)/combos/page_client-reference-manifest.js +1 -1
- package/dashboard/.next/standalone/.next/server/app/(console)/config/page.js.nft.json +1 -1
- package/dashboard/.next/standalone/.next/server/app/(console)/config/page_client-reference-manifest.js +1 -1
- package/dashboard/.next/standalone/.next/server/app/(console)/console/page.js.nft.json +1 -1
- package/dashboard/.next/standalone/.next/server/app/(console)/console/page_client-reference-manifest.js +1 -1
- package/dashboard/.next/standalone/.next/server/app/(console)/endpoint/page.js.nft.json +1 -1
- package/dashboard/.next/standalone/.next/server/app/(console)/endpoint/page_client-reference-manifest.js +1 -1
- package/dashboard/.next/standalone/.next/server/app/(console)/keys/page.js.nft.json +1 -1
- package/dashboard/.next/standalone/.next/server/app/(console)/keys/page_client-reference-manifest.js +1 -1
- package/dashboard/.next/standalone/.next/server/app/(console)/page.js.nft.json +1 -1
- package/dashboard/.next/standalone/.next/server/app/(console)/page_client-reference-manifest.js +1 -1
- package/dashboard/.next/standalone/.next/server/app/(console)/providers/[id]/page.js.nft.json +1 -1
- package/dashboard/.next/standalone/.next/server/app/(console)/providers/[id]/page_client-reference-manifest.js +1 -1
- package/dashboard/.next/standalone/.next/server/app/(console)/providers/page.js.nft.json +1 -1
- package/dashboard/.next/standalone/.next/server/app/(console)/providers/page_client-reference-manifest.js +1 -1
- package/dashboard/.next/standalone/.next/server/app/(console)/quota/page.js.nft.json +1 -1
- package/dashboard/.next/standalone/.next/server/app/(console)/quota/page_client-reference-manifest.js +1 -1
- package/dashboard/.next/standalone/.next/server/app/(console)/tools/[id]/page.js.nft.json +1 -1
- package/dashboard/.next/standalone/.next/server/app/(console)/tools/[id]/page_client-reference-manifest.js +1 -1
- package/dashboard/.next/standalone/.next/server/app/(console)/tools/page.js.nft.json +1 -1
- package/dashboard/.next/standalone/.next/server/app/(console)/tools/page_client-reference-manifest.js +1 -1
- package/dashboard/.next/standalone/.next/server/app/(console)/usage/page.js.nft.json +1 -1
- package/dashboard/.next/standalone/.next/server/app/(console)/usage/page_client-reference-manifest.js +1 -1
- package/dashboard/.next/standalone/.next/server/app/_global-error.html +1 -1
- package/dashboard/.next/standalone/.next/server/app/_global-error.rsc +1 -1
- package/dashboard/.next/standalone/.next/server/app/_global-error.segments/__PAGE__.segment.rsc +1 -1
- package/dashboard/.next/standalone/.next/server/app/_global-error.segments/_full.segment.rsc +1 -1
- package/dashboard/.next/standalone/.next/server/app/_global-error.segments/_head.segment.rsc +1 -1
- package/dashboard/.next/standalone/.next/server/app/_global-error.segments/_index.segment.rsc +1 -1
- package/dashboard/.next/standalone/.next/server/app/_global-error.segments/_tree.segment.rsc +1 -1
- package/dashboard/.next/standalone/.next/server/app/_not-found/page_client-reference-manifest.js +1 -1
- package/dashboard/.next/standalone/.next/server/app/_not-found.html +1 -1
- package/dashboard/.next/standalone/.next/server/app/_not-found.rsc +12 -12
- package/dashboard/.next/standalone/.next/server/app/_not-found.segments/_full.segment.rsc +12 -12
- package/dashboard/.next/standalone/.next/server/app/_not-found.segments/_head.segment.rsc +4 -4
- package/dashboard/.next/standalone/.next/server/app/_not-found.segments/_index.segment.rsc +7 -7
- package/dashboard/.next/standalone/.next/server/app/_not-found.segments/_not-found/__PAGE__.segment.rsc +2 -2
- package/dashboard/.next/standalone/.next/server/app/_not-found.segments/_not-found.segment.rsc +3 -3
- package/dashboard/.next/standalone/.next/server/app/_not-found.segments/_tree.segment.rsc +2 -2
- package/dashboard/.next/standalone/.next/server/app/combos.html +1 -1
- package/dashboard/.next/standalone/.next/server/app/combos.rsc +19 -18
- package/dashboard/.next/standalone/.next/server/app/combos.segments/!KGNvbnNvbGUp/combos/__PAGE__.segment.rsc +3 -3
- package/dashboard/.next/standalone/.next/server/app/combos.segments/!KGNvbnNvbGUp/combos.segment.rsc +3 -3
- package/dashboard/.next/standalone/.next/server/app/combos.segments/!KGNvbnNvbGUp.segment.rsc +5 -5
- package/dashboard/.next/standalone/.next/server/app/combos.segments/_full.segment.rsc +19 -18
- package/dashboard/.next/standalone/.next/server/app/combos.segments/_head.segment.rsc +4 -4
- package/dashboard/.next/standalone/.next/server/app/combos.segments/_index.segment.rsc +7 -7
- package/dashboard/.next/standalone/.next/server/app/combos.segments/_tree.segment.rsc +2 -2
- package/dashboard/.next/standalone/.next/server/app/config.html +1 -1
- package/dashboard/.next/standalone/.next/server/app/config.rsc +19 -18
- package/dashboard/.next/standalone/.next/server/app/config.segments/!KGNvbnNvbGUp/config/__PAGE__.segment.rsc +3 -3
- package/dashboard/.next/standalone/.next/server/app/config.segments/!KGNvbnNvbGUp/config.segment.rsc +3 -3
- package/dashboard/.next/standalone/.next/server/app/config.segments/!KGNvbnNvbGUp.segment.rsc +5 -5
- package/dashboard/.next/standalone/.next/server/app/config.segments/_full.segment.rsc +19 -18
- package/dashboard/.next/standalone/.next/server/app/config.segments/_head.segment.rsc +4 -4
- package/dashboard/.next/standalone/.next/server/app/config.segments/_index.segment.rsc +7 -7
- package/dashboard/.next/standalone/.next/server/app/config.segments/_tree.segment.rsc +2 -2
- package/dashboard/.next/standalone/.next/server/app/console.html +1 -1
- package/dashboard/.next/standalone/.next/server/app/console.rsc +20 -19
- package/dashboard/.next/standalone/.next/server/app/console.segments/!KGNvbnNvbGUp/console/__PAGE__.segment.rsc +4 -4
- package/dashboard/.next/standalone/.next/server/app/console.segments/!KGNvbnNvbGUp/console.segment.rsc +3 -3
- package/dashboard/.next/standalone/.next/server/app/console.segments/!KGNvbnNvbGUp.segment.rsc +5 -5
- package/dashboard/.next/standalone/.next/server/app/console.segments/_full.segment.rsc +20 -19
- package/dashboard/.next/standalone/.next/server/app/console.segments/_head.segment.rsc +4 -4
- package/dashboard/.next/standalone/.next/server/app/console.segments/_index.segment.rsc +7 -7
- package/dashboard/.next/standalone/.next/server/app/console.segments/_tree.segment.rsc +2 -2
- package/dashboard/.next/standalone/.next/server/app/endpoint.html +1 -1
- package/dashboard/.next/standalone/.next/server/app/endpoint.rsc +15 -15
- package/dashboard/.next/standalone/.next/server/app/endpoint.segments/!KGNvbnNvbGUp/endpoint/__PAGE__.segment.rsc +3 -3
- package/dashboard/.next/standalone/.next/server/app/endpoint.segments/!KGNvbnNvbGUp/endpoint.segment.rsc +3 -3
- package/dashboard/.next/standalone/.next/server/app/endpoint.segments/!KGNvbnNvbGUp.segment.rsc +5 -5
- package/dashboard/.next/standalone/.next/server/app/endpoint.segments/_full.segment.rsc +15 -15
- package/dashboard/.next/standalone/.next/server/app/endpoint.segments/_head.segment.rsc +4 -4
- package/dashboard/.next/standalone/.next/server/app/endpoint.segments/_index.segment.rsc +7 -7
- package/dashboard/.next/standalone/.next/server/app/endpoint.segments/_tree.segment.rsc +2 -2
- package/dashboard/.next/standalone/.next/server/app/index.html +1 -1
- package/dashboard/.next/standalone/.next/server/app/index.rsc +15 -15
- package/dashboard/.next/standalone/.next/server/app/index.segments/!KGNvbnNvbGUp/__PAGE__.segment.rsc +3 -3
- package/dashboard/.next/standalone/.next/server/app/index.segments/!KGNvbnNvbGUp.segment.rsc +5 -5
- package/dashboard/.next/standalone/.next/server/app/index.segments/_full.segment.rsc +15 -15
- package/dashboard/.next/standalone/.next/server/app/index.segments/_head.segment.rsc +4 -4
- package/dashboard/.next/standalone/.next/server/app/index.segments/_index.segment.rsc +7 -7
- package/dashboard/.next/standalone/.next/server/app/index.segments/_tree.segment.rsc +2 -2
- package/dashboard/.next/standalone/.next/server/app/keys.html +1 -1
- package/dashboard/.next/standalone/.next/server/app/keys.rsc +15 -15
- package/dashboard/.next/standalone/.next/server/app/keys.segments/!KGNvbnNvbGUp/keys/__PAGE__.segment.rsc +3 -3
- package/dashboard/.next/standalone/.next/server/app/keys.segments/!KGNvbnNvbGUp/keys.segment.rsc +3 -3
- package/dashboard/.next/standalone/.next/server/app/keys.segments/!KGNvbnNvbGUp.segment.rsc +5 -5
- package/dashboard/.next/standalone/.next/server/app/keys.segments/_full.segment.rsc +15 -15
- package/dashboard/.next/standalone/.next/server/app/keys.segments/_head.segment.rsc +4 -4
- package/dashboard/.next/standalone/.next/server/app/keys.segments/_index.segment.rsc +7 -7
- package/dashboard/.next/standalone/.next/server/app/keys.segments/_tree.segment.rsc +2 -2
- package/dashboard/.next/standalone/.next/server/app/login/page_client-reference-manifest.js +1 -1
- package/dashboard/.next/standalone/.next/server/app/login.html +1 -1
- package/dashboard/.next/standalone/.next/server/app/login.rsc +14 -14
- package/dashboard/.next/standalone/.next/server/app/login.segments/_full.segment.rsc +14 -14
- package/dashboard/.next/standalone/.next/server/app/login.segments/_head.segment.rsc +4 -4
- package/dashboard/.next/standalone/.next/server/app/login.segments/_index.segment.rsc +7 -7
- package/dashboard/.next/standalone/.next/server/app/login.segments/_tree.segment.rsc +2 -2
- package/dashboard/.next/standalone/.next/server/app/login.segments/login/__PAGE__.segment.rsc +4 -4
- package/dashboard/.next/standalone/.next/server/app/login.segments/login.segment.rsc +3 -3
- package/dashboard/.next/standalone/.next/server/app/providers.html +1 -1
- package/dashboard/.next/standalone/.next/server/app/providers.rsc +19 -18
- package/dashboard/.next/standalone/.next/server/app/providers.segments/!KGNvbnNvbGUp/providers/__PAGE__.segment.rsc +3 -3
- package/dashboard/.next/standalone/.next/server/app/providers.segments/!KGNvbnNvbGUp/providers.segment.rsc +3 -3
- package/dashboard/.next/standalone/.next/server/app/providers.segments/!KGNvbnNvbGUp.segment.rsc +5 -5
- package/dashboard/.next/standalone/.next/server/app/providers.segments/_full.segment.rsc +19 -18
- package/dashboard/.next/standalone/.next/server/app/providers.segments/_head.segment.rsc +4 -4
- package/dashboard/.next/standalone/.next/server/app/providers.segments/_index.segment.rsc +7 -7
- package/dashboard/.next/standalone/.next/server/app/providers.segments/_tree.segment.rsc +2 -2
- package/dashboard/.next/standalone/.next/server/app/quota.html +1 -1
- package/dashboard/.next/standalone/.next/server/app/quota.rsc +15 -15
- package/dashboard/.next/standalone/.next/server/app/quota.segments/!KGNvbnNvbGUp/quota/__PAGE__.segment.rsc +3 -3
- package/dashboard/.next/standalone/.next/server/app/quota.segments/!KGNvbnNvbGUp/quota.segment.rsc +3 -3
- package/dashboard/.next/standalone/.next/server/app/quota.segments/!KGNvbnNvbGUp.segment.rsc +5 -5
- package/dashboard/.next/standalone/.next/server/app/quota.segments/_full.segment.rsc +15 -15
- package/dashboard/.next/standalone/.next/server/app/quota.segments/_head.segment.rsc +4 -4
- package/dashboard/.next/standalone/.next/server/app/quota.segments/_index.segment.rsc +7 -7
- package/dashboard/.next/standalone/.next/server/app/quota.segments/_tree.segment.rsc +2 -2
- package/dashboard/.next/standalone/.next/server/app/tools.html +1 -1
- package/dashboard/.next/standalone/.next/server/app/tools.rsc +15 -15
- package/dashboard/.next/standalone/.next/server/app/tools.segments/!KGNvbnNvbGUp/tools/__PAGE__.segment.rsc +3 -3
- package/dashboard/.next/standalone/.next/server/app/tools.segments/!KGNvbnNvbGUp/tools.segment.rsc +3 -3
- package/dashboard/.next/standalone/.next/server/app/tools.segments/!KGNvbnNvbGUp.segment.rsc +5 -5
- package/dashboard/.next/standalone/.next/server/app/tools.segments/_full.segment.rsc +15 -15
- package/dashboard/.next/standalone/.next/server/app/tools.segments/_head.segment.rsc +4 -4
- package/dashboard/.next/standalone/.next/server/app/tools.segments/_index.segment.rsc +7 -7
- package/dashboard/.next/standalone/.next/server/app/tools.segments/_tree.segment.rsc +2 -2
- package/dashboard/.next/standalone/.next/server/chunks/[root-of-the-server]__0das32e._.js +1 -1
- package/dashboard/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__0zf4yft._.js +1 -1
- package/dashboard/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__1on8_g5._.js +1 -1
- package/dashboard/.next/standalone/.next/server/chunks/ssr/_0963c1j._.js +3 -0
- package/dashboard/.next/standalone/.next/server/chunks/ssr/_0g1n0z2._.js +1 -1
- package/dashboard/.next/standalone/.next/server/chunks/ssr/node_modules_@dnd-kit_core_dist_core_esm_0qawgtz.js +3 -0
- package/dashboard/.next/standalone/.next/server/chunks/ssr/src_13mfqac._.js +1 -1
- package/dashboard/.next/standalone/.next/server/chunks/ssr/src_16zsfd3._.js +1 -1
- package/dashboard/.next/standalone/.next/server/chunks/ssr/src_components_0-kkrr9._.js +1 -1
- package/dashboard/.next/standalone/.next/server/chunks/ssr/src_components_0dgasfb._.js +1 -1
- package/dashboard/.next/standalone/.next/server/chunks/ssr/src_components_0q5pldo._.js +1 -1
- package/dashboard/.next/standalone/.next/server/chunks/ssr/src_components_0qj084a._.js +66 -0
- package/dashboard/.next/standalone/.next/server/chunks/ssr/src_components_10h9ide._.js +1 -1
- package/dashboard/.next/standalone/.next/server/chunks/ssr/src_components_11ckzq_._.js +1 -1
- package/dashboard/.next/standalone/.next/server/chunks/ssr/src_components_11dtfns._.js +1 -1
- package/dashboard/.next/standalone/.next/server/chunks/ssr/src_components_1e6kjgr._.js +1 -1
- package/dashboard/.next/standalone/.next/server/chunks/ssr/src_components_1pu8z89._.js +1 -1
- package/dashboard/.next/standalone/.next/server/chunks/ssr/src_components_1z4akp5._.js +1 -1
- package/dashboard/.next/standalone/.next/server/chunks/ssr/src_components_BudgetTracker_tsx_1-xevea._.js +1 -1
- package/dashboard/.next/standalone/.next/server/chunks/ssr/src_components_KeyManager_tsx_0r7iyz8._.js +1 -1
- package/dashboard/.next/standalone/.next/server/chunks/ssr/src_components_ProviderDetail_tsx_06sxu0r._.js +1 -1
- package/dashboard/.next/standalone/.next/server/chunks/ssr/src_components_ProviderManager_tsx_09d2dzw._.js +1 -1
- package/dashboard/.next/standalone/.next/server/chunks/ssr/src_components_ToolDetail_tsx_0qperd-._.js +1 -1
- package/dashboard/.next/standalone/.next/server/middleware-build-manifest.js +3 -3
- package/dashboard/.next/standalone/.next/server/pages/404.html +1 -1
- package/dashboard/.next/standalone/.next/server/pages/500.html +1 -1
- package/dashboard/.next/standalone/.next/static/chunks/0kk3tz_q8pi-q.js +1 -0
- package/dashboard/.next/standalone/.next/static/chunks/0umylplxzhd8j.js +1 -0
- package/dashboard/.next/standalone/.next/static/chunks/1-my9stx-ow20.js +1 -0
- package/dashboard/.next/standalone/.next/static/chunks/{16g5ijkdzzgmk.js → 1a7kxss28y793.js} +1 -1
- package/dashboard/.next/standalone/.next/static/chunks/1kds78ka7dnll.js +1 -0
- package/dashboard/.next/standalone/.next/static/chunks/1lmlrrqefu63g.js +1 -0
- package/dashboard/.next/standalone/.next/static/chunks/{1t87-rpltg53e.js → 1y6ytedu5gse7.js} +1 -1
- package/dashboard/.next/standalone/.next/static/chunks/29l2vs_0ds2e1.js +64 -0
- package/dashboard/.next/standalone/.next/static/chunks/2h-rirse3mgb9.js +1 -0
- package/dashboard/.next/standalone/.next/static/chunks/{0lcp6ibeqkbpk.js → 2i3q32a-8k8yh.js} +2 -2
- package/dashboard/.next/standalone/.next/static/chunks/2y5hufni-_pag.js +1 -0
- package/dashboard/.next/standalone/.next/static/chunks/34q-klg8txx_-.js +1 -0
- package/dashboard/.next/standalone/.next/static/chunks/37kxm33koj3a2.js +1 -0
- package/dashboard/.next/standalone/.next/static/chunks/3arktkpymzd9k.css +3 -0
- package/dashboard/.next/standalone/.next/static/chunks/{13ge_ybuj8rl3.js → 3fdole6raaw0p.js} +1 -1
- package/dashboard/.next/standalone/.next/static/chunks/3g-iepno7n7hs.js +1 -0
- package/dashboard/.next/standalone/.next/static/chunks/3tvtp_vz1um64.js +1 -0
- package/dashboard/.next/standalone/package.json +1 -0
- package/dashboard/package.json +1 -0
- package/dist/cli/tray/icon.js +18 -3
- package/dist/cli/tray/icon.js.map +1 -1
- package/dist/cli/tray/trayWin.js +66 -0
- package/dist/cli/tray/trayWin.js.map +1 -0
- package/dist/config.js +42 -14
- package/dist/config.js.map +1 -1
- package/dist/core/budget.js +3 -2
- package/dist/core/budget.js.map +1 -1
- package/dist/core/embeddings.js +157 -0
- package/dist/core/embeddings.js.map +1 -0
- package/dist/core/fallback.js +2 -1
- package/dist/core/fallback.js.map +1 -1
- package/dist/core/keypool.js +2 -1
- package/dist/core/keypool.js.map +1 -1
- package/dist/core/window.js +14 -21
- package/dist/core/window.js.map +1 -1
- package/dist/providers/capabilities.js +1 -1
- package/dist/providers/capabilities.js.map +1 -1
- package/dist/routes/admin.js +28 -3
- package/dist/routes/admin.js.map +1 -1
- package/dist/routes/v1.js +54 -0
- package/dist/routes/v1.js.map +1 -1
- package/dist/upstream/client.js +10 -6
- package/dist/upstream/client.js.map +1 -1
- package/package.json +1 -1
- package/src/cli/tray/icon.ts +22 -3
- package/src/cli/tray/trayWin.ts +84 -0
- package/src/config.ts +54 -14
- package/src/core/budget.ts +3 -2
- package/src/core/embeddings.ts +196 -0
- package/src/core/fallback.ts +3 -1
- package/src/core/keypool.ts +2 -1
- package/src/core/window.ts +14 -23
- package/src/providers/capabilities.ts +1 -1
- package/src/routes/admin.ts +32 -2
- package/src/routes/v1.ts +45 -0
- package/src/upstream/client.ts +9 -6
- package/dashboard/.next/standalone/.next/server/chunks/ssr/_0p90gyy._.js +0 -3
- package/dashboard/.next/standalone/.next/static/chunks/08-n5lb85_j1a.css +0 -3
- package/dashboard/.next/standalone/.next/static/chunks/0anfgqf1k-eo4.js +0 -1
- package/dashboard/.next/standalone/.next/static/chunks/0qzv-tyyzo7kl.js +0 -1
- package/dashboard/.next/standalone/.next/static/chunks/0zdns9uijk264.js +0 -1
- package/dashboard/.next/standalone/.next/static/chunks/1o3ruivohs5gd.js +0 -1
- package/dashboard/.next/standalone/.next/static/chunks/1wn1c2w4ibyg_.js +0 -1
- package/dashboard/.next/standalone/.next/static/chunks/29bgf5j_v6h2z.js +0 -1
- package/dashboard/.next/standalone/.next/static/chunks/29u15x0h3zg8t.js +0 -1
- package/dashboard/.next/standalone/.next/static/chunks/2u8akfgbojfpc.js +0 -1
- package/dashboard/.next/standalone/.next/static/chunks/3chs_cdkdx2h9.js +0 -1
- package/dashboard/.next/standalone/.next/static/chunks/3mauivz8vrva9.js +0 -1
- package/dashboard/.next/standalone/.next/static/chunks/40e25adnwhcis.js +0 -1
- /package/dashboard/.next/standalone/.next/static/{SYmUHnzWs5TL-n0AY-k0m → s4t6pN_U5EGcVtxGm3eIP}/_buildManifest.js +0 -0
- /package/dashboard/.next/standalone/.next/static/{SYmUHnzWs5TL-n0AY-k0m → s4t6pN_U5EGcVtxGm3eIP}/_clientMiddlewareManifest.js +0 -0
- /package/dashboard/.next/standalone/.next/static/{SYmUHnzWs5TL-n0AY-k0m → s4t6pN_U5EGcVtxGm3eIP}/_ssgManifest.js +0 -0
|
@@ -1,20 +1,20 @@
|
|
|
1
1
|
1:"$Sreact.fragment"
|
|
2
|
-
2:I[79520,["/_next/static/chunks/
|
|
3
|
-
3:I[59919,["/_next/static/chunks/
|
|
4
|
-
4:I[76972,["/_next/static/chunks/
|
|
5
|
-
5:I[39756,["/_next/static/chunks/
|
|
6
|
-
6:I[37457,["/_next/static/chunks/
|
|
7
|
-
7:I[97367,["/_next/static/chunks/
|
|
2
|
+
2:I[79520,["/_next/static/chunks/3fdole6raaw0p.js","/_next/static/chunks/14mrh2-p_w84d.js"],""]
|
|
3
|
+
3:I[59919,["/_next/static/chunks/3fdole6raaw0p.js","/_next/static/chunks/14mrh2-p_w84d.js"],"ThemeProvider"]
|
|
4
|
+
4:I[76972,["/_next/static/chunks/3fdole6raaw0p.js","/_next/static/chunks/14mrh2-p_w84d.js"],"ToastProvider"]
|
|
5
|
+
5:I[39756,["/_next/static/chunks/3fdole6raaw0p.js","/_next/static/chunks/14mrh2-p_w84d.js"],"default"]
|
|
6
|
+
6:I[37457,["/_next/static/chunks/3fdole6raaw0p.js","/_next/static/chunks/14mrh2-p_w84d.js"],"default"]
|
|
7
|
+
7:I[97367,["/_next/static/chunks/3fdole6raaw0p.js","/_next/static/chunks/14mrh2-p_w84d.js"],"OutletBoundary"]
|
|
8
8
|
8:"$Sreact.suspense"
|
|
9
|
-
b:I[97367,["/_next/static/chunks/
|
|
10
|
-
d:I[97367,["/_next/static/chunks/
|
|
11
|
-
f:I[68027,["/_next/static/chunks/
|
|
12
|
-
:HL["/_next/static/chunks/
|
|
9
|
+
b:I[97367,["/_next/static/chunks/3fdole6raaw0p.js","/_next/static/chunks/14mrh2-p_w84d.js"],"ViewportBoundary"]
|
|
10
|
+
d:I[97367,["/_next/static/chunks/3fdole6raaw0p.js","/_next/static/chunks/14mrh2-p_w84d.js"],"MetadataBoundary"]
|
|
11
|
+
f:I[68027,["/_next/static/chunks/3fdole6raaw0p.js","/_next/static/chunks/14mrh2-p_w84d.js"],"default",1]
|
|
12
|
+
:HL["/_next/static/chunks/3arktkpymzd9k.css","style"]
|
|
13
13
|
:HL["https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@24,400,0,0&display=block","style"]
|
|
14
|
-
0:{"P":null,"c":["","_not-found"],"q":"","i":false,"f":[[["",{"children":["/_not-found",{"children":["__PAGE__",{}]}]},"$undefined","$undefined",16],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/
|
|
14
|
+
0:{"P":null,"c":["","_not-found"],"q":"","i":false,"f":[[["",{"children":["/_not-found",{"children":["__PAGE__",{}]}]},"$undefined","$undefined",16],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/3arktkpymzd9k.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/_next/static/chunks/3fdole6raaw0p.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/14mrh2-p_w84d.js","async":true,"nonce":"$undefined"}]],["$","html",null,{"lang":"en","className":"dark inter_c15e96cb-module__0bjUvq__variable jetbrains_mono_7ea1d0f9-module__6GV5LG__variable","suppressHydrationWarning":true,"children":[["$","head",null,{"children":[["$","link",null,{"rel":"stylesheet","href":"https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@24,400,0,0&display=block"}],["$","$L2",null,{"id":"theme-init","strategy":"beforeInteractive","children":"try{var t=localStorage.getItem(\"theme\");if(t===\"light\")document.documentElement.className=document.documentElement.className.replace(\"dark\",\"light\")}catch(e){}"}]]}],["$","body",null,{"children":["$","$L3",null,{"children":["$","$L4",null,{"children":["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]}]}]}]]}]]}],{"children":[["$","$1","c",{"children":[null,["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":"$0:f:0:1:0:props:children:1:props:children:1:props:children:props:children:props:children:props:notFound:0:1:props:style","children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":"$0:f:0:1:0:props:children:1:props:children:1:props:children:props:children:props:children:props:notFound:0:1:props:children:props:children:1:props:style","children":404}],["$","div",null,{"style":"$0:f:0:1:0:props:children:1:props:children:1:props:children:props:children:props:children:props:notFound:0:1:props:children:props:children:2:props:style","children":["$","h2",null,{"style":"$0:f:0:1:0:props:children:1:props:children:1:props:children:props:children:props:children:props:notFound:0:1:props:children:props:children:2:props:children:props:style","children":"This page could not be found."}]}]]}]}]],null,["$","$L7",null,{"children":["$","$8",null,{"name":"Next.MetadataOutlet","children":"$@9"}]}]]}],{},null,false,null]},null,false,"$@a"]},null,false,null],["$","$1","h",{"children":[["$","meta",null,{"name":"robots","content":"noindex"}],["$","$Lb",null,{"children":"$Lc"}],["$","div",null,{"hidden":true,"children":["$","$Ld",null,{"children":["$","$8",null,{"name":"Next.Metadata","children":"$Le"}]}]}],["$","meta",null,{"name":"next-size-adjust","content":""}]]}],false]],"m":"$undefined","G":["$f",[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/3arktkpymzd9k.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}]]],"S":true,"h":null,"s":"$undefined","l":"$undefined","p":"$undefined","d":"$undefined","b":"s4t6pN_U5EGcVtxGm3eIP"}
|
|
15
15
|
10:[]
|
|
16
16
|
a:"$W10"
|
|
17
17
|
c:[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]
|
|
18
|
-
11:I[27201,["/_next/static/chunks/
|
|
18
|
+
11:I[27201,["/_next/static/chunks/3fdole6raaw0p.js","/_next/static/chunks/14mrh2-p_w84d.js"],"IconMark"]
|
|
19
19
|
9:null
|
|
20
20
|
e:[["$","title","0",{"children":"aigetwey"}],["$","meta","1",{"name":"description","content":"Console for the aigetwey AI gateway"}],["$","link","2",{"rel":"icon","href":"/icon.svg?icon.43yv9zw_mes0x.svg","sizes":"any","type":"image/svg+xml"}],["$","$L11","3",{}]]
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
1:"$Sreact.fragment"
|
|
2
|
-
2:I[97367,["/_next/static/chunks/
|
|
3
|
-
3:I[97367,["/_next/static/chunks/
|
|
2
|
+
2:I[97367,["/_next/static/chunks/3fdole6raaw0p.js","/_next/static/chunks/14mrh2-p_w84d.js"],"ViewportBoundary"]
|
|
3
|
+
3:I[97367,["/_next/static/chunks/3fdole6raaw0p.js","/_next/static/chunks/14mrh2-p_w84d.js"],"MetadataBoundary"]
|
|
4
4
|
4:"$Sreact.suspense"
|
|
5
|
-
5:I[27201,["/_next/static/chunks/
|
|
6
|
-
0:{"rsc":["$","$1","h",{"children":[["$","meta",null,{"name":"robots","content":"noindex"}],["$","$L2",null,{"children":[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]}],["$","div",null,{"hidden":true,"children":["$","$L3",null,{"children":["$","$4",null,{"name":"Next.Metadata","children":[["$","title","0",{"children":"aigetwey"}],["$","meta","1",{"name":"description","content":"Console for the aigetwey AI gateway"}],["$","link","2",{"rel":"icon","href":"/icon.svg?icon.43yv9zw_mes0x.svg","sizes":"any","type":"image/svg+xml"}],["$","$L5","3",{}]]}]}]}],["$","meta",null,{"name":"next-size-adjust","content":""}]]}],"isPartial":false,"staleTime":300,"varyParams":null,"buildId":"
|
|
5
|
+
5:I[27201,["/_next/static/chunks/3fdole6raaw0p.js","/_next/static/chunks/14mrh2-p_w84d.js"],"IconMark"]
|
|
6
|
+
0:{"rsc":["$","$1","h",{"children":[["$","meta",null,{"name":"robots","content":"noindex"}],["$","$L2",null,{"children":[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]}],["$","div",null,{"hidden":true,"children":["$","$L3",null,{"children":["$","$4",null,{"name":"Next.Metadata","children":[["$","title","0",{"children":"aigetwey"}],["$","meta","1",{"name":"description","content":"Console for the aigetwey AI gateway"}],["$","link","2",{"rel":"icon","href":"/icon.svg?icon.43yv9zw_mes0x.svg","sizes":"any","type":"image/svg+xml"}],["$","$L5","3",{}]]}]}]}],["$","meta",null,{"name":"next-size-adjust","content":""}]]}],"isPartial":false,"staleTime":300,"varyParams":null,"buildId":"s4t6pN_U5EGcVtxGm3eIP"}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
1:"$Sreact.fragment"
|
|
2
|
-
2:I[79520,["/_next/static/chunks/
|
|
3
|
-
3:I[59919,["/_next/static/chunks/
|
|
4
|
-
4:I[76972,["/_next/static/chunks/
|
|
5
|
-
5:I[39756,["/_next/static/chunks/
|
|
6
|
-
6:I[37457,["/_next/static/chunks/
|
|
7
|
-
:HL["/_next/static/chunks/
|
|
2
|
+
2:I[79520,["/_next/static/chunks/3fdole6raaw0p.js","/_next/static/chunks/14mrh2-p_w84d.js"],""]
|
|
3
|
+
3:I[59919,["/_next/static/chunks/3fdole6raaw0p.js","/_next/static/chunks/14mrh2-p_w84d.js"],"ThemeProvider"]
|
|
4
|
+
4:I[76972,["/_next/static/chunks/3fdole6raaw0p.js","/_next/static/chunks/14mrh2-p_w84d.js"],"ToastProvider"]
|
|
5
|
+
5:I[39756,["/_next/static/chunks/3fdole6raaw0p.js","/_next/static/chunks/14mrh2-p_w84d.js"],"default"]
|
|
6
|
+
6:I[37457,["/_next/static/chunks/3fdole6raaw0p.js","/_next/static/chunks/14mrh2-p_w84d.js"],"default"]
|
|
7
|
+
:HL["/_next/static/chunks/3arktkpymzd9k.css","style"]
|
|
8
8
|
:HL["https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@24,400,0,0&display=block","style"]
|
|
9
|
-
0:{"rsc":["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/
|
|
9
|
+
0:{"rsc":["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/3arktkpymzd9k.css","precedence":"next"}],["$","script","script-0",{"src":"/_next/static/chunks/3fdole6raaw0p.js","async":true}],["$","script","script-1",{"src":"/_next/static/chunks/14mrh2-p_w84d.js","async":true}]],["$","html",null,{"lang":"en","className":"dark inter_c15e96cb-module__0bjUvq__variable jetbrains_mono_7ea1d0f9-module__6GV5LG__variable","suppressHydrationWarning":true,"children":[["$","head",null,{"children":[["$","link",null,{"rel":"stylesheet","href":"https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@24,400,0,0&display=block"}],["$","$L2",null,{"id":"theme-init","strategy":"beforeInteractive","children":"try{var t=localStorage.getItem(\"theme\");if(t===\"light\")document.documentElement.className=document.documentElement.className.replace(\"dark\",\"light\")}catch(e){}"}]]}],["$","body",null,{"children":["$","$L3",null,{"children":["$","$L4",null,{"children":["$","$L5",null,{"parallelRouterKey":"children","template":["$","$L6",null,{}],"notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]]}]}]}]}]]}]]}],"isPartial":false,"staleTime":300,"varyParams":null,"buildId":"s4t6pN_U5EGcVtxGm3eIP"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
1:"$Sreact.fragment"
|
|
2
|
-
2:I[97367,["/_next/static/chunks/
|
|
2
|
+
2:I[97367,["/_next/static/chunks/3fdole6raaw0p.js","/_next/static/chunks/14mrh2-p_w84d.js"],"OutletBoundary"]
|
|
3
3
|
3:"$Sreact.suspense"
|
|
4
|
-
0:{"rsc":["$","$1","c",{"children":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],null,["$","$L2",null,{"children":["$","$3",null,{"name":"Next.MetadataOutlet","children":"$@4"}]}]]}],"isPartial":false,"staleTime":300,"varyParams":null,"buildId":"
|
|
4
|
+
0:{"rsc":["$","$1","c",{"children":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],null,["$","$L2",null,{"children":["$","$3",null,{"name":"Next.MetadataOutlet","children":"$@4"}]}]]}],"isPartial":false,"staleTime":300,"varyParams":null,"buildId":"s4t6pN_U5EGcVtxGm3eIP"}
|
|
5
5
|
4:null
|
package/dashboard/.next/standalone/.next/server/app/_not-found.segments/_not-found.segment.rsc
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
1:"$Sreact.fragment"
|
|
2
|
-
2:I[39756,["/_next/static/chunks/
|
|
3
|
-
3:I[37457,["/_next/static/chunks/
|
|
2
|
+
2:I[39756,["/_next/static/chunks/3fdole6raaw0p.js","/_next/static/chunks/14mrh2-p_w84d.js"],"default"]
|
|
3
|
+
3:I[37457,["/_next/static/chunks/3fdole6raaw0p.js","/_next/static/chunks/14mrh2-p_w84d.js"],"default"]
|
|
4
4
|
4:[]
|
|
5
|
-
0:{"rsc":["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","template":["$","$L3",null,{}]}]]}],"isPartial":false,"staleTime":300,"varyParams":"$W4","buildId":"
|
|
5
|
+
0:{"rsc":["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","template":["$","$L3",null,{}]}]]}],"isPartial":false,"staleTime":300,"varyParams":"$W4","buildId":"s4t6pN_U5EGcVtxGm3eIP"}
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
:HL["/_next/static/chunks/
|
|
1
|
+
:HL["/_next/static/chunks/3arktkpymzd9k.css","style"]
|
|
2
2
|
:HL["https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@24,400,0,0&display=block","style"]
|
|
3
|
-
0:{"tree":{"name":"","param":null,"prefetchHints":16,"slots":{"children":{"name":"/_not-found","param":null,"prefetchHints":0,"slots":{"children":{"name":"__PAGE__","param":null,"prefetchHints":0,"slots":null}}}}},"staleTime":300,"buildId":"
|
|
3
|
+
0:{"tree":{"name":"","param":null,"prefetchHints":16,"slots":{"children":{"name":"/_not-found","param":null,"prefetchHints":0,"slots":{"children":{"name":"__PAGE__","param":null,"prefetchHints":0,"slots":null}}}}},"staleTime":300,"buildId":"s4t6pN_U5EGcVtxGm3eIP"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<!DOCTYPE html><html lang="en" class="dark inter_c15e96cb-module__0bjUvq__variable jetbrains_mono_7ea1d0f9-module__6GV5LG__variable"><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="preload" href="/_next/static/media/70bc3e132a0a741e-s.p.3t6q91iet4nsy.woff2" as="font" crossorigin="" type="font/woff2"/><link rel="preload" href="/_next/static/media/83afe278b6a6bb3c-s.p.2bn3s6zvc0dyp.woff2" as="font" crossorigin="" type="font/woff2"/><link rel="stylesheet" href="/_next/static/chunks/08-n5lb85_j1a.css" data-precedence="next"/><link rel="preload" as="script" fetchPriority="low" href="/_next/static/chunks/36ssnkm0cjgq6.js"/><script src="/_next/static/chunks/3jat3x6f_2a6o.js" async=""></script><script src="/_next/static/chunks/3j9pm5otqxm82.js" async=""></script><script src="/_next/static/chunks/0mk1g55o6kl1e.js" async=""></script><script src="/_next/static/chunks/27jktro2p5rq9.js" async=""></script><script src="/_next/static/chunks/turbopack-28-wpvvyttgwq.js" async=""></script><script src="/_next/static/chunks/13ge_ybuj8rl3.js" async=""></script><script src="/_next/static/chunks/14mrh2-p_w84d.js" async=""></script><script src="/_next/static/chunks/0anfgqf1k-eo4.js" async=""></script><script src="/_next/static/chunks/0zdns9uijk264.js" async=""></script><link rel="preload" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@24,400,0,0&display=block" as="style"/><meta name="next-size-adjust" content=""/><title>aigetwey</title><meta name="description" content="Console for the aigetwey AI gateway"/><link rel="icon" href="/icon.svg?icon.43yv9zw_mes0x.svg" sizes="any" type="image/svg+xml"/><link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@24,400,0,0&display=block"/><script>(self.__next_s=self.__next_s||[]).push([0,{"children":"try{var t=localStorage.getItem(\"theme\");if(t===\"light\")document.documentElement.className=document.documentElement.className.replace(\"dark\",\"light\")}catch(e){}","id":"theme-init"}])</script><script src="/_next/static/chunks/0cz1d0mv5g_q7.js" noModule=""></script></head><body><div hidden=""><!--$--><!--/$--></div><div class="console-grid"><aside class="console-rail"><a class="rail-brand" aria-label="aigetwey" href="/"><svg viewBox="0 0 512 512" width="26" height="26" aria-hidden="true"><text x="120" y="338" font-family="ui-sans-serif, Arial, sans-serif" font-size="260" font-weight="800" text-anchor="middle" fill="#14140f">a</text><g fill="none" stroke="#14140f" stroke-width="34" stroke-linecap="round" stroke-linejoin="round"><polyline points="276,182 352,256 276,330"></polyline><polyline points="346,182 422,256 346,330"></polyline></g></svg></a><nav class="flex flex-col items-center gap-3"><a data-label="Endpoint" class="rail-icon" aria-label="Endpoint" href="/"><span class="material-symbols-outlined" style="font-size:20px" aria-hidden="true">api</span></a><a data-label="Access Keys" class="rail-icon" aria-label="Access Keys" href="/keys"><span class="material-symbols-outlined" style="font-size:20px" aria-hidden="true">key</span></a><a data-label="Providers" class="rail-icon" aria-label="Providers" href="/providers"><span class="material-symbols-outlined" style="font-size:20px" aria-hidden="true">dns</span></a><a data-label="Combos" class="rail-icon rail-icon-active" aria-label="Combos" href="/combos"><span class="material-symbols-outlined" style="font-size:20px;font-variation-settings:"FILL" 1, "wght" 400, "GRAD" 0, "opsz" 24" aria-hidden="true">layers</span></a><a data-label="Usage" class="rail-icon" aria-label="Usage" href="/usage"><span class="material-symbols-outlined" style="font-size:20px" aria-hidden="true">bar_chart</span></a><a data-label="Budgets" class="rail-icon" aria-label="Budgets" href="/quota"><span class="material-symbols-outlined" style="font-size:20px" aria-hidden="true">data_usage</span></a><a data-label="CLI Tools" class="rail-icon" aria-label="CLI Tools" href="/tools"><span class="material-symbols-outlined" style="font-size:20px" aria-hidden="true">terminal</span></a><div class="rail-divider"></div><a data-label="Server Console" class="rail-icon" aria-label="Server Console" href="/console"><span class="material-symbols-outlined" style="font-size:20px" aria-hidden="true">receipt_long</span></a><a data-label="Settings" class="rail-icon" aria-label="Settings" href="/config"><span class="material-symbols-outlined" style="font-size:20px" aria-hidden="true">settings</span></a></nav><button data-label="Disconnect" class="rail-icon" aria-label="Disconnect"><span class="material-symbols-outlined" style="font-size:19px" aria-hidden="true">logout</span></button></aside><div class="console-col"><header class="console-topbar"><div class="flex items-center gap-2 text-[13px]"><span class="text-text-subtle">aigetwey</span><span class="text-text-subtle">/</span><span class="font-medium text-text">Combos</span></div><div class="ml-auto flex items-center gap-2.5"><button class="group relative flex h-8 w-8 items-center justify-center rounded-full text-text-subtle transition-colors hover:text-text hover:animate-[shake_0.4s_ease-in-out]" aria-label="Toggle theme" title="FLASHBANG OUT!"><span class="pointer-events-none absolute inset-0 rounded-full opacity-0 group-hover:animate-[flash_0.3s_ease-out] group-hover:opacity-100 bg-white/80"></span><svg viewBox="0 -1 24 24" class="h-[18px] w-[18px]" fill="none" stroke="currentColor" stroke-width="1.7" stroke-linecap="round" stroke-linejoin="round"><rect x="9.5" y="3.5" width="5" height="3.5" rx="1"></rect><path d="M12 3.5V2.5"></path><path d="M10.5 3.5c0-1 3-1 3 0"></path><circle cx="14.5" cy="2.8" r="0.8"></circle><rect x="8.5" y="7" width="7" height="10.5" rx="1.5"></rect><line x1="8.5" y1="12.25" x2="15.5" y2="12.25"></line><line x1="6.5" y1="12.25" x2="4.5" y2="12.25"></line><line x1="17.5" y1="12.25" x2="19.5" y2="12.25"></line><line x1="6.8" y1="9.8" x2="5.2" y2="8.8"></line><line x1="17.2" y1="9.8" x2="18.8" y2="8.8"></line><line x1="6.8" y1="14.7" x2="5.2" y2="15.7"></line><line x1="17.2" y1="14.7" x2="18.8" y2="15.7"></line></svg></button><button class="flex h-8 w-8 items-center justify-center rounded-full text-text-subtle transition-colors hover:text-danger" aria-label="Shut down gateway" title="Shut down the gateway"><span class="material-symbols-outlined" style="font-size:18px" aria-hidden="true">power_settings_new</span></button><div class="flex items-center gap-2 rounded-full border border-border bg-surface py-1 pl-1 pr-3"><span class="flex h-6 w-6 items-center justify-center rounded-full bg-accent"><svg viewBox="0 0 512 512" class="h-4 w-4"><text x="135" y="360" font-family="ui-sans-serif, Inter, Arial, sans-serif" font-size="320" font-weight="800" text-anchor="middle" fill="#0f0f0e">a</text><g fill="none" stroke="#0f0f0e" stroke-width="38" stroke-linecap="round" stroke-linejoin="round"><polyline points="280,170 370,256 280,342"></polyline><polyline points="355,170 445,256 355,342"></polyline></g></svg></span><span class="text-[12px] font-medium text-text-muted">aigetwey</span></div></div></header><main class="console-main"><div class="px-1 py-8 text-center text-[13px] text-text-muted">Loading…</div><!--$--><!--/$--></main></div></div><div class="fixed bottom-5 right-5 z-[100] flex flex-col gap-2"></div><script src="/_next/static/chunks/36ssnkm0cjgq6.js" id="_R_" async=""></script><script>(self.__next_f=self.__next_f||[]).push([0])</script><script>self.__next_f.push([1,"1:\"$Sreact.fragment\"\n2:I[79520,[\"/_next/static/chunks/13ge_ybuj8rl3.js\",\"/_next/static/chunks/14mrh2-p_w84d.js\"],\"\"]\n3:I[59919,[\"/_next/static/chunks/13ge_ybuj8rl3.js\",\"/_next/static/chunks/14mrh2-p_w84d.js\"],\"ThemeProvider\"]\n4:I[76972,[\"/_next/static/chunks/13ge_ybuj8rl3.js\",\"/_next/static/chunks/14mrh2-p_w84d.js\"],\"ToastProvider\"]\n5:I[39756,[\"/_next/static/chunks/13ge_ybuj8rl3.js\",\"/_next/static/chunks/14mrh2-p_w84d.js\"],\"default\"]\n6:I[37457,[\"/_next/static/chunks/13ge_ybuj8rl3.js\",\"/_next/static/chunks/14mrh2-p_w84d.js\"],\"default\"]\n7:I[94434,[\"/_next/static/chunks/13ge_ybuj8rl3.js\",\"/_next/static/chunks/14mrh2-p_w84d.js\",\"/_next/static/chunks/0anfgqf1k-eo4.js\"],\"Rail\"]\n8:I[18993,[\"/_next/static/chunks/13ge_ybuj8rl3.js\",\"/_next/static/chunks/14mrh2-p_w84d.js\",\"/_next/static/chunks/0anfgqf1k-eo4.js\"],\"TopBar\"]\n9:I[97802,[\"/_next/static/chunks/13ge_ybuj8rl3.js\",\"/_next/static/chunks/14mrh2-p_w84d.js\",\"/_next/static/chunks/0anfgqf1k-eo4.js\",\"/_next/static/chunks/0zdns9uijk264.js\"],\"RoutingView\"]\na:I[97367,[\"/_next/static/chunks/13ge_ybuj8rl3.js\",\"/_next/static/chunks/14mrh2-p_w84d.js\"],\"OutletBoundary\"]\nb:\"$Sreact.suspense\"\ne:I[97367,[\"/_next/static/chunks/13ge_ybuj8rl3.js\",\"/_next/static/chunks/14mrh2-p_w84d.js\"],\"ViewportBoundary\"]\n10:I[97367,[\"/_next/static/chunks/13ge_ybuj8rl3.js\",\"/_next/static/chunks/14mrh2-p_w84d.js\"],\"MetadataBoundary\"]\n12:I[68027,[\"/_next/static/chunks/13ge_ybuj8rl3.js\",\"/_next/static/chunks/14mrh2-p_w84d.js\"],\"default\",1]\n:HL[\"/_next/static/chunks/08-n5lb85_j1a.css\",\"style\"]\n:HL[\"/_next/static/media/70bc3e132a0a741e-s.p.3t6q91iet4nsy.woff2\",\"font\",{\"crossOrigin\":\"\",\"type\":\"font/woff2\"}]\n:HL[\"/_next/static/media/83afe278b6a6bb3c-s.p.2bn3s6zvc0dyp.woff2\",\"font\",{\"crossOrigin\":\"\",\"type\":\"font/woff2\"}]\n:HL[\"https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@24,400,0,0\u0026display=block\",\"style\"]\n"])</script><script>self.__next_f.push([1,"0:{\"P\":null,\"c\":[\"\",\"combos\"],\"q\":\"\",\"i\":false,\"f\":[[[\"\",{\"children\":[\"(console)\",{\"children\":[\"combos\",{\"children\":[\"__PAGE__\",{}]}]}]},\"$undefined\",\"$undefined\",16],[[\"$\",\"$1\",\"c\",{\"children\":[[[\"$\",\"link\",\"0\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/chunks/08-n5lb85_j1a.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\",\"nonce\":\"$undefined\"}],[\"$\",\"script\",\"script-0\",{\"src\":\"/_next/static/chunks/13ge_ybuj8rl3.js\",\"async\":true,\"nonce\":\"$undefined\"}],[\"$\",\"script\",\"script-1\",{\"src\":\"/_next/static/chunks/14mrh2-p_w84d.js\",\"async\":true,\"nonce\":\"$undefined\"}]],[\"$\",\"html\",null,{\"lang\":\"en\",\"className\":\"dark inter_c15e96cb-module__0bjUvq__variable jetbrains_mono_7ea1d0f9-module__6GV5LG__variable\",\"suppressHydrationWarning\":true,\"children\":[[\"$\",\"head\",null,{\"children\":[[\"$\",\"link\",null,{\"rel\":\"stylesheet\",\"href\":\"https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@24,400,0,0\u0026display=block\"}],[\"$\",\"$L2\",null,{\"id\":\"theme-init\",\"strategy\":\"beforeInteractive\",\"children\":\"try{var t=localStorage.getItem(\\\"theme\\\");if(t===\\\"light\\\")document.documentElement.className=document.documentElement.className.replace(\\\"dark\\\",\\\"light\\\")}catch(e){}\"}]]}],[\"$\",\"body\",null,{\"children\":[\"$\",\"$L3\",null,{\"children\":[\"$\",\"$L4\",null,{\"children\":[\"$\",\"$L5\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L6\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":[[[\"$\",\"title\",null,{\"children\":\"404: This page could not be found.\"}],[\"$\",\"div\",null,{\"style\":{\"fontFamily\":\"system-ui,\\\"Segoe UI\\\",Roboto,Helvetica,Arial,sans-serif,\\\"Apple Color Emoji\\\",\\\"Segoe UI Emoji\\\"\",\"height\":\"100vh\",\"textAlign\":\"center\",\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\",\"justifyContent\":\"center\"},\"children\":[\"$\",\"div\",null,{\"children\":[[\"$\",\"style\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}\"}}],[\"$\",\"h1\",null,{\"className\":\"next-error-h1\",\"style\":{\"display\":\"inline-block\",\"margin\":\"0 20px 0 0\",\"padding\":\"0 23px 0 0\",\"fontSize\":24,\"fontWeight\":500,\"verticalAlign\":\"top\",\"lineHeight\":\"49px\"},\"children\":404}],[\"$\",\"div\",null,{\"style\":{\"display\":\"inline-block\"},\"children\":[\"$\",\"h2\",null,{\"style\":{\"fontSize\":14,\"fontWeight\":400,\"lineHeight\":\"49px\",\"margin\":0},\"children\":\"This page could not be found.\"}]}]]}]}]],[]],\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]}]}]}]]}]]}],{\"children\":[[\"$\",\"$1\",\"c\",{\"children\":[[[\"$\",\"script\",\"script-0\",{\"src\":\"/_next/static/chunks/0anfgqf1k-eo4.js\",\"async\":true,\"nonce\":\"$undefined\"}]],[\"$\",\"div\",null,{\"className\":\"console-grid\",\"children\":[[\"$\",\"aside\",null,{\"className\":\"console-rail\",\"children\":[\"$\",\"$L7\",null,{}]}],[\"$\",\"div\",null,{\"className\":\"console-col\",\"children\":[[\"$\",\"$L8\",null,{}],[\"$\",\"main\",null,{\"className\":\"console-main\",\"children\":[\"$\",\"$L5\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L6\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":[[[\"$\",\"title\",null,{\"children\":\"404: This page could not be found.\"}],[\"$\",\"div\",null,{\"style\":\"$0:f:0:1:0:props:children:1:props:children:1:props:children:props:children:props:children:props:notFound:0:1:props:style\",\"children\":[\"$\",\"div\",null,{\"children\":[[\"$\",\"style\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}\"}}],[\"$\",\"h1\",null,{\"className\":\"next-error-h1\",\"style\":\"$0:f:0:1:0:props:children:1:props:children:1:props:children:props:children:props:children:props:notFound:0:1:props:children:props:children:1:props:style\",\"children\":404}],[\"$\",\"div\",null,{\"style\":\"$0:f:0:1:0:props:children:1:props:children:1:props:children:props:children:props:children:props:notFound:0:1:props:children:props:children:2:props:style\",\"children\":[\"$\",\"h2\",null,{\"style\":\"$0:f:0:1:0:props:children:1:props:children:1:props:children:props:children:props:children:props:notFound:0:1:props:children:props:children:2:props:children:props:style\",\"children\":\"This page could not be found.\"}]}]]}]}]],[]],\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]}]]}]]}]]}],{\"children\":[[\"$\",\"$1\",\"c\",{\"children\":[null,[\"$\",\"$L5\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L6\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":\"$undefined\",\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]]}],{\"children\":[[\"$\",\"$1\",\"c\",{\"children\":[[\"$\",\"$L9\",null,{}],[[\"$\",\"script\",\"script-0\",{\"src\":\"/_next/static/chunks/0zdns9uijk264.js\",\"async\":true,\"nonce\":\"$undefined\"}]],[\"$\",\"$La\",null,{\"children\":[\"$\",\"$b\",null,{\"name\":\"Next.MetadataOutlet\",\"children\":\"$@c\"}]}]]}],{},null,false,null]},null,false,\"$@d\"]},null,false,null]},null,false,null],[\"$\",\"$1\",\"h\",{\"children\":[null,[\"$\",\"$Le\",null,{\"children\":\"$Lf\"}],[\"$\",\"div\",null,{\"hidden\":true,\"children\":[\"$\",\"$L10\",null,{\"children\":[\"$\",\"$b\",null,{\"name\":\"Next.Metadata\",\"children\":\"$L11\"}]}]}],[\"$\",\"meta\",null,{\"name\":\"next-size-adjust\",\"content\":\"\"}]]}],false]],\"m\":\"$undefined\",\"G\":[\"$12\",[[\"$\",\"link\",\"0\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/chunks/08-n5lb85_j1a.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\",\"nonce\":\"$undefined\"}]]],\"S\":true,\"h\":null,\"s\":\"$undefined\",\"l\":\"$undefined\",\"p\":\"$undefined\",\"d\":\"$undefined\",\"b\":\"SYmUHnzWs5TL-n0AY-k0m\"}\n"])</script><script>self.__next_f.push([1,"13:[]\nd:\"$W13\"\n"])</script><script>self.__next_f.push([1,"f:[[\"$\",\"meta\",\"0\",{\"charSet\":\"utf-8\"}],[\"$\",\"meta\",\"1\",{\"name\":\"viewport\",\"content\":\"width=device-width, initial-scale=1\"}]]\n"])</script><script>self.__next_f.push([1,"14:I[27201,[\"/_next/static/chunks/13ge_ybuj8rl3.js\",\"/_next/static/chunks/14mrh2-p_w84d.js\"],\"IconMark\"]\nc:null\n11:[[\"$\",\"title\",\"0\",{\"children\":\"aigetwey\"}],[\"$\",\"meta\",\"1\",{\"name\":\"description\",\"content\":\"Console for the aigetwey AI gateway\"}],[\"$\",\"link\",\"2\",{\"rel\":\"icon\",\"href\":\"/icon.svg?icon.43yv9zw_mes0x.svg\",\"sizes\":\"any\",\"type\":\"image/svg+xml\"}],[\"$\",\"$L14\",\"3\",{}]]\n"])</script></body></html>
|
|
1
|
+
<!DOCTYPE html><html lang="en" class="dark inter_c15e96cb-module__0bjUvq__variable jetbrains_mono_7ea1d0f9-module__6GV5LG__variable"><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="preload" href="/_next/static/media/70bc3e132a0a741e-s.p.3t6q91iet4nsy.woff2" as="font" crossorigin="" type="font/woff2"/><link rel="preload" href="/_next/static/media/83afe278b6a6bb3c-s.p.2bn3s6zvc0dyp.woff2" as="font" crossorigin="" type="font/woff2"/><link rel="stylesheet" href="/_next/static/chunks/3arktkpymzd9k.css" data-precedence="next"/><link rel="preload" as="script" fetchPriority="low" href="/_next/static/chunks/36ssnkm0cjgq6.js"/><script src="/_next/static/chunks/3jat3x6f_2a6o.js" async=""></script><script src="/_next/static/chunks/3j9pm5otqxm82.js" async=""></script><script src="/_next/static/chunks/0mk1g55o6kl1e.js" async=""></script><script src="/_next/static/chunks/27jktro2p5rq9.js" async=""></script><script src="/_next/static/chunks/turbopack-28-wpvvyttgwq.js" async=""></script><script src="/_next/static/chunks/3fdole6raaw0p.js" async=""></script><script src="/_next/static/chunks/14mrh2-p_w84d.js" async=""></script><script src="/_next/static/chunks/3tvtp_vz1um64.js" async=""></script><script src="/_next/static/chunks/29l2vs_0ds2e1.js" async=""></script><script src="/_next/static/chunks/0kk3tz_q8pi-q.js" async=""></script><script src="/_next/static/chunks/34q-klg8txx_-.js" async=""></script><link rel="preload" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@24,400,0,0&display=block" as="style"/><meta name="next-size-adjust" content=""/><title>aigetwey</title><meta name="description" content="Console for the aigetwey AI gateway"/><link rel="icon" href="/icon.svg?icon.43yv9zw_mes0x.svg" sizes="any" type="image/svg+xml"/><link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@24,400,0,0&display=block"/><script>(self.__next_s=self.__next_s||[]).push([0,{"children":"try{var t=localStorage.getItem(\"theme\");if(t===\"light\")document.documentElement.className=document.documentElement.className.replace(\"dark\",\"light\")}catch(e){}","id":"theme-init"}])</script><script src="/_next/static/chunks/0cz1d0mv5g_q7.js" noModule=""></script></head><body><div hidden=""><!--$--><!--/$--></div><div class="console-grid"><aside class="console-rail"><a class="rail-brand" aria-label="aigetwey" href="/"><svg viewBox="0 0 512 512" width="26" height="26" aria-hidden="true"><text x="120" y="338" font-family="ui-sans-serif, Arial, sans-serif" font-size="260" font-weight="800" text-anchor="middle" fill="#14140f">a</text><g fill="none" stroke="#14140f" stroke-width="34" stroke-linecap="round" stroke-linejoin="round"><polyline points="276,182 352,256 276,330"></polyline><polyline points="346,182 422,256 346,330"></polyline></g></svg></a><nav class="flex flex-col items-center gap-3"><a data-label="Endpoint" class="rail-icon" aria-label="Endpoint" href="/"><span class="material-symbols-outlined" style="font-size:20px" aria-hidden="true">api</span></a><a data-label="Access Keys" class="rail-icon" aria-label="Access Keys" href="/keys"><span class="material-symbols-outlined" style="font-size:20px" aria-hidden="true">key</span></a><a data-label="Providers" class="rail-icon" aria-label="Providers" href="/providers"><span class="material-symbols-outlined" style="font-size:20px" aria-hidden="true">dns</span></a><a data-label="Combos" class="rail-icon rail-icon-active" aria-label="Combos" href="/combos"><span class="material-symbols-outlined" style="font-size:20px;font-variation-settings:"FILL" 1, "wght" 400, "GRAD" 0, "opsz" 24" aria-hidden="true">layers</span></a><a data-label="Usage" class="rail-icon" aria-label="Usage" href="/usage"><span class="material-symbols-outlined" style="font-size:20px" aria-hidden="true">bar_chart</span></a><a data-label="Budgets" class="rail-icon" aria-label="Budgets" href="/quota"><span class="material-symbols-outlined" style="font-size:20px" aria-hidden="true">data_usage</span></a><a data-label="CLI Tools" class="rail-icon" aria-label="CLI Tools" href="/tools"><span class="material-symbols-outlined" style="font-size:20px" aria-hidden="true">terminal</span></a><div class="rail-divider"></div><a data-label="Server Console" class="rail-icon" aria-label="Server Console" href="/console"><span class="material-symbols-outlined" style="font-size:20px" aria-hidden="true">receipt_long</span></a><a data-label="Settings" class="rail-icon" aria-label="Settings" href="/config"><span class="material-symbols-outlined" style="font-size:20px" aria-hidden="true">settings</span></a></nav><button data-label="Disconnect" class="rail-icon" aria-label="Disconnect"><span class="material-symbols-outlined" style="font-size:19px" aria-hidden="true">logout</span></button></aside><div class="console-col"><header class="console-topbar"><div class="flex items-center gap-2 text-[13px]"><span class="text-text-subtle">aigetwey</span><span class="text-text-subtle">/</span><span class="font-medium text-text">Combos</span></div><div class="ml-auto flex items-center gap-2.5"><button class="group relative flex h-8 w-8 items-center justify-center rounded-full text-text-subtle transition-colors hover:text-text hover:animate-[shake_0.4s_ease-in-out]" aria-label="Toggle theme" title="FLASHBANG OUT!"><span class="pointer-events-none absolute inset-0 rounded-full opacity-0 group-hover:animate-[flash_0.3s_ease-out] group-hover:opacity-100 bg-white/80"></span><svg viewBox="0 -1 24 24" class="h-[18px] w-[18px]" fill="none" stroke="currentColor" stroke-width="1.7" stroke-linecap="round" stroke-linejoin="round"><rect x="9.5" y="3.5" width="5" height="3.5" rx="1"></rect><path d="M12 3.5V2.5"></path><path d="M10.5 3.5c0-1 3-1 3 0"></path><circle cx="14.5" cy="2.8" r="0.8"></circle><rect x="8.5" y="7" width="7" height="10.5" rx="1.5"></rect><line x1="8.5" y1="12.25" x2="15.5" y2="12.25"></line><line x1="6.5" y1="12.25" x2="4.5" y2="12.25"></line><line x1="17.5" y1="12.25" x2="19.5" y2="12.25"></line><line x1="6.8" y1="9.8" x2="5.2" y2="8.8"></line><line x1="17.2" y1="9.8" x2="18.8" y2="8.8"></line><line x1="6.8" y1="14.7" x2="5.2" y2="15.7"></line><line x1="17.2" y1="14.7" x2="18.8" y2="15.7"></line></svg></button><button class="flex h-8 w-8 items-center justify-center rounded-full text-text-subtle transition-colors hover:text-danger" aria-label="Shut down gateway" title="Shut down the gateway"><span class="material-symbols-outlined" style="font-size:18px" aria-hidden="true">power_settings_new</span></button><div class="flex items-center gap-2 rounded-full border border-border bg-surface py-1 pl-1 pr-3"><span class="flex h-6 w-6 items-center justify-center rounded-full bg-accent"><svg viewBox="0 0 512 512" class="h-4 w-4"><text x="135" y="360" font-family="ui-sans-serif, Inter, Arial, sans-serif" font-size="320" font-weight="800" text-anchor="middle" fill="#0f0f0e">a</text><g fill="none" stroke="#0f0f0e" stroke-width="38" stroke-linecap="round" stroke-linejoin="round"><polyline points="280,170 370,256 280,342"></polyline><polyline points="355,170 445,256 355,342"></polyline></g></svg></span><span class="text-[12px] font-medium text-text-muted">aigetwey</span></div></div></header><main class="console-main"><div class="px-1 py-8 text-center text-[13px] text-text-muted">Loading…</div><!--$--><!--/$--></main></div></div><div class="fixed bottom-5 right-5 z-[100] flex flex-col gap-2"></div><script src="/_next/static/chunks/36ssnkm0cjgq6.js" id="_R_" async=""></script><script>(self.__next_f=self.__next_f||[]).push([0])</script><script>self.__next_f.push([1,"1:\"$Sreact.fragment\"\n2:I[79520,[\"/_next/static/chunks/3fdole6raaw0p.js\",\"/_next/static/chunks/14mrh2-p_w84d.js\"],\"\"]\n3:I[59919,[\"/_next/static/chunks/3fdole6raaw0p.js\",\"/_next/static/chunks/14mrh2-p_w84d.js\"],\"ThemeProvider\"]\n4:I[76972,[\"/_next/static/chunks/3fdole6raaw0p.js\",\"/_next/static/chunks/14mrh2-p_w84d.js\"],\"ToastProvider\"]\n5:I[39756,[\"/_next/static/chunks/3fdole6raaw0p.js\",\"/_next/static/chunks/14mrh2-p_w84d.js\"],\"default\"]\n6:I[37457,[\"/_next/static/chunks/3fdole6raaw0p.js\",\"/_next/static/chunks/14mrh2-p_w84d.js\"],\"default\"]\n7:I[94434,[\"/_next/static/chunks/3fdole6raaw0p.js\",\"/_next/static/chunks/14mrh2-p_w84d.js\",\"/_next/static/chunks/3tvtp_vz1um64.js\",\"/_next/static/chunks/29l2vs_0ds2e1.js\"],\"Rail\"]\n8:I[18993,[\"/_next/static/chunks/3fdole6raaw0p.js\",\"/_next/static/chunks/14mrh2-p_w84d.js\",\"/_next/static/chunks/3tvtp_vz1um64.js\",\"/_next/static/chunks/29l2vs_0ds2e1.js\"],\"TopBar\"]\n9:I[97802,[\"/_next/static/chunks/3fdole6raaw0p.js\",\"/_next/static/chunks/14mrh2-p_w84d.js\",\"/_next/static/chunks/3tvtp_vz1um64.js\",\"/_next/static/chunks/29l2vs_0ds2e1.js\",\"/_next/static/chunks/0kk3tz_q8pi-q.js\",\"/_next/static/chunks/34q-klg8txx_-.js\"],\"RoutingView\"]\na:I[97367,[\"/_next/static/chunks/3fdole6raaw0p.js\",\"/_next/static/chunks/14mrh2-p_w84d.js\"],\"OutletBoundary\"]\nb:\"$Sreact.suspense\"\ne:I[97367,[\"/_next/static/chunks/3fdole6raaw0p.js\",\"/_next/static/chunks/14mrh2-p_w84d.js\"],\"ViewportBoundary\"]\n10:I[97367,[\"/_next/static/chunks/3fdole6raaw0p.js\",\"/_next/static/chunks/14mrh2-p_w84d.js\"],\"MetadataBoundary\"]\n12:I[68027,[\"/_next/static/chunks/3fdole6raaw0p.js\",\"/_next/static/chunks/14mrh2-p_w84d.js\"],\"default\",1]\n:HL[\"/_next/static/chunks/3arktkpymzd9k.css\",\"style\"]\n:HL[\"/_next/static/media/70bc3e132a0a741e-s.p.3t6q91iet4nsy.woff2\",\"font\",{\"crossOrigin\":\"\",\"type\":\"font/woff2\"}]\n:HL[\"/_next/static/media/83afe278b6a6bb3c-s.p.2bn3s6zvc0dyp.woff2\",\"font\",{\"crossOrigin\":\"\",\"type\":\"font/woff2\"}]\n:HL[\"https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@24,400,0,0\u0026display=block\",\"style\"]\n"])</script><script>self.__next_f.push([1,"0:{\"P\":null,\"c\":[\"\",\"combos\"],\"q\":\"\",\"i\":false,\"f\":[[[\"\",{\"children\":[\"(console)\",{\"children\":[\"combos\",{\"children\":[\"__PAGE__\",{}]}]}]},\"$undefined\",\"$undefined\",16],[[\"$\",\"$1\",\"c\",{\"children\":[[[\"$\",\"link\",\"0\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/chunks/3arktkpymzd9k.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\",\"nonce\":\"$undefined\"}],[\"$\",\"script\",\"script-0\",{\"src\":\"/_next/static/chunks/3fdole6raaw0p.js\",\"async\":true,\"nonce\":\"$undefined\"}],[\"$\",\"script\",\"script-1\",{\"src\":\"/_next/static/chunks/14mrh2-p_w84d.js\",\"async\":true,\"nonce\":\"$undefined\"}]],[\"$\",\"html\",null,{\"lang\":\"en\",\"className\":\"dark inter_c15e96cb-module__0bjUvq__variable jetbrains_mono_7ea1d0f9-module__6GV5LG__variable\",\"suppressHydrationWarning\":true,\"children\":[[\"$\",\"head\",null,{\"children\":[[\"$\",\"link\",null,{\"rel\":\"stylesheet\",\"href\":\"https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@24,400,0,0\u0026display=block\"}],[\"$\",\"$L2\",null,{\"id\":\"theme-init\",\"strategy\":\"beforeInteractive\",\"children\":\"try{var t=localStorage.getItem(\\\"theme\\\");if(t===\\\"light\\\")document.documentElement.className=document.documentElement.className.replace(\\\"dark\\\",\\\"light\\\")}catch(e){}\"}]]}],[\"$\",\"body\",null,{\"children\":[\"$\",\"$L3\",null,{\"children\":[\"$\",\"$L4\",null,{\"children\":[\"$\",\"$L5\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L6\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":[[[\"$\",\"title\",null,{\"children\":\"404: This page could not be found.\"}],[\"$\",\"div\",null,{\"style\":{\"fontFamily\":\"system-ui,\\\"Segoe UI\\\",Roboto,Helvetica,Arial,sans-serif,\\\"Apple Color Emoji\\\",\\\"Segoe UI Emoji\\\"\",\"height\":\"100vh\",\"textAlign\":\"center\",\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\",\"justifyContent\":\"center\"},\"children\":[\"$\",\"div\",null,{\"children\":[[\"$\",\"style\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}\"}}],[\"$\",\"h1\",null,{\"className\":\"next-error-h1\",\"style\":{\"display\":\"inline-block\",\"margin\":\"0 20px 0 0\",\"padding\":\"0 23px 0 0\",\"fontSize\":24,\"fontWeight\":500,\"verticalAlign\":\"top\",\"lineHeight\":\"49px\"},\"children\":404}],[\"$\",\"div\",null,{\"style\":{\"display\":\"inline-block\"},\"children\":[\"$\",\"h2\",null,{\"style\":{\"fontSize\":14,\"fontWeight\":400,\"lineHeight\":\"49px\",\"margin\":0},\"children\":\"This page could not be found.\"}]}]]}]}]],[]],\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]}]}]}]]}]]}],{\"children\":[[\"$\",\"$1\",\"c\",{\"children\":[[[\"$\",\"script\",\"script-0\",{\"src\":\"/_next/static/chunks/3tvtp_vz1um64.js\",\"async\":true,\"nonce\":\"$undefined\"}],[\"$\",\"script\",\"script-1\",{\"src\":\"/_next/static/chunks/29l2vs_0ds2e1.js\",\"async\":true,\"nonce\":\"$undefined\"}]],[\"$\",\"div\",null,{\"className\":\"console-grid\",\"children\":[[\"$\",\"aside\",null,{\"className\":\"console-rail\",\"children\":[\"$\",\"$L7\",null,{}]}],[\"$\",\"div\",null,{\"className\":\"console-col\",\"children\":[[\"$\",\"$L8\",null,{}],[\"$\",\"main\",null,{\"className\":\"console-main\",\"children\":[\"$\",\"$L5\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L6\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":[[[\"$\",\"title\",null,{\"children\":\"404: This page could not be found.\"}],[\"$\",\"div\",null,{\"style\":\"$0:f:0:1:0:props:children:1:props:children:1:props:children:props:children:props:children:props:notFound:0:1:props:style\",\"children\":[\"$\",\"div\",null,{\"children\":[[\"$\",\"style\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}\"}}],[\"$\",\"h1\",null,{\"className\":\"next-error-h1\",\"style\":\"$0:f:0:1:0:props:children:1:props:children:1:props:children:props:children:props:children:props:notFound:0:1:props:children:props:children:1:props:style\",\"children\":404}],[\"$\",\"div\",null,{\"style\":\"$0:f:0:1:0:props:children:1:props:children:1:props:children:props:children:props:children:props:notFound:0:1:props:children:props:children:2:props:style\",\"children\":[\"$\",\"h2\",null,{\"style\":\"$0:f:0:1:0:props:children:1:props:children:1:props:children:props:children:props:children:props:notFound:0:1:props:children:props:children:2:props:children:props:style\",\"children\":\"This page could not be found.\"}]}]]}]}]],[]],\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]}]]}]]}]]}],{\"children\":[[\"$\",\"$1\",\"c\",{\"children\":[null,[\"$\",\"$L5\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L6\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":\"$undefined\",\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]]}],{\"children\":[[\"$\",\"$1\",\"c\",{\"children\":[[\"$\",\"$L9\",null,{}],[[\"$\",\"script\",\"script-0\",{\"src\":\"/_next/static/chunks/0kk3tz_q8pi-q.js\",\"async\":true,\"nonce\":\"$undefined\"}],[\"$\",\"script\",\"script-1\",{\"src\":\"/_next/static/chunks/34q-klg8txx_-.js\",\"async\":true,\"nonce\":\"$undefined\"}]],[\"$\",\"$La\",null,{\"children\":[\"$\",\"$b\",null,{\"name\":\"Next.MetadataOutlet\",\"children\":\"$@c\"}]}]]}],{},null,false,null]},null,false,\"$@d\"]},null,false,null]},null,false,null],[\"$\",\"$1\",\"h\",{\"children\":[null,[\"$\",\"$Le\",null,{\"children\":\"$Lf\"}],[\"$\",\"div\",null,{\"hidden\":true,\"children\":[\"$\",\"$L10\",null,{\"children\":[\"$\",\"$b\",null,{\"name\":\"Next.Metadata\",\"children\":\"$L11\"}]}]}],[\"$\",\"meta\",null,{\"name\":\"next-size-adjust\",\"content\":\"\"}]]}],false]],\"m\":\"$undefined\",\"G\":[\"$12\",[\"$L13\"]],\"S\":true,\"h\":null,\"s\":\"$undefined\",\"l\":\"$undefined\",\"p\":\"$undefined\",\"d\":\"$undefined\",\"b\":\"s4t6pN_U5EGcVtxGm3eIP\"}\n"])</script><script>self.__next_f.push([1,"14:[]\nd:\"$W14\"\n13:[\"$\",\"link\",\"0\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/chunks/3arktkpymzd9k.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\",\"nonce\":\"$undefined\"}]\n"])</script><script>self.__next_f.push([1,"f:[[\"$\",\"meta\",\"0\",{\"charSet\":\"utf-8\"}],[\"$\",\"meta\",\"1\",{\"name\":\"viewport\",\"content\":\"width=device-width, initial-scale=1\"}]]\n"])</script><script>self.__next_f.push([1,"15:I[27201,[\"/_next/static/chunks/3fdole6raaw0p.js\",\"/_next/static/chunks/14mrh2-p_w84d.js\"],\"IconMark\"]\nc:null\n11:[[\"$\",\"title\",\"0\",{\"children\":\"aigetwey\"}],[\"$\",\"meta\",\"1\",{\"name\":\"description\",\"content\":\"Console for the aigetwey AI gateway\"}],[\"$\",\"link\",\"2\",{\"rel\":\"icon\",\"href\":\"/icon.svg?icon.43yv9zw_mes0x.svg\",\"sizes\":\"any\",\"type\":\"image/svg+xml\"}],[\"$\",\"$L15\",\"3\",{}]]\n"])</script></body></html>
|
|
@@ -1,25 +1,26 @@
|
|
|
1
1
|
1:"$Sreact.fragment"
|
|
2
|
-
2:I[79520,["/_next/static/chunks/
|
|
3
|
-
3:I[59919,["/_next/static/chunks/
|
|
4
|
-
4:I[76972,["/_next/static/chunks/
|
|
5
|
-
5:I[39756,["/_next/static/chunks/
|
|
6
|
-
6:I[37457,["/_next/static/chunks/
|
|
7
|
-
7:I[94434,["/_next/static/chunks/
|
|
8
|
-
8:I[18993,["/_next/static/chunks/
|
|
9
|
-
9:I[97802,["/_next/static/chunks/
|
|
10
|
-
a:I[97367,["/_next/static/chunks/
|
|
2
|
+
2:I[79520,["/_next/static/chunks/3fdole6raaw0p.js","/_next/static/chunks/14mrh2-p_w84d.js"],""]
|
|
3
|
+
3:I[59919,["/_next/static/chunks/3fdole6raaw0p.js","/_next/static/chunks/14mrh2-p_w84d.js"],"ThemeProvider"]
|
|
4
|
+
4:I[76972,["/_next/static/chunks/3fdole6raaw0p.js","/_next/static/chunks/14mrh2-p_w84d.js"],"ToastProvider"]
|
|
5
|
+
5:I[39756,["/_next/static/chunks/3fdole6raaw0p.js","/_next/static/chunks/14mrh2-p_w84d.js"],"default"]
|
|
6
|
+
6:I[37457,["/_next/static/chunks/3fdole6raaw0p.js","/_next/static/chunks/14mrh2-p_w84d.js"],"default"]
|
|
7
|
+
7:I[94434,["/_next/static/chunks/3fdole6raaw0p.js","/_next/static/chunks/14mrh2-p_w84d.js","/_next/static/chunks/3tvtp_vz1um64.js","/_next/static/chunks/29l2vs_0ds2e1.js"],"Rail"]
|
|
8
|
+
8:I[18993,["/_next/static/chunks/3fdole6raaw0p.js","/_next/static/chunks/14mrh2-p_w84d.js","/_next/static/chunks/3tvtp_vz1um64.js","/_next/static/chunks/29l2vs_0ds2e1.js"],"TopBar"]
|
|
9
|
+
9:I[97802,["/_next/static/chunks/3fdole6raaw0p.js","/_next/static/chunks/14mrh2-p_w84d.js","/_next/static/chunks/3tvtp_vz1um64.js","/_next/static/chunks/29l2vs_0ds2e1.js","/_next/static/chunks/0kk3tz_q8pi-q.js","/_next/static/chunks/34q-klg8txx_-.js"],"RoutingView"]
|
|
10
|
+
a:I[97367,["/_next/static/chunks/3fdole6raaw0p.js","/_next/static/chunks/14mrh2-p_w84d.js"],"OutletBoundary"]
|
|
11
11
|
b:"$Sreact.suspense"
|
|
12
|
-
e:I[97367,["/_next/static/chunks/
|
|
13
|
-
10:I[97367,["/_next/static/chunks/
|
|
14
|
-
12:I[68027,["/_next/static/chunks/
|
|
15
|
-
:HL["/_next/static/chunks/
|
|
12
|
+
e:I[97367,["/_next/static/chunks/3fdole6raaw0p.js","/_next/static/chunks/14mrh2-p_w84d.js"],"ViewportBoundary"]
|
|
13
|
+
10:I[97367,["/_next/static/chunks/3fdole6raaw0p.js","/_next/static/chunks/14mrh2-p_w84d.js"],"MetadataBoundary"]
|
|
14
|
+
12:I[68027,["/_next/static/chunks/3fdole6raaw0p.js","/_next/static/chunks/14mrh2-p_w84d.js"],"default",1]
|
|
15
|
+
:HL["/_next/static/chunks/3arktkpymzd9k.css","style"]
|
|
16
16
|
:HL["/_next/static/media/70bc3e132a0a741e-s.p.3t6q91iet4nsy.woff2","font",{"crossOrigin":"","type":"font/woff2"}]
|
|
17
17
|
:HL["/_next/static/media/83afe278b6a6bb3c-s.p.2bn3s6zvc0dyp.woff2","font",{"crossOrigin":"","type":"font/woff2"}]
|
|
18
18
|
:HL["https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@24,400,0,0&display=block","style"]
|
|
19
|
-
0:{"P":null,"c":["","combos"],"q":"","i":false,"f":[[["",{"children":["(console)",{"children":["combos",{"children":["__PAGE__",{}]}]}]},"$undefined","$undefined",16],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/
|
|
20
|
-
|
|
21
|
-
d:"$
|
|
19
|
+
0:{"P":null,"c":["","combos"],"q":"","i":false,"f":[[["",{"children":["(console)",{"children":["combos",{"children":["__PAGE__",{}]}]}]},"$undefined","$undefined",16],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/3arktkpymzd9k.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/_next/static/chunks/3fdole6raaw0p.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/14mrh2-p_w84d.js","async":true,"nonce":"$undefined"}]],["$","html",null,{"lang":"en","className":"dark inter_c15e96cb-module__0bjUvq__variable jetbrains_mono_7ea1d0f9-module__6GV5LG__variable","suppressHydrationWarning":true,"children":[["$","head",null,{"children":[["$","link",null,{"rel":"stylesheet","href":"https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@24,400,0,0&display=block"}],["$","$L2",null,{"id":"theme-init","strategy":"beforeInteractive","children":"try{var t=localStorage.getItem(\"theme\");if(t===\"light\")document.documentElement.className=document.documentElement.className.replace(\"dark\",\"light\")}catch(e){}"}]]}],["$","body",null,{"children":["$","$L3",null,{"children":["$","$L4",null,{"children":["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]}]}]}]]}]]}],{"children":[["$","$1","c",{"children":[[["$","script","script-0",{"src":"/_next/static/chunks/3tvtp_vz1um64.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/29l2vs_0ds2e1.js","async":true,"nonce":"$undefined"}]],["$","div",null,{"className":"console-grid","children":[["$","aside",null,{"className":"console-rail","children":["$","$L7",null,{}]}],["$","div",null,{"className":"console-col","children":[["$","$L8",null,{}],["$","main",null,{"className":"console-main","children":["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":"$0:f:0:1:0:props:children:1:props:children:1:props:children:props:children:props:children:props:notFound:0:1:props:style","children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":"$0:f:0:1:0:props:children:1:props:children:1:props:children:props:children:props:children:props:notFound:0:1:props:children:props:children:1:props:style","children":404}],["$","div",null,{"style":"$0:f:0:1:0:props:children:1:props:children:1:props:children:props:children:props:children:props:notFound:0:1:props:children:props:children:2:props:style","children":["$","h2",null,{"style":"$0:f:0:1:0:props:children:1:props:children:1:props:children:props:children:props:children:props:notFound:0:1:props:children:props:children:2:props:children:props:style","children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]}]]}]]}]]}],{"children":[["$","$1","c",{"children":[null,["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":[["$","$L9",null,{}],[["$","script","script-0",{"src":"/_next/static/chunks/0kk3tz_q8pi-q.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/34q-klg8txx_-.js","async":true,"nonce":"$undefined"}]],["$","$La",null,{"children":["$","$b",null,{"name":"Next.MetadataOutlet","children":"$@c"}]}]]}],{},null,false,null]},null,false,"$@d"]},null,false,null]},null,false,null],["$","$1","h",{"children":[null,["$","$Le",null,{"children":"$Lf"}],["$","div",null,{"hidden":true,"children":["$","$L10",null,{"children":["$","$b",null,{"name":"Next.Metadata","children":"$L11"}]}]}],["$","meta",null,{"name":"next-size-adjust","content":""}]]}],false]],"m":"$undefined","G":["$12",["$L13"]],"S":true,"h":null,"s":"$undefined","l":"$undefined","p":"$undefined","d":"$undefined","b":"s4t6pN_U5EGcVtxGm3eIP"}
|
|
20
|
+
14:[]
|
|
21
|
+
d:"$W14"
|
|
22
|
+
13:["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/3arktkpymzd9k.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}]
|
|
22
23
|
f:[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]
|
|
23
|
-
|
|
24
|
+
15:I[27201,["/_next/static/chunks/3fdole6raaw0p.js","/_next/static/chunks/14mrh2-p_w84d.js"],"IconMark"]
|
|
24
25
|
c:null
|
|
25
|
-
11:[["$","title","0",{"children":"aigetwey"}],["$","meta","1",{"name":"description","content":"Console for the aigetwey AI gateway"}],["$","link","2",{"rel":"icon","href":"/icon.svg?icon.43yv9zw_mes0x.svg","sizes":"any","type":"image/svg+xml"}],["$","$
|
|
26
|
+
11:[["$","title","0",{"children":"aigetwey"}],["$","meta","1",{"name":"description","content":"Console for the aigetwey AI gateway"}],["$","link","2",{"rel":"icon","href":"/icon.svg?icon.43yv9zw_mes0x.svg","sizes":"any","type":"image/svg+xml"}],["$","$L15","3",{}]]
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
1:"$Sreact.fragment"
|
|
2
|
-
2:I[97802,["/_next/static/chunks/
|
|
3
|
-
3:I[97367,["/_next/static/chunks/
|
|
2
|
+
2:I[97802,["/_next/static/chunks/3fdole6raaw0p.js","/_next/static/chunks/14mrh2-p_w84d.js","/_next/static/chunks/3tvtp_vz1um64.js","/_next/static/chunks/29l2vs_0ds2e1.js","/_next/static/chunks/0kk3tz_q8pi-q.js","/_next/static/chunks/34q-klg8txx_-.js"],"RoutingView"]
|
|
3
|
+
3:I[97367,["/_next/static/chunks/3fdole6raaw0p.js","/_next/static/chunks/14mrh2-p_w84d.js"],"OutletBoundary"]
|
|
4
4
|
4:"$Sreact.suspense"
|
|
5
|
-
0:{"rsc":["$","$1","c",{"children":[["$","$L2",null,{}],[["$","script","script-0",{"src":"/_next/static/chunks/
|
|
5
|
+
0:{"rsc":["$","$1","c",{"children":[["$","$L2",null,{}],[["$","script","script-0",{"src":"/_next/static/chunks/0kk3tz_q8pi-q.js","async":true}],["$","script","script-1",{"src":"/_next/static/chunks/34q-klg8txx_-.js","async":true}]],["$","$L3",null,{"children":["$","$4",null,{"name":"Next.MetadataOutlet","children":"$@5"}]}]]}],"isPartial":false,"staleTime":300,"varyParams":null,"buildId":"s4t6pN_U5EGcVtxGm3eIP"}
|
|
6
6
|
5:null
|
package/dashboard/.next/standalone/.next/server/app/combos.segments/!KGNvbnNvbGUp/combos.segment.rsc
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
1:"$Sreact.fragment"
|
|
2
|
-
2:I[39756,["/_next/static/chunks/
|
|
3
|
-
3:I[37457,["/_next/static/chunks/
|
|
2
|
+
2:I[39756,["/_next/static/chunks/3fdole6raaw0p.js","/_next/static/chunks/14mrh2-p_w84d.js"],"default"]
|
|
3
|
+
3:I[37457,["/_next/static/chunks/3fdole6raaw0p.js","/_next/static/chunks/14mrh2-p_w84d.js"],"default"]
|
|
4
4
|
4:[]
|
|
5
|
-
0:{"rsc":["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","template":["$","$L3",null,{}]}]]}],"isPartial":false,"staleTime":300,"varyParams":"$W4","buildId":"
|
|
5
|
+
0:{"rsc":["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","template":["$","$L3",null,{}]}]]}],"isPartial":false,"staleTime":300,"varyParams":"$W4","buildId":"s4t6pN_U5EGcVtxGm3eIP"}
|
package/dashboard/.next/standalone/.next/server/app/combos.segments/!KGNvbnNvbGUp.segment.rsc
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
1:"$Sreact.fragment"
|
|
2
|
-
2:I[94434,["/_next/static/chunks/
|
|
3
|
-
3:I[18993,["/_next/static/chunks/
|
|
4
|
-
4:I[39756,["/_next/static/chunks/
|
|
5
|
-
5:I[37457,["/_next/static/chunks/
|
|
6
|
-
0:{"rsc":["$","$1","c",{"children":[[["$","script","script-0",{"src":"/_next/static/chunks/
|
|
2
|
+
2:I[94434,["/_next/static/chunks/3fdole6raaw0p.js","/_next/static/chunks/14mrh2-p_w84d.js","/_next/static/chunks/3tvtp_vz1um64.js","/_next/static/chunks/29l2vs_0ds2e1.js"],"Rail"]
|
|
3
|
+
3:I[18993,["/_next/static/chunks/3fdole6raaw0p.js","/_next/static/chunks/14mrh2-p_w84d.js","/_next/static/chunks/3tvtp_vz1um64.js","/_next/static/chunks/29l2vs_0ds2e1.js"],"TopBar"]
|
|
4
|
+
4:I[39756,["/_next/static/chunks/3fdole6raaw0p.js","/_next/static/chunks/14mrh2-p_w84d.js"],"default"]
|
|
5
|
+
5:I[37457,["/_next/static/chunks/3fdole6raaw0p.js","/_next/static/chunks/14mrh2-p_w84d.js"],"default"]
|
|
6
|
+
0:{"rsc":["$","$1","c",{"children":[[["$","script","script-0",{"src":"/_next/static/chunks/3tvtp_vz1um64.js","async":true}],["$","script","script-1",{"src":"/_next/static/chunks/29l2vs_0ds2e1.js","async":true}]],["$","div",null,{"className":"console-grid","children":[["$","aside",null,{"className":"console-rail","children":["$","$L2",null,{}]}],["$","div",null,{"className":"console-col","children":[["$","$L3",null,{}],["$","main",null,{"className":"console-main","children":["$","$L4",null,{"parallelRouterKey":"children","template":["$","$L5",null,{}],"notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]]}]}]]}]]}]]}],"isPartial":false,"staleTime":300,"varyParams":null,"buildId":"s4t6pN_U5EGcVtxGm3eIP"}
|
|
@@ -1,25 +1,26 @@
|
|
|
1
1
|
1:"$Sreact.fragment"
|
|
2
|
-
2:I[79520,["/_next/static/chunks/
|
|
3
|
-
3:I[59919,["/_next/static/chunks/
|
|
4
|
-
4:I[76972,["/_next/static/chunks/
|
|
5
|
-
5:I[39756,["/_next/static/chunks/
|
|
6
|
-
6:I[37457,["/_next/static/chunks/
|
|
7
|
-
7:I[94434,["/_next/static/chunks/
|
|
8
|
-
8:I[18993,["/_next/static/chunks/
|
|
9
|
-
9:I[97802,["/_next/static/chunks/
|
|
10
|
-
a:I[97367,["/_next/static/chunks/
|
|
2
|
+
2:I[79520,["/_next/static/chunks/3fdole6raaw0p.js","/_next/static/chunks/14mrh2-p_w84d.js"],""]
|
|
3
|
+
3:I[59919,["/_next/static/chunks/3fdole6raaw0p.js","/_next/static/chunks/14mrh2-p_w84d.js"],"ThemeProvider"]
|
|
4
|
+
4:I[76972,["/_next/static/chunks/3fdole6raaw0p.js","/_next/static/chunks/14mrh2-p_w84d.js"],"ToastProvider"]
|
|
5
|
+
5:I[39756,["/_next/static/chunks/3fdole6raaw0p.js","/_next/static/chunks/14mrh2-p_w84d.js"],"default"]
|
|
6
|
+
6:I[37457,["/_next/static/chunks/3fdole6raaw0p.js","/_next/static/chunks/14mrh2-p_w84d.js"],"default"]
|
|
7
|
+
7:I[94434,["/_next/static/chunks/3fdole6raaw0p.js","/_next/static/chunks/14mrh2-p_w84d.js","/_next/static/chunks/3tvtp_vz1um64.js","/_next/static/chunks/29l2vs_0ds2e1.js"],"Rail"]
|
|
8
|
+
8:I[18993,["/_next/static/chunks/3fdole6raaw0p.js","/_next/static/chunks/14mrh2-p_w84d.js","/_next/static/chunks/3tvtp_vz1um64.js","/_next/static/chunks/29l2vs_0ds2e1.js"],"TopBar"]
|
|
9
|
+
9:I[97802,["/_next/static/chunks/3fdole6raaw0p.js","/_next/static/chunks/14mrh2-p_w84d.js","/_next/static/chunks/3tvtp_vz1um64.js","/_next/static/chunks/29l2vs_0ds2e1.js","/_next/static/chunks/0kk3tz_q8pi-q.js","/_next/static/chunks/34q-klg8txx_-.js"],"RoutingView"]
|
|
10
|
+
a:I[97367,["/_next/static/chunks/3fdole6raaw0p.js","/_next/static/chunks/14mrh2-p_w84d.js"],"OutletBoundary"]
|
|
11
11
|
b:"$Sreact.suspense"
|
|
12
|
-
e:I[97367,["/_next/static/chunks/
|
|
13
|
-
10:I[97367,["/_next/static/chunks/
|
|
14
|
-
12:I[68027,["/_next/static/chunks/
|
|
15
|
-
:HL["/_next/static/chunks/
|
|
12
|
+
e:I[97367,["/_next/static/chunks/3fdole6raaw0p.js","/_next/static/chunks/14mrh2-p_w84d.js"],"ViewportBoundary"]
|
|
13
|
+
10:I[97367,["/_next/static/chunks/3fdole6raaw0p.js","/_next/static/chunks/14mrh2-p_w84d.js"],"MetadataBoundary"]
|
|
14
|
+
12:I[68027,["/_next/static/chunks/3fdole6raaw0p.js","/_next/static/chunks/14mrh2-p_w84d.js"],"default",1]
|
|
15
|
+
:HL["/_next/static/chunks/3arktkpymzd9k.css","style"]
|
|
16
16
|
:HL["/_next/static/media/70bc3e132a0a741e-s.p.3t6q91iet4nsy.woff2","font",{"crossOrigin":"","type":"font/woff2"}]
|
|
17
17
|
:HL["/_next/static/media/83afe278b6a6bb3c-s.p.2bn3s6zvc0dyp.woff2","font",{"crossOrigin":"","type":"font/woff2"}]
|
|
18
18
|
:HL["https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@24,400,0,0&display=block","style"]
|
|
19
|
-
0:{"P":null,"c":["","combos"],"q":"","i":false,"f":[[["",{"children":["(console)",{"children":["combos",{"children":["__PAGE__",{}]}]}]},"$undefined","$undefined",16],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/
|
|
20
|
-
|
|
21
|
-
d:"$
|
|
19
|
+
0:{"P":null,"c":["","combos"],"q":"","i":false,"f":[[["",{"children":["(console)",{"children":["combos",{"children":["__PAGE__",{}]}]}]},"$undefined","$undefined",16],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/3arktkpymzd9k.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/_next/static/chunks/3fdole6raaw0p.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/14mrh2-p_w84d.js","async":true,"nonce":"$undefined"}]],["$","html",null,{"lang":"en","className":"dark inter_c15e96cb-module__0bjUvq__variable jetbrains_mono_7ea1d0f9-module__6GV5LG__variable","suppressHydrationWarning":true,"children":[["$","head",null,{"children":[["$","link",null,{"rel":"stylesheet","href":"https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@24,400,0,0&display=block"}],["$","$L2",null,{"id":"theme-init","strategy":"beforeInteractive","children":"try{var t=localStorage.getItem(\"theme\");if(t===\"light\")document.documentElement.className=document.documentElement.className.replace(\"dark\",\"light\")}catch(e){}"}]]}],["$","body",null,{"children":["$","$L3",null,{"children":["$","$L4",null,{"children":["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]}]}]}]]}]]}],{"children":[["$","$1","c",{"children":[[["$","script","script-0",{"src":"/_next/static/chunks/3tvtp_vz1um64.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/29l2vs_0ds2e1.js","async":true,"nonce":"$undefined"}]],["$","div",null,{"className":"console-grid","children":[["$","aside",null,{"className":"console-rail","children":["$","$L7",null,{}]}],["$","div",null,{"className":"console-col","children":[["$","$L8",null,{}],["$","main",null,{"className":"console-main","children":["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":"$0:f:0:1:0:props:children:1:props:children:1:props:children:props:children:props:children:props:notFound:0:1:props:style","children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":"$0:f:0:1:0:props:children:1:props:children:1:props:children:props:children:props:children:props:notFound:0:1:props:children:props:children:1:props:style","children":404}],["$","div",null,{"style":"$0:f:0:1:0:props:children:1:props:children:1:props:children:props:children:props:children:props:notFound:0:1:props:children:props:children:2:props:style","children":["$","h2",null,{"style":"$0:f:0:1:0:props:children:1:props:children:1:props:children:props:children:props:children:props:notFound:0:1:props:children:props:children:2:props:children:props:style","children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]}]]}]]}]]}],{"children":[["$","$1","c",{"children":[null,["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":[["$","$L9",null,{}],[["$","script","script-0",{"src":"/_next/static/chunks/0kk3tz_q8pi-q.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/34q-klg8txx_-.js","async":true,"nonce":"$undefined"}]],["$","$La",null,{"children":["$","$b",null,{"name":"Next.MetadataOutlet","children":"$@c"}]}]]}],{},null,false,null]},null,false,"$@d"]},null,false,null]},null,false,null],["$","$1","h",{"children":[null,["$","$Le",null,{"children":"$Lf"}],["$","div",null,{"hidden":true,"children":["$","$L10",null,{"children":["$","$b",null,{"name":"Next.Metadata","children":"$L11"}]}]}],["$","meta",null,{"name":"next-size-adjust","content":""}]]}],false]],"m":"$undefined","G":["$12",["$L13"]],"S":true,"h":null,"s":"$undefined","l":"$undefined","p":"$undefined","d":"$undefined","b":"s4t6pN_U5EGcVtxGm3eIP"}
|
|
20
|
+
14:[]
|
|
21
|
+
d:"$W14"
|
|
22
|
+
13:["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/3arktkpymzd9k.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}]
|
|
22
23
|
f:[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]
|
|
23
|
-
|
|
24
|
+
15:I[27201,["/_next/static/chunks/3fdole6raaw0p.js","/_next/static/chunks/14mrh2-p_w84d.js"],"IconMark"]
|
|
24
25
|
c:null
|
|
25
|
-
11:[["$","title","0",{"children":"aigetwey"}],["$","meta","1",{"name":"description","content":"Console for the aigetwey AI gateway"}],["$","link","2",{"rel":"icon","href":"/icon.svg?icon.43yv9zw_mes0x.svg","sizes":"any","type":"image/svg+xml"}],["$","$
|
|
26
|
+
11:[["$","title","0",{"children":"aigetwey"}],["$","meta","1",{"name":"description","content":"Console for the aigetwey AI gateway"}],["$","link","2",{"rel":"icon","href":"/icon.svg?icon.43yv9zw_mes0x.svg","sizes":"any","type":"image/svg+xml"}],["$","$L15","3",{}]]
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
1:"$Sreact.fragment"
|
|
2
|
-
2:I[97367,["/_next/static/chunks/
|
|
3
|
-
3:I[97367,["/_next/static/chunks/
|
|
2
|
+
2:I[97367,["/_next/static/chunks/3fdole6raaw0p.js","/_next/static/chunks/14mrh2-p_w84d.js"],"ViewportBoundary"]
|
|
3
|
+
3:I[97367,["/_next/static/chunks/3fdole6raaw0p.js","/_next/static/chunks/14mrh2-p_w84d.js"],"MetadataBoundary"]
|
|
4
4
|
4:"$Sreact.suspense"
|
|
5
|
-
5:I[27201,["/_next/static/chunks/
|
|
6
|
-
0:{"rsc":["$","$1","h",{"children":[null,["$","$L2",null,{"children":[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]}],["$","div",null,{"hidden":true,"children":["$","$L3",null,{"children":["$","$4",null,{"name":"Next.Metadata","children":[["$","title","0",{"children":"aigetwey"}],["$","meta","1",{"name":"description","content":"Console for the aigetwey AI gateway"}],["$","link","2",{"rel":"icon","href":"/icon.svg?icon.43yv9zw_mes0x.svg","sizes":"any","type":"image/svg+xml"}],["$","$L5","3",{}]]}]}]}],["$","meta",null,{"name":"next-size-adjust","content":""}]]}],"isPartial":false,"staleTime":300,"varyParams":null,"buildId":"
|
|
5
|
+
5:I[27201,["/_next/static/chunks/3fdole6raaw0p.js","/_next/static/chunks/14mrh2-p_w84d.js"],"IconMark"]
|
|
6
|
+
0:{"rsc":["$","$1","h",{"children":[null,["$","$L2",null,{"children":[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]}],["$","div",null,{"hidden":true,"children":["$","$L3",null,{"children":["$","$4",null,{"name":"Next.Metadata","children":[["$","title","0",{"children":"aigetwey"}],["$","meta","1",{"name":"description","content":"Console for the aigetwey AI gateway"}],["$","link","2",{"rel":"icon","href":"/icon.svg?icon.43yv9zw_mes0x.svg","sizes":"any","type":"image/svg+xml"}],["$","$L5","3",{}]]}]}]}],["$","meta",null,{"name":"next-size-adjust","content":""}]]}],"isPartial":false,"staleTime":300,"varyParams":null,"buildId":"s4t6pN_U5EGcVtxGm3eIP"}
|