Browse Source

update README for train

pull/3/head
yunwei37 2 years ago
parent
commit
3471aef97c
2 changed files with 2 additions and 3 deletions
  1. +1
    -1
      README.md
  2. +1
    -2
      requirements.txt

+ 1
- 1
README.md View File

@@ -52,7 +52,7 @@ optional arguments:
### Use prompts to teach ChatGPT to write eBPF programs

```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.


+ 1
- 2
requirements.txt View File

@@ -23,14 +23,13 @@ mypy-extensions==1.0.0
OpenAIAuth==0.2.0
packaging==23.0
pathspec==0.11.0
pkg_resources==0.0.0
platformdirs==3.0.0
prompt-toolkit==3.0.36
pycodestyle==2.10.0
pycryptodomex==3.17
pyflakes==3.0.1
Pygments==2.14.0
pygments-markdown-lexer==0.1.0.dev39
pygments-markdown-lexer
pylint==2.16.2
regex==2022.10.31
requests==2.28.2


Loading…
Cancel
Save