Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ai.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down