Skip to content

Commit 51c5139

Browse files
committed
🚑
1 parent 56332a0 commit 51c5139

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎scripts/i18n-ai-core.ts‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { z } from "zod";
33
import fs from "node:fs";
44
import path from "node:path";
55
const system_prompt = fs.readFileSync(
6-
path.resolve(import.meta.dirname, "system-prompt.en.md"),
6+
path.resolve(import.meta.dirname, "system-prompt.zh.md"),
77
"utf-8"
88
);
99
export const getOpenaiOutput = async <T>(

0 commit comments

Comments
 (0)