AIPentest/Tools/README.md
AiShell b1d96b62f9
Create README.md
工具列表和使用方法
2025-02-17 16:26:45 +08:00

19 lines
459 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

本目录发布一些常用工具。
1. llmpentest
使用deepseek来辅助做系统管理员。
使用方法
在运行目录下创建.env文件内容如下将api_key换成自己的就可以了
<code>
#config for aliyun deepseek v3
api_key='sk-XXX'
base_url='https://dashscope.aliyuncs.com/compatible-mode/v1'
modelname='deepseek-v3'
#config for deepseek
#api_key='sk-xxx'
#base_url='https://api.deepseek.com/v1'
#modelname='deepseek-chat'
</code>