vachaspathi commited on
Commit
55d31c3
·
verified ·
1 Parent(s): c9e6d51

Update config.py

Browse files
Files changed (1) hide show
  1. config.py +1 -2
config.py CHANGED
@@ -4,7 +4,6 @@ CLIENT_SECRET = "60b329b4fe51930abee900cba6524ec7332cd67e06"
4
  REFRESH_TOKEN = "1000.fcbd3eb6544c48591ceb462eefe439e1.e6dacb8875fec5fa150596fa44eb9326"
5
  ORGANIZATION_ID = "60058860935"
6
  API_BASE = "https://www.zohoapis.in/crm/v2"
7
-
8
- # OpenRouter settings (put your key locally)
9
  LOCAL_MODEL = "Qwen/Qwen3-0.6B"
10
  LOCAL_TOKENIZER = None
 
4
  REFRESH_TOKEN = "1000.fcbd3eb6544c48591ceb462eefe439e1.e6dacb8875fec5fa150596fa44eb9326"
5
  ORGANIZATION_ID = "60058860935"
6
  API_BASE = "https://www.zohoapis.in/crm/v2"
7
+ INVOICE_API_BASE = "https://invoice.zoho.in/api/v3"
 
8
  LOCAL_MODEL = "Qwen/Qwen3-0.6B"
9
  LOCAL_TOKENIZER = None