-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathconstants.gs
31 lines (24 loc) · 919 Bytes
/
constants.gs
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
/**
Target Blog url
*/
const BLOG_RSS_URL = 'http://feeds.feedburner.com/googleblog/tbjW';
/**
Facebook Related setting
*/
const FACEBOOK_TOKEN = "PUT_YOUT_FACEBOOK_TOKEN_HERE";
const pageId = facebook_page_id
const instaBusinessId = ig_page_id
const threadsUserId = threads_page_id
const Thread_Client_SERCET = threads_client_id
const THREADS_SHORT_LIVED_TOKEN= threads_shorted_lived_token
/**
GCP Project setting
*/
const API_ENDPOINT="us-central1-aiplatform.googleapis.com"; // Change it only if your model is deployed on a different region
const PROJECT_ID="<your-project-id>"; //Your project ID
const LOCATION_ID="<your-project-location>"
const MODEL_ID="gemini-1.5-pro-preview-0409"
const SERVICE_ACCOUNT_EMAIL = '<your-sa-mail-here>';
const SERVICE_ACCOUNT_PRIVATE_KEY = '-----BEGIN PRIVATE KEY-----\n<your-sa-private-key-here>\n-----END PRIVATE KEY-----\n';
const FIREBASE_URL = '';
const SECRET = '';