We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73f2915 commit 588cf09Copy full SHA for 588cf09
1 file changed
README.md
@@ -724,14 +724,11 @@ The method will return a promise that fulfills with one of the following availab
724
An example usage is the following:
725
726
```js
727
-// The topK and temperature members of the options object are deprecated. They will only be considered when
728
-// LanguageModel.create() is called from within a Chrome Extension. In web page contexts, they are ignored.
729
const options = {
730
expectedInputs: [
731
{ type: "text", languages: ["en", "es"] },
732
{ type: "audio", languages: ["en", "es"] }
733
],
734
- temperature: 2
735
};
736
737
const availability = await LanguageModel.availability(options);
0 commit comments