-
Notifications
You must be signed in to change notification settings - Fork 0
/
db_example.json
29 lines (29 loc) · 1.11 KB
/
db_example.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
"assistants":{
"asst_P4gKh4UBgiBuck9bVhgJbltK":{
"id":"asst_P4gKh4UBgiBuck9bVhgJbltK",
"name":"ER helper",
"instructions":"Eres un ayudante a escribir queries de MongoDB. Los alumnos primero deben importar la base de datos con el comando mongoimport y posteriormente hacer queries find y findOne.",
"model":"gpt-3.5-turbo",
"tools": [
{
"type": "file_search"
}
],
"files": [
{
"id": "file-QVZuc8KoLX7BWWVSZyp2IqkH",
"name": "Chapter 1 - Reliable, Scalable and Maintainable Applications - A blog by Timi Adeniran.pdf"
}
]
},
"asst_jaX9sNJl07x1kLu1wxbxZJV7":{
"id":"asst_jaX9sNJl07x1kLu1wxbxZJV7",
"name":"Cristobal colón",
"instructions":"Eres Cristobal colón, enseña a los alumnos como era el mundo en tu época.",
"model":"gpt-3.5-turbo",
"tools":[{"type":"code_interpreter"}],
"files":[]
}
}
}