From e70c4e9b2c775f5f53f4e0d51ccdcefa87968147 Mon Sep 17 00:00:00 2001 From: xeeroxha3ck4r-crypto Date: Fri, 9 Jan 2026 16:14:41 +0100 Subject: [PATCH] Update ai.py --- ai.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ai.py b/ai.py index 36dcf0a..6e1ed26 100644 --- a/ai.py +++ b/ai.py @@ -43,7 +43,7 @@ class colors: # Configuration CONFIG_FILE = "wormgpt_config.json" PROMPT_FILE = "system-prompt.txt" # 🧩 Local system prompt file -DEFAULT_API_KEY = "" +DEFAULT_API_KEY = "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" DEFAULT_BASE_URL = "https://openrouter.ai/api/v1" DEFAULT_MODEL = "deepseek/deepseek-chat-v3-0324:free" SITE_URL = "https://github.com/00x0kafyy/worm-ai"