Skip to content

Commit

Permalink
fix: ensure getExplanation uses the settled MODEL
Browse files Browse the repository at this point in the history
  • Loading branch information
songlairui committed Jul 17, 2024
1 parent f5787e3 commit 1d16aef
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/prompt.ts
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@ export async function prompt({
const { readExplanation } = await getExplanation({
script,
key,
model,
apiEndpoint,
});
spin.stop(`${i18n.t('Explanation')}:`);
Expand Down

0 comments on commit 1d16aef

Please # to comment.