Documentation: Fix fetching of translations.

This commit is contained in:
ArthurSonzogni
2025-11-24 10:49:50 +01:00
parent 73707b5b00
commit 26d0aa986a

View File

@@ -32,7 +32,7 @@ console = Console()
# Config & Constants
# ---------------------------------------------------------------------------
FTXUI_REPO_URL = "git@github.com:ArthurSonzogni/FTXUI.git"
TRANSLATIONS_REPO_URL = "git@github.com:ArthurSonzogni/ftxui-translations.git"
TRANSLATIONS_REPO_URL = "https://github.com/ArthurSonzogni/ftxui-translations.git"
MODEL = "gemini-2.5-flash"
# --- FREE TIER LIMITS (Conservative) ---