link0518 commited on
Commit
54d4a29
·
1 Parent(s): 0f02d8b
Files changed (1) hide show
  1. config.json +0 -24
config.json DELETED
@@ -1,24 +0,0 @@
1
- {
2
- "server": {
3
- "port": 8045,
4
- "host": "0.0.0.0"
5
- },
6
- "api": {
7
- "url": "https://daily-cloudcode-pa.sandbox.googleapis.com/v1internal:streamGenerateContent?alt=sse",
8
- "modelsUrl": "https://daily-cloudcode-pa.sandbox.googleapis.com/v1internal:fetchAvailableModels",
9
- "host": "daily-cloudcode-pa.sandbox.googleapis.com",
10
- "userAgent": "antigravity/1.11.3 windows/amd64"
11
- },
12
- "defaults": {
13
- "temperature": 1,
14
- "top_p": 0.85,
15
- "top_k": 50,
16
- "max_tokens": 8096
17
- },
18
- "security": {
19
- "maxRequestSize": "50mb",
20
- "apiKey": "sk-admin",
21
- "adminPassword": "admin123"
22
- },
23
- "systemInstruction": ""
24
- }