-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmodels.json
37 lines (37 loc) · 1.26 KB
/
models.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
30
31
32
33
34
35
36
37
[
{
"id": "brace",
"name": "Brace",
"object": "model",
"created": 1724365534,
"owned_by": "openai",
"info": {
"id": "brace",
"user_id": "custom-start",
"base_model_id": "gpt-4o-mini-2024-07-18",
"name": "Brace",
"params": {
"system": "@brace-system-prompt.md"
},
"meta": {
"profile_image_url": "@brace-logo-symbol.png",
"description": "I can help you with the course.",
"capabilities": {
"vision": true,
"usage": false
},
"suggestion_prompts": [
{"content": "What activities can I do?"},
{"content": "I need help with my code."},
{"content": "I have a question about the course."},
{"content": "I've got feelings. 😬"}
],
"filterIds": ["auto_continue", "knowledge_wiki", "github_api_filter", "fetch", "canvas_reader"],
"actionIds": ["submit_conversation"]
},
"updated_at": 1724365534,
"created_at": 1724365534
},
"preset": true
}
]