🤬
  • ■ ■ ■ ■ ■
    README.md
    skipped 9 lines
    10 10  ## Usage
    11 11   
    12 12  - First
    13  -- - Change the "__API__KEY__" part of the code with OpenAI api key
     13 + - Change the "__API__KEY__" part of the code with OpenAI api key
     14 + 
     15 +```python
     16 +openai.api_key = "__API__KEY" # Enter your API key
     17 +```
    14 18  - second install the packages
    15  -- - run pip install -r requirements.txt
     19 + - run pip install -r requirements.txt
    16 20  - run the code python3 gpt_vuln.py <<Target>> or if windows run python gpt_vuln.py <<Target>>
    17 21   
    18 22  Supported in both windows and linux
    skipped 41 lines
Please wait...
Page is in error, reload to recover