Added initial telegram support for cc-nim

This commit is contained in:
Alishahryar1 2026-01-28 18:47:45 -08:00
parent adf41d5f77
commit 56635433ba
11 changed files with 950 additions and 11 deletions

View file

@ -44,4 +44,12 @@ NVIDIA_NIM_REQUEST_ID=""
# Thinking/Reasoning Parameters (passed via extra_body)
NVIDIA_NIM_REASONING_EFFORT=high
NVIDIA_NIM_INCLUDE_REASONING=true
NVIDIA_NIM_INCLUDE_REASONING=true
# ==================== Bot Wrapper Config ====================
TELEGRAM_API_ID="123456"
TELEGRAM_API_HASH="abcdef123456..."
ALLOWED_TELEGRAM_USER_ID="YOUR_TELEGRAM_USER_ID"
CLAUDE_WORKSPACE="./agent_workspace"
WRAPPER_WS_URL="ws://localhost:8083/ws"
ALLOWED_DIRS="C:\Users\alish\Desktop\projects"