Skip to content

Commit

Permalink
Merge pull request #1951 from jqnatividad/bashly-describegpt-remove-o…
Browse files Browse the repository at this point in the history
…llama

`contrib(bashly)`: remove `--ollama` from `qsv describegpt`
  • Loading branch information
jqnatividad authored Jul 8, 2024
2 parents bcc5789 + 93c2378 commit 7c842a4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion contrib/bashly/completions.bash
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ _qsv_completions() {
;;

*'describegpt'*)
while read -r; do COMPREPLY+=( "$REPLY" ); done < <( compgen -A file -W "$(_qsv_completions_filter "--all --api-key --base-url --description --dictionary --help --json --jsonl --max-tokens --model --ollama --output --prompt --prompt-file --quiet --tags --timeout --user-agent -h")" -- "$cur" )
while read -r; do COMPREPLY+=( "$REPLY" ); done < <( compgen -A file -W "$(_qsv_completions_filter "--all --api-key --base-url --description --dictionary --help --json --jsonl --max-tokens --model --output --prompt --prompt-file --quiet --tags --timeout --user-agent -h")" -- "$cur" )
;;

*'cat'*'columns'*)
Expand Down
1 change: 0 additions & 1 deletion contrib/bashly/src/bashly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,6 @@ commands:
- <file>
- long: --base-url
arg: url
- long: --ollama
- long: --model
arg: model
- long: --timeout
Expand Down

0 comments on commit 7c842a4

Please sign in to comment.