Skip to content

Commit 8a1caef

Browse files
authored
Add decomissioned, deprecate AiModel in favor of @runtimed/agent-core version (#219)
1 parent 02f528b commit 8a1caef

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

packages/ai/groq-client.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ Groq API key not found. Please set \`GROQ_API_KEY\` environment variable.`;
5959
name: "gemma2-9b-it",
6060
displayName: "Gemma 2 9B",
6161
capabilities: ["completion", "tools"],
62+
decomissioned: true,
6263
},
6364
];
6465
return Promise.resolve(groqModels);

packages/lib/src/types.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@ export interface RuntimeCapabilities {
9090
}
9191

9292
/**
93+
* @deprecated Use the AiModel type from @runtimed/agent-core instead
9394
* Represents an AI model with its capabilities
9495
*/
9596
export interface AiModel {

0 commit comments

Comments
 (0)