Skip to content

Commit fad1a75

Browse files
authored
fix: render latex (#523)
Signed-off-by: Bob Du <i@bobdu.cc>
1 parent d9aa47d commit fad1a75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

service/src/storage/config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ export async function getOriginConfig() {
9999

100100
if (!config.advancedConfig) {
101101
config.advancedConfig = new AdvancedConfig(
102-
'You are ChatGPT, a large language model trained by OpenAI. Follow the user\'s instructions carefully.Respond using markdown.',
102+
'You are ChatGPT, a large language model trained by OpenAI. Follow the user\'s instructions carefully.Respond using markdown (latex start with $).',
103103
0.8,
104104
1,
105105
20,

0 commit comments

Comments
 (0)