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

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