Skip to content

Commit 31b9659

Browse files
committed
feat: include models in export
1 parent d211401 commit 31b9659

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

plugins/groq/src/index.ts

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,11 @@ import {
3030
qwenqwqx32b,
3131
allam2x7b,
3232
deepseekR1DistillLlamax70b,
33+
gptOssx20b,
34+
gptOssx120b,
35+
gptOssSafeguardx20b,
36+
qwen36x27b,
37+
qwen3x32b,
3338
SUPPORTED_GROQ_MODELS,
3439
} from './groq_models';
3540
import { Genkit } from 'genkit';
@@ -49,6 +54,11 @@ export {
4954
qwenqwqx32b,
5055
allam2x7b,
5156
deepseekR1DistillLlamax70b,
57+
gptOssx20b,
58+
gptOssx120b,
59+
gptOssSafeguardx20b,
60+
qwen36x27b,
61+
qwen3x32b,
5262
};
5363

5464
// Define the PluginOptions interface for customization of the Groq plugin.

0 commit comments

Comments
 (0)