| @@ -52,7 +52,7 @@ optional arguments: | |||||
| ### Use prompts to teach ChatGPT to write eBPF programs | ### Use prompts to teach ChatGPT to write eBPF programs | ||||
| ```sh | ```sh | ||||
| ./GPTtrace.py -t | |||||
| ./GPTtrace.py --train | |||||
| ``` | ``` | ||||
| This will use the material in the `prompts` directory to teach ChatGPT to write eBPF programs in bpftrace, libbpf, and BCC styles. You can also do that manually by sending the prompts to ChatGPT in the Website. | This will use the material in the `prompts` directory to teach ChatGPT to write eBPF programs in bpftrace, libbpf, and BCC styles. You can also do that manually by sending the prompts to ChatGPT in the Website. | ||||
| @@ -23,14 +23,13 @@ mypy-extensions==1.0.0 | |||||
| OpenAIAuth==0.2.0 | OpenAIAuth==0.2.0 | ||||
| packaging==23.0 | packaging==23.0 | ||||
| pathspec==0.11.0 | pathspec==0.11.0 | ||||
| pkg_resources==0.0.0 | |||||
| platformdirs==3.0.0 | platformdirs==3.0.0 | ||||
| prompt-toolkit==3.0.36 | prompt-toolkit==3.0.36 | ||||
| pycodestyle==2.10.0 | pycodestyle==2.10.0 | ||||
| pycryptodomex==3.17 | pycryptodomex==3.17 | ||||
| pyflakes==3.0.1 | pyflakes==3.0.1 | ||||
| Pygments==2.14.0 | Pygments==2.14.0 | ||||
| pygments-markdown-lexer==0.1.0.dev39 | |||||
| pygments-markdown-lexer | |||||
| pylint==2.16.2 | pylint==2.16.2 | ||||
| regex==2022.10.31 | regex==2022.10.31 | ||||
| requests==2.28.2 | requests==2.28.2 | ||||