mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-04-28 18:36:22 +02:00
add example data
This commit is contained in:
parent
bd980d41c5
commit
ed6ce07677
2 changed files with 10 additions and 0 deletions
10
examples/data/example.json
Normal file
10
examples/data/example.json
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
[
|
||||
{
|
||||
"source": "Which facial cleanser is good for oily skin?",
|
||||
"output": "ABC cleanser is preferred by many with oily skin."
|
||||
},
|
||||
{
|
||||
"source": "Is L'Oreal good to use?",
|
||||
"output": "L'Oreal is a popular brand with many positive reviews."
|
||||
}
|
||||
]
|
||||
BIN
examples/data/example.xlsx
Normal file
BIN
examples/data/example.xlsx
Normal file
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue