Hansimov commited on
Commit
33aa1fd
1 Parent(s): 8e2f058

:zap: [Enhance] Use nous-mixtral-8x7b as default model

Browse files
Files changed (1) hide show
  1. configs/agents_template.json +1 -8
configs/agents_template.json CHANGED
@@ -2,7 +2,7 @@
2
  {
3
  "name": "默认",
4
  "description": "默认",
5
- "model": "",
6
  "system_prompt": "",
7
  "temperature": 0.5,
8
  "top_p": 0.9,
@@ -22,12 +22,5 @@
22
  "model": "nous-mixtral-8x7b",
23
  "system_prompt": "请用中文翻译下面的文本:",
24
  "need_protect": false
25
- },
26
- {
27
- "name": "搜索",
28
- "description": "网页搜索",
29
- "model": "nous-mixtral-8x7b",
30
- "system_prompt": "请根据下列内容搜索网页:",
31
- "need_protect": false
32
  }
33
  ]
 
2
  {
3
  "name": "默认",
4
  "description": "默认",
5
+ "model": "nous-mixtral-8x7b",
6
  "system_prompt": "",
7
  "temperature": 0.5,
8
  "top_p": 0.9,
 
22
  "model": "nous-mixtral-8x7b",
23
  "system_prompt": "请用中文翻译下面的文本:",
24
  "need_protect": false
 
 
 
 
 
 
 
25
  }
26
  ]