Update SITE_URL to new GitHub repository

This commit is contained in:
HexSec
2026-01-31 19:39:24 +02:00
committed by GitHub
parent 91cc0ce3f7
commit 5e963c0f2a

2
ai.py
View File

@@ -46,7 +46,7 @@ PROMPT_FILE = "system-prompt.txt" # 🧩 Local system prompt file
DEFAULT_API_KEY = ""
DEFAULT_BASE_URL = "https://openrouter.ai/api/v1"
DEFAULT_MODEL = "deepseek/deepseek-chat-v3-0324:free"
SITE_URL = "https://github.com/00x0kafyy/worm-ai"
SITE_URL = "https://github.com/hexsecteam/worm-gpt"
SITE_NAME = "WormGPT CLI"
SUPPORTED_LANGUAGES = ["English", "Indonesian", "Spanish", "Arabic", "Thai", "Portuguese"]