Skip to content

Commit

Permalink
Fix typo in perplexity llama function name
Browse files Browse the repository at this point in the history
  • Loading branch information
delasy committed Oct 23, 2024
1 parent 1b9e6c1 commit 8cd929d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion models/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ export async function runModel(
break;
}
case "perplexity-llama-3.1": {
result = await perplexityLlama(prompt, map);
result = await perplexityLlama31(prompt, map);
break;
}
default: {
Expand Down

0 comments on commit 8cd929d

Please sign in to comment.