We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9aa47d commit fad1a75Copy full SHA for fad1a75
service/src/storage/config.ts
@@ -99,7 +99,7 @@ export async function getOriginConfig() {
99
100
if (!config.advancedConfig) {
101
config.advancedConfig = new AdvancedConfig(
102
- 'You are ChatGPT, a large language model trained by OpenAI. Follow the user\'s instructions carefully.Respond using markdown.',
+ 'You are ChatGPT, a large language model trained by OpenAI. Follow the user\'s instructions carefully.Respond using markdown (latex start with $).',
103
0.8,
104
1,
105
20,
0 commit comments