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 56332a0 commit 51c5139Copy full SHA for 51c5139
‎scripts/i18n-ai-core.ts‎
@@ -3,7 +3,7 @@ import { z } from "zod";
3
import fs from "node:fs";
4
import path from "node:path";
5
const system_prompt = fs.readFileSync(
6
- path.resolve(import.meta.dirname, "system-prompt.en.md"),
+ path.resolve(import.meta.dirname, "system-prompt.zh.md"),
7
"utf-8"
8
);
9
export const getOpenaiOutput = async <T>(
0 commit comments