Create README.md

工具列表和使用方法
This commit is contained in:
AiShell 2025-02-17 16:26:45 +08:00 committed by GitHub
parent 79c25151f2
commit b1d96b62f9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

18
Tools/README.md Normal file
View File

@ -0,0 +1,18 @@
本目录发布一些常用工具。
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>