Skip to content

Commit

Permalink
refactor: remove ...
Browse files Browse the repository at this point in the history
  • Loading branch information
chhoumann committed Mar 3, 2024
1 parent 3f15d03 commit 0fc88ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/engine/MacroChoiceEngine.ts
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@ export class MacroChoiceEngine extends QuickAddChoiceEngine {

const aiSettings = settingsStore.getState().ai;

const options = [...getModelNames()];
const options = getModelNames();
const modelName: string =
command.model === "Ask me"
? await GenericSuggester.Suggest(app, options, options)
Expand Down

0 comments on commit 0fc88ae

Please sign in to comment.