hushell commited on
Commit
a734f27
1 Parent(s): c38f24a

Update custom.py

Browse files
Files changed (1) hide show
  1. custom.py +1 -1
custom.py CHANGED
@@ -20,7 +20,7 @@ initial_content_history = [{"role": 'system',
20
  "content": '当你的回复中涉及代码块时,请在markdown语法中标明语言类型。如果不涉及,请忽略这句话。'}]
21
  initial_content_all = {"history": initial_content_history,
22
  "paras": {
23
- "model": "gpt-3.5-turbo"
24
  "temperature": 1.0,
25
  "top_p": 1.0,
26
  "presence_penalty": 0.0,
 
20
  "content": '当你的回复中涉及代码块时,请在markdown语法中标明语言类型。如果不涉及,请忽略这句话。'}]
21
  initial_content_all = {"history": initial_content_history,
22
  "paras": {
23
+ "model": "gpt-3.5-turbo",
24
  "temperature": 1.0,
25
  "top_p": 1.0,
26
  "presence_penalty": 0.0,