24 lines
611 B
JSON
24 lines
611 B
JSON
{
|
|
"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"
|
|
},
|
|
"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"
|
|
}
|
|
} |