Files
ds_zagres_ai/ai_service/data/chats.json
T

28 lines
916 B
JSON
Raw Normal View History

2025-05-09 15:41:16 +01:00
{
"48b04d66-3ef4-440b-8508-ced930aa42a9": {
"id": "48b04d66-3ef4-440b-8508-ced930aa42a9",
"title": "Test Chat",
"user_id": "test_user",
"model_id": "gpt-3.5-turbo",
"is_team_chat": false,
"created_at": "2025-05-05T20:29:54.936964",
"updated_at": "2025-05-05T20:29:55.394906",
"messages": [
{
"id": "9daafee5-f00c-4493-96ea-96492f97482e",
"content": "Tell me about artificial intelligence",
"user_id": "test_user",
"is_user_message": true,
"timestamp": "2025-05-05T20:29:54.971667"
},
{
"id": "0337e0b1-1e18-4d09-8b8b-c5ee295870a0",
"content": "Error generating response: 401 Client Error: Unauthorized for url: https://api.openai.com/v1/chat/completions",
"user_id": null,
"is_user_message": false,
"timestamp": "2025-05-05T20:29:55.394891"
}
],
"team_members": []
}
}