We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cab617a commit 187627eCopy full SHA for 187627e
.github/workflows/build.yml
@@ -181,6 +181,8 @@ jobs:
181
182
if (process.env.ARTIFACT_NAME === "win" && arch === "arm64") {
183
buildNodeVersion = windowsOnArmNodeVersion;
184
+ } else if (process.env.ARTIFACT_NAME === "mac" && arch === "arm64") {
185
+ additionalFlags.push("--metal");
186
} else if (process.env.ARTIFACT_NAME === "mac" && arch === "x64") {
187
additionalFlags.push("--no-metal");
188
}
package.json
@@ -85,6 +85,9 @@
85
"grammar",
86
"json-grammar",
87
"json-schema-grammar",
88
+ "functions",
89
+ "function-calling",
90
+ "embedding",
91
"temperature",
92
"topK",
93
"topP",
0 commit comments