Pearx commited on
Commit
a5aeb52
1 Parent(s): 90ec7e5

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 = ''
15
- gpt_background_color = '#fcfcfd'
16
  # 模型初始设置
17
  model = "gpt-3.5-turbo"
18
  initial_content_history = [{"role": 'system',
 
12
  """
13
  # 内容背景
14
  user_background_color = ''
15
+ gpt_background_color = '#f1f3f5'
16
  # 模型初始设置
17
  model = "gpt-3.5-turbo"
18
  initial_content_history = [{"role": 'system',