Hansimov commited on
Commit
86d9130
1 Parent(s): 6ac5452

:zap: [Enhance] Modify configs for better rendering

Browse files
Files changed (2) hide show
  1. configs/agents.json +0 -1
  2. configs/endpoints.json +1 -1
configs/agents.json CHANGED
@@ -1,7 +1,6 @@
1
  [
2
  {
3
  "name": "默认",
4
- "index": "0",
5
  "description": "默认",
6
  "temperature": 0.5,
7
  "top_p": 0.9,
 
1
  [
2
  {
3
  "name": "默认",
 
4
  "description": "默认",
5
  "temperature": 0.5,
6
  "top_p": 0.9,
configs/endpoints.json CHANGED
@@ -3,6 +3,6 @@
3
  "endpoint": "https://hansimov-hf-llm-api.hf.space/api",
4
  "api_key": "sk-xxxxx",
5
  "api_type": "openai",
6
- "need_protect": true
7
  }
8
  ]
 
3
  "endpoint": "https://hansimov-hf-llm-api.hf.space/api",
4
  "api_key": "sk-xxxxx",
5
  "api_type": "openai",
6
+ "need_protect": false
7
  }
8
  ]