mirror of
https://github.com/Ladebeze66/llm_lab_perso.git
synced 2025-12-13 10:46:50 +01:00
20 lines
395 B
JSON
20 lines
395 B
JSON
{
|
|
"agent": "python",
|
|
"model": "codellama:13b-python",
|
|
"date": "2025-03-25 20:50:30",
|
|
"params": {
|
|
"temperature": 0.3,
|
|
"top_p": 0.9,
|
|
"num_predict": 1024,
|
|
"stop": [
|
|
"```"
|
|
]
|
|
},
|
|
"messages": [
|
|
{
|
|
"sender": "Utilisateur",
|
|
"content": "Présente-toi brièvement et explique tes capacités.",
|
|
"timestamp": "2025-03-25T20:50:30.896680"
|
|
}
|
|
]
|
|
} |