Skip to content

Commit 47baa18

Browse files
Merge pull request #12 from pritpatel2412/feature/demo-readiness
fix: update NIM autofix model to llama-3.3-70b-instruct
2 parents 3f9e66e + 4e749b0 commit 47baa18

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

server/ai/provider.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ export type AITask = "analysis" | "fix" | "enrich";
4747

4848
const NIM_MODEL_MAP: Record<AITask, string> = {
4949
analysis: process.env.NVIDIA_NIM_MODEL_ANALYSIS ?? "meta/llama-3.3-70b-instruct",
50-
fix: process.env.NVIDIA_NIM_MODEL_FIX ?? "meta/llama-3.1-405b-instruct",
50+
fix: process.env.NVIDIA_NIM_MODEL_FIX ?? "meta/llama-3.3-70b-instruct",
5151
enrich: process.env.NVIDIA_NIM_MODEL_ANALYSIS ?? "meta/llama-3.3-70b-instruct",
5252
};
5353

0 commit comments

Comments
 (0)