mirror of
https://github.com/Alishahryar1/free-claude-code.git
synced 2026-05-01 21:00:44 +00:00
Added initial telegram support for cc-nim
This commit is contained in:
parent
adf41d5f77
commit
56635433ba
11 changed files with 950 additions and 11 deletions
10
.env.example
10
.env.example
|
|
@ -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"
|
||||
Loading…
Add table
Add a link
Reference in a new issue