We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a008958 commit aee6eccCopy full SHA for aee6ecc
packages/ai/groq-client.ts
@@ -59,6 +59,7 @@ Groq API key not found. Please set \`GROQ_API_KEY\` environment variable.`;
59
name: "gemma2-9b-it",
60
displayName: "Gemma 2 9B",
61
capabilities: ["completion", "tools"],
62
+ decomissioned: true,
63
},
64
];
65
return Promise.resolve(groqModels);
packages/lib/src/types.ts
@@ -90,6 +90,7 @@ export interface RuntimeCapabilities {
90
}
91
92
/**
93
+ * @deprecated Use the AiModel type from @runtimed/agent-core instead
94
* Represents an AI model with its capabilities
95
*/
96
export interface AiModel {
0 commit comments