Skip to content

Commit

Permalink
Update repository with latest /web content from upstream
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Nov 25, 2024
1 parent 865681f commit b276cbc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/models.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ const models = {
export const getModel = (name: string) => {
if (!models[name]) {
console.log(`Model ${name} not found`);
console.log(`Defaulting to gpt-4o-2024-08-06`);
return models["gpt-4o-2024-08-06"];
console.log(`Defaulting to gpt-4o`);
return models["gpt-4o"];
}
console.log(`Using model ${name}`);

Expand Down

0 comments on commit b276cbc

Please sign in to comment.