Skip to content

Commit 6b66dfd

Browse files
committed
Fix Korean language code in an example
1 parent da9ac67 commit 6b66dfd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -152,8 +152,8 @@ It's better practice, if possible, to supply the `create()` method with informat
152152
```js
153153
const summarizer = await ai.summarize.create({
154154
type: "key-points",
155-
expectedInputLanguages: ["ja", "kr"],
156-
expectedContextLanguages: ["en", "ja", "kr"],
155+
expectedInputLanguages: ["ja", "ko"],
156+
expectedContextLanguages: ["en", "ja", "ko"],
157157
outputLanguage: "zh",
158158
sharedContext: `
159159
These are messages from a language exchange platform managed by a Chinese educational

0 commit comments

Comments
 (0)