-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.json.example
More file actions
28 lines (28 loc) · 1.04 KB
/
config.json.example
File metadata and controls
28 lines (28 loc) · 1.04 KB
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
{
"host": "localhost",
"port": "60443",
"api_key": "sk-optional-key-here",
"headers": {
"accept": "*/*",
"accept-language": "vi;q=0.7",
"authorization": "Bearer anonymous",
"baggage": "sentry-environment=production,...",
"cache-control": "no-cache",
"content-type": "application/json",
"origin": "https://console.x.ai",
"pragma": "no-cache",
"priority": "u=1, i",
"referer": "https://console.x.ai/team/<TEAM_ID>/chat-playground",
"sec-ch-ua": "\"Chromium\";v=\"148\", \"Brave\";v=\"148\", \"Not/A)Brand\";v=\"99\"",
"sec-ch-ua-mobile": "?1",
"sec-ch-ua-platform": "\"Android\"",
"sec-fetch-dest": "empty",
"sec-fetch-mode": "cors",
"sec-fetch-site": "same-origin",
"sec-gpc": "1",
"sentry-trace": "...",
"user-agent": "Mozilla/5.0 (Linux; Android 13; Pixel 7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/148.0.0.0 Mobile Safari/537.36",
"x-cluster": "https://us-east-1.api.x.ai",
"Cookie": "xai_anon_id=...; __cuid=...; cf_clearance=...; __cf_bm=...; sso=...; ..."
}
}