pentesting 0.16.5 → 0.16.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. package/README.md +1 -1
  2. package/dist/main.js +4389 -1003
  3. package/package.json +3 -3
package/README.md CHANGED
@@ -26,7 +26,7 @@ npm install -g pentesting
26
26
  # Required environments
27
27
  export PENTEST_API_KEY="your_api_key"
28
28
  export PENTEST_BASE_URL="https://api.z.ai/api/anthropic"
29
- export PENTEST_MODEL="glm-4.7"
29
+ export PENTEST_MODEL="glm-5"
30
30
 
31
31
  pentesting
32
32
  ```