Pearx commited on
Commit
168b160
1 Parent(s): 762ee68

Update custom.py

Browse files
Files changed (1) hide show
  1. custom.py +1 -1
custom.py CHANGED
@@ -12,7 +12,7 @@ gpt_svg = """
12
  """
13
  # 内容背景
14
  user_background_color = '#ffffff'
15
- gpt_background_color = '#f0f2f6'
16
  # 模型初始设置
17
  initial_content_history = [{"role": 'system',
18
  "content": '当你的回复中涉及代码块时,请在markdown语法中标明语言类型。如果不涉及,请忽略这句话。'}]
 
12
  """
13
  # 内容背景
14
  user_background_color = '#ffffff'
15
+ gpt_background_color = '#fafbfc'
16
  # 模型初始设置
17
  initial_content_history = [{"role": 'system',
18
  "content": '当你的回复中涉及代码块时,请在markdown语法中标明语言类型。如果不涉及,请忽略这句话。'}]