Skip to content

Commit

Permalink
Fix Korean language code in an example
Browse files Browse the repository at this point in the history
  • Loading branch information
domenic committed Jan 22, 2025
1 parent da9ac67 commit 6b66dfd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -152,8 +152,8 @@ It's better practice, if possible, to supply the `create()` method with informat
```js
const summarizer = await ai.summarize.create({
type: "key-points",
expectedInputLanguages: ["ja", "kr"],
expectedContextLanguages: ["en", "ja", "kr"],
expectedInputLanguages: ["ja", "ko"],
expectedContextLanguages: ["en", "ja", "ko"],
outputLanguage: "zh",
sharedContext: `
These are messages from a language exchange platform managed by a Chinese educational
Expand Down

0 comments on commit 6b66dfd

Please sign in to comment.