https://github.com/unit-mesh/minions-data-prepare
Unit Minions 的各种数据准备、处理脚本,诸如 OpenAI 处理、格式转换等等。
https://github.com/unit-mesh/minions-data-prepare
Last synced: 7 months ago
JSON representation
Unit Minions 的各种数据准备、处理脚本,诸如 OpenAI 处理、格式转换等等。
- Host: GitHub
- URL: https://github.com/unit-mesh/minions-data-prepare
- Owner: unit-mesh
- License: mpl-2.0
- Archived: true
- Created: 2023-03-29T13:08:55.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2023-04-21T15:38:54.000Z (about 2 years ago)
- Last Synced: 2024-08-10T14:15:17.447Z (11 months ago)
- Language: Python
- Homepage:
- Size: 945 KB
- Stars: 14
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Unit Minions Data Prepare
Scripts:
- [test-to-code.py](test-to-code.py) 测试代码与处理。
- [swagger-user-story.py](swagger-user-story.py) Swagger 和用户故事相互转换。
- [user-story.py](user-story.py),调用 OpenAI 的用户故事拆解和用户故事生成。
- [repository-to-prompt.py](repository-to-prompt.py),调用 OpenAI 的代码生成,从 Repository 代码生成 Prompt。## LICENSE
This code is distributed under the MPL 2.0 license. See `LICENSE` in this directory.