Skip to content

Commit 9183b3a

Browse files
committed
add in tool support
1 parent 65a4498 commit 9183b3a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

core/llm/toolSupport.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -302,6 +302,7 @@ export const PROVIDER_TOOL_SUPPORT: Record<string, (model: string) => boolean> =
302302
"meta-llama/llama-3-70b-instruct",
303303
"arcee-ai/caller-large",
304304
"nousresearch/hermes-3-llama-3.1-70b",
305+
"moonshotai/kimi-k2",
305306
];
306307
for (const model of specificModels) {
307308
if (model.toLowerCase() === model) {

0 commit comments

Comments
 (0)