|
3 | 3 | function test_openai_commands_help() { |
4 | 4 | local options=$1 |
5 | 5 |
|
6 | | - # TODO: enable |
7 | | - return 0 |
8 | | - |
9 | | - # TODO: add, |
| 6 | + # TODO: add, (historic) |
10 | 7 | # - "openai_commands completion describe" \ |
11 | 8 | # - "openai_commands images generate" |
12 | 9 | # - "DALL-E render" \ |
13 | 10 |
|
| 11 | + # TODO: add, |
| 12 | + # "literature_review" \ |
| 13 | + # "literature_review combine" \ |
| 14 | + # "literature_review multiple" \ |
| 15 | + # "openai_commands completion" \ |
| 16 | + # "openai_commands generate" \ |
| 17 | + # "openai_commands generate image" \ |
| 18 | + # "openai_commands generate video" \ |
| 19 | + # "openai_commands generate validate" \ |
| 20 | + # "openai_commands images" \ |
| 21 | + # "openai_commands transform" \ |
| 22 | + # "openai_commands vision" \ |
| 23 | + # \ |
| 24 | + # "openai_commands_gpt" \ |
| 25 | + # "openai_commands_gpt list_models" \ |
| 26 | + # \ |
| 27 | + # "VisuaLyze" \ |
| 28 | + # "VisuaLyze browse" \ |
| 29 | + # "VisuaLyze run" \ |
| 30 | + # "DALL-E" |
| 31 | + |
14 | 32 | local module |
15 | 33 | for module in \ |
16 | | - "literature_review" \ |
17 | | - "literature_review combine" \ |
18 | | - "literature_review multiple" \ |
19 | | - \ |
20 | | - "@openai" \ |
21 | 34 | "@openai browse" \ |
22 | 35 | "@openai complete" \ |
23 | 36 | \ |
24 | | - "openai_commands completion" \ |
25 | | - "openai_commands generate" \ |
26 | | - "openai_commands generate image" \ |
27 | | - "openai_commands generate video" \ |
28 | | - "openai_commands generate validate" \ |
29 | | - "openai_commands images" \ |
30 | | - "openai_commands transform" \ |
31 | | - "openai_commands vision" \ |
32 | | - \ |
33 | | - "openai_commands_gpt" \ |
34 | | - "openai_commands_gpt list_models" \ |
35 | | - \ |
36 | | - "VisuaLyze" \ |
37 | | - "VisuaLyze browse" \ |
38 | | - "VisuaLyze run" \ |
39 | | - \ |
40 | | - "DALL-E"; do |
| 37 | + "@openai"; do |
41 | 38 | abcli_eval ,$options \ |
42 | 39 | abcli_help $module |
43 | 40 | [[ $? -ne 0 ]] && return 1 |
|
0 commit comments