💎一站式轻松地调用各大LLM模型接口,支持GPT4、智谱、星火、月之暗面及文生图 广告
[TOC] ### Python安装AES加密 **** 脚本中 ``` from Crypto.Cipher import AES ``` 安装 pycryptodome ``` pip3 install pycryptodome ``` 修改crypto包名字 ``` 找到你的python包的安装目录,也就是上面我们提示的 python37\\lib\\site-packages 把crypto改为Crypto ```