Skip to content

Commit

Permalink
fix: model
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminshafii committed Nov 8, 2024
1 parent b085682 commit 381fa25
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions web/lib/models.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ export const getModel = (name: string) => {
}
console.log(`Using model ${name}`);

return models['claude-3-5-sonnet-20241022'];
};
return models[name];
};

0 comments on commit 381fa25

Please sign in to comment.