Skip to content

Commit

Permalink
feat: add provider flag
Browse files Browse the repository at this point in the history
  • Loading branch information
snowyu committed Sep 25, 2024
1 parent d1c6bc1 commit 3cba934
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/ai-command.ts
Original file line number Diff line number Diff line change
Expand Up @@ -180,4 +180,8 @@ export const AICommonFlags = {
char: 'e', description: 'stream echo max characters limit, defaults to no limit',
// dependsOn: ['stream'],
}),

provider: Flags.string({
char: 'P', description: 'the LLM provider, defaults to llamacpp',
}),
}

0 comments on commit 3cba934

Please # to comment.