|
|
@@ -229,14 +229,15 @@ export const DEFAULT_INPUT_TEMPLATE = `{{input}}`; // input / time / model / lan
|
|
|
// Latex inline: $x^2$
|
|
|
// Latex block: $$e=mc^2$$
|
|
|
// `;
|
|
|
-export const DEFAULT_SYSTEM_TEMPLATE = `
|
|
|
-You are ChatGPT, a large language model trained by {{ServiceProvider}}.
|
|
|
-Knowledge cutoff: {{cutoff}}
|
|
|
-Current model: {{model}}
|
|
|
-Current time: {{time}}
|
|
|
-Latex inline: \\(x^2\\)
|
|
|
-Latex block: $$e=mc^2$$
|
|
|
-`;
|
|
|
+export const DEFAULT_SYSTEM_TEMPLATE :any = null;
|
|
|
+// `
|
|
|
+// You are ChatGPT, a large language model trained by {{ServiceProvider}}.
|
|
|
+// Knowledge cutoff: {{cutoff}}
|
|
|
+// Current model: {{model}}
|
|
|
+// Current time: {{time}}
|
|
|
+// Latex inline: \\(x^2\\)
|
|
|
+// Latex block: $$e=mc^2$$
|
|
|
+// `;
|
|
|
|
|
|
export const SUMMARIZE_MODEL = "gpt-4o-mini";
|
|
|
export const GEMINI_SUMMARIZE_MODEL = "gemini-pro";
|