nxphi47 commited on
Commit
91ab617
1 Parent(s): a832036

Create examples/upload_chat.json

Browse files
Files changed (1) hide show
  1. examples/upload_chat.json +10 -0
examples/upload_chat.json ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "id": "1",
4
+ "prompt": "Tell me something about AI?"
5
+ },
6
+ {
7
+ "id": "2",
8
+ "prompt": "Who are you?"
9
+ }
10
+ ]