mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-06-23 15:48:11 +02:00
add file_tree to SPO's README.md
This commit is contained in:
parent
f54903a7fe
commit
5140804f75
2 changed files with 26 additions and 1 deletions
|
|
@ -103,3 +103,28 @@ ### 3. Implement the Optimizer 🔧
|
|||
```bash
|
||||
python optimize.py --help
|
||||
```
|
||||
|
||||
### 4. View Results
|
||||
```
|
||||
workspace
|
||||
└── Project_name
|
||||
└── prompts
|
||||
├── results.json
|
||||
├── round_1
|
||||
│ ├── answers.txt
|
||||
│ └── prompt.txt
|
||||
├── round_2
|
||||
│ ├── answers.txt
|
||||
│ └── prompt.txt
|
||||
├── round_3
|
||||
│ ├── answers.txt
|
||||
│ └── prompt.txt
|
||||
├── ...
|
||||
└── round_n
|
||||
├── answers.txt
|
||||
└── prompt.txt
|
||||
```
|
||||
|
||||
- `results.json`: Stores whether each iteration round was judged successful and other related information
|
||||
- `prompt.txt`: The optimized prompt for the corresponding round
|
||||
- `answers.txt`: The output results generated using the prompt for the corresponding round
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue