LocalScriptsWeb/claude/profiles.json

26 lines
673 B
JSON
Raw Normal View History

2025-02-08 14:28:56 -03:00
{
"default": {
"id": "default",
"name": "Default Profile",
"work_dir": "",
"llm_settings": {
"model": "gpt-4",
"temperature": 0.7,
"api_key": ""
},
"created_at": "2025-02-07T12:47:49.766608",
"updated_at": "2025-02-07T12:47:49.766608"
},
"1": {
"id": "1",
"name": "Base",
"work_dir": "C:/Estudio",
"llm_settings": {
"api_key": "333333333333",
"model": "gpt-4",
"temperature": 0.7
},
"created_at": "2025-02-07T13:00:43.541932",
"updated_at": "2025-02-07T23:34:43.039269"
}
}