This project is a Python project request tool, which is based on the Kimi and DeepSeek Free API. For more detailed information, you can visit LLM-Red-Team GitHub to set up your own private version.
To modify the deadline date, you can change the following line in the code:
deadline_date = datetime(2024, 9, 25)For the core folder, the kimi_core.py file requires the Kimi browser cookie for authorization, and the deep_core.py file does as well.
core: Contains the core scripts for the project.kimi_core.py: Handles the Kimi API interactions.deep_core.py: Handles the DeepSeek API interactions.
- Clone the repository.
- Install the required dependencies.
- Configure the authorization in
kimi_core.pyanddeep_core.py. - Run the project.
This project is open-source and available under the MIT License.
本项目是一个基于Kimi和DeepSeek Free API的Python项目请求工具。更详细的信息可以访问LLM-Red-Team GitHub来搭建你自己的私人版本。
要修改截止日期,可以在代码中修改以下行:
deadline_date = datetime(2024, 9, 25)在core文件夹下的kimi_core.py文件需要Kimi的浏览器cookie进行授权,deep_core.py文件同样需要。
core: 包含项目的核心脚本。kimi_core.py: 处理Kimi API交互。deep_core.py: 处理DeepSeek API交互。
- 克隆仓库。
- 安装所需的依赖项。
- 在
kimi_core.py和deep_core.py中配置授权。 - 运行项目。
本项目是开源的,并且可以在MIT许可证下使用。