Spaces:
Runtime error
Runtime error
Update custom.py
Browse files
custom.py
CHANGED
@@ -12,7 +12,7 @@ gpt_svg = """
|
|
12 |
"""
|
13 |
# 内容背景
|
14 |
user_background_color = ''
|
15 |
-
gpt_background_color = '#
|
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',
|