Skip to content

Commit 2dd11f5

Browse files
committed
Fix Korean language code in an example
1 parent 66b0e7d commit 2dd11f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -334,7 +334,7 @@ const session = await ai.languageModel.create({
334334
prefer speaking in Japanese, and return to the Japanese conversation once any sidebars are
335335
concluded.
336336
`,
337-
expectedInputLanguages: ["en" /* for the system prompt */, "ja", "kr"]
337+
expectedInputLanguages: ["en" /* for the system prompt */, "ja", "ko"]
338338
});
339339
```
340340

0 commit comments

Comments
 (0)