Skip to content

Commit

Permalink
Merge pull request #115 from songlairui/main
Browse files Browse the repository at this point in the history
fix: ensure getExplanation uses the settled MODEL
  • Loading branch information
steve8708 authored Jul 18, 2024
2 parents f5787e3 + 1d16aef commit 625ad5c
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 625ad5c

Please sign in to comment.