vachaspathi commited on
Commit
261039b
·
verified ·
1 Parent(s): c835cd1

Update config.py

Browse files
Files changed (1) hide show
  1. config.py +5 -4
config.py CHANGED
@@ -7,11 +7,12 @@
7
  CLIENT_ID = "1000.SIMKGAO5719K0TQ0QZQ31ZU57RLFNQ"
8
  CLIENT_SECRET = "60b329b4fe51930abee900cba6524ec7332cd67e06"
9
  REFRESH_TOKEN = "1000.fcbd3eb6544c48591ceb462eefe439e1.e6dacb8875fec5fa150596fa44eb9326"
10
- ORGANIZATION_ID = "60058878536"
11
 
12
- # API ENDPOINTS (Zoho Books - India)
13
  AUTH_URL = "https://accounts.zoho.in/oauth/v2/token"
14
  API_BASE = "https://www.zohoapis.in/books/v3"
15
 
16
- # AI SETTINGS
17
- MODEL_ID = "Qwen/Qwen2.5-0.5B-Instruct"
 
 
7
  CLIENT_ID = "1000.SIMKGAO5719K0TQ0QZQ31ZU57RLFNQ"
8
  CLIENT_SECRET = "60b329b4fe51930abee900cba6524ec7332cd67e06"
9
  REFRESH_TOKEN = "1000.fcbd3eb6544c48591ceb462eefe439e1.e6dacb8875fec5fa150596fa44eb9326"
10
+ ORGANIZATION_ID = "60058860935"
11
 
12
+ # API ENDPOINTS
13
  AUTH_URL = "https://accounts.zoho.in/oauth/v2/token"
14
  API_BASE = "https://www.zohoapis.in/books/v3"
15
 
16
+ # AI SETTINGS (UPGRADED)
17
+ # 1.5B is the sweet spot for Free CPU (Smart enough for JSON, fast enough to run)
18
+ MODEL_ID = "Qwen/Qwen2.5-1.5B-Instruct"