Skip to content

Commit

Permalink
ci: fix tx test
Browse files Browse the repository at this point in the history
  • Loading branch information
danny-avila committed Feb 2, 2024
1 parent 8e1c95a commit 41e2479
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions api/models/tx.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ const getValueKey = (model, endpoint) => {

if (modelName.includes('gpt-3.5-turbo-16k')) {
return '16k';
} else if (modelName.includes('gpt-3.5-turbo-0125')) {
return 'gpt-3.5-turbo-0125';
} else if (modelName.includes('gpt-3.5-turbo-1106')) {
return 'gpt-3.5-turbo-1106';
} else if (modelName.includes('gpt-3.5')) {
Expand Down

0 comments on commit 41e2479

Please sign in to comment.