Files
ds_zagres_ai/ai_service/ai_service/data/chats.json
T
2025-05-09 15:41:16 +01:00

28 lines
889 B
JSON

{
"e2b1bdc2-a384-4775-9c14-42b221e5554f": {
"id": "e2b1bdc2-a384-4775-9c14-42b221e5554f",
"title": "Test Chat",
"user_id": "test_user",
"model_id": "gpt-3.5-turbo",
"is_team_chat": false,
"created_at": "2025-05-06T11:50:43.558931",
"updated_at": "2025-05-06T11:51:20.982846",
"messages": [
{
"id": "865a1e57-c71f-4bab-a4ba-56d630a38631",
"content": "Hello, AI!",
"user_id": "test_user",
"is_user_message": true,
"timestamp": "2025-05-06T11:51:20.051537"
},
{
"id": "eb755b4f-fe55-4bec-b77f-ed20941df360",
"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-06T11:51:20.982829"
}
],
"team_members": []
}
}