LocalScriptsWeb/data/profiles.json

24 lines
611 B
JSON
Raw Normal View History

2025-02-07 19:08:39 -03:00
{
"default": {
"id": "default",
"name": "Default Profile",
"llm_settings": {
"model": "gpt-4",
"temperature": 0.7,
"api_key": ""
},
"created_at": "2025-02-08T12:00:00.000Z",
"updated_at": "2025-02-08T12:00:00.000Z"
2025-02-07 19:08:39 -03:00
},
"1": {
"id": "1",
"name": "Base",
"llm_settings": {
"api_key": "333333333333",
"model": "gpt-4",
"temperature": 0.7
},
"created_at": "2025-02-08T13:00:43.541932",
"updated_at": "2025-02-08T23:34:43.039269"
2025-02-07 19:08:39 -03:00
}
}