mirror of
https://github.com/ArthurSonzogni/FTXUI.git
synced 2025-12-16 01:48:56 +08:00
Compare commits
2 Commits
73707b5b00
...
a1df432245
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a1df432245 | ||
|
|
26d0aa986a |
@@ -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) ---
|
||||
@@ -58,6 +58,8 @@ LANG_NAMES = {
|
||||
"fr": "French",
|
||||
"it": "Italian",
|
||||
"zh-CN": "Simplified Chinese",
|
||||
"zh-TW": "Traditional Chinese",
|
||||
"zh-HK": "Hong Kong Chinese",
|
||||
"ja": "Japanese",
|
||||
"es": "Spanish",
|
||||
"pt": "Portuguese",
|
||||
|
||||
Reference in New Issue
Block a user