From 3eb694b0b0753027e5609b0e3e493b27dfeb0c89 Mon Sep 17 00:00:00 2001 From: welsberr Date: Tue, 28 Apr 2026 22:17:45 -0400 Subject: [PATCH] Document ZeroTier GenieHive translation endpoint --- docs/GENIEHIVE_TRANSLATION.md | 10 ++++++++-- examples/talkorigins-modern.site.json | 2 +- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/docs/GENIEHIVE_TRANSLATION.md b/docs/GENIEHIVE_TRANSLATION.md index 63ec5fa..96493aa 100644 --- a/docs/GENIEHIVE_TRANSLATION.md +++ b/docs/GENIEHIVE_TRANSLATION.md @@ -19,7 +19,7 @@ site config: { "translation": { "provider": "geniehive", - "base_url": "http://127.0.0.1:8800", + "base_url": "http://172.24.50.65:8800", "model": "scientific_translator", "api_key": "change-me-client-key", "timeout": 120, @@ -30,7 +30,7 @@ site config: Recommended meaning of the fields: -- `base_url`: GenieHive control-plane URL or a reverse-proxied client URL. +- `base_url`: GenieHive control-plane URL or a reverse-proxied client URL. For the TalkOrigins proof-of-concept from `bwng.us`, use `http://172.24.50.65:8800`. - `provider`: translation backend. The supported provider is currently `geniehive`. - `model`: a GenieHive role ID or directly addressable model name. @@ -95,6 +95,12 @@ For local development: - `model`: a translation-focused GenieHive role - `timeout`: `120` +For the current ZeroTier-backed TalkOrigins proof-of-concept: + +- `base_url`: `http://172.24.50.65:8800` +- `model`: `scientific_translator` +- `api_key`: `change-me-client-key` + For production or a LAN host: - use the reverse-proxied GenieHive URL diff --git a/examples/talkorigins-modern.site.json b/examples/talkorigins-modern.site.json index 5db8f47..e32f7cf 100644 --- a/examples/talkorigins-modern.site.json +++ b/examples/talkorigins-modern.site.json @@ -36,7 +36,7 @@ }, "translation": { "provider": "geniehive", - "base_url": "http://127.0.0.1:8800", + "base_url": "http://172.24.50.65:8800", "model": "scientific_translator", "api_key": "change-me-client-key", "timeout": 120,