:zap: [Enhance] Modify configs for better rendering
Browse files- configs/agents.json +0 -1
- 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":
|
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 |
]
|