Files
ds_zagres_ai/ai_service/data/chats.json
T

80 lines
2.6 KiB
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": []
2025-05-09 16:47:30 +01:00
},
"79cb7d8f-f0ce-4cef-bdb1-02a1620bc947": {
"id": "79cb7d8f-f0ce-4cef-bdb1-02a1620bc947",
"title": "Test Chat",
"user_id": "test_user",
"model_id": "llama3.1",
"is_team_chat": false,
"created_at": "2025-05-09T15:36:12.454269",
"updated_at": "2025-05-09T15:36:13.909638",
"messages": [
{
"id": "e0826a7c-e0b8-48ea-a435-4568da33dd7e",
"content": "Hello, AI!",
"user_id": "test_user",
"is_user_message": true,
"timestamp": "2025-05-09T15:36:12.488522"
},
{
"id": "5d804015-e8fa-4d0e-a519-8d5ea27cedee",
"content": "Error generating response: 403 Client Error: Forbidden for url: http://104.225.217.215:8080/ollama/api/generate",
"user_id": null,
"is_user_message": false,
"timestamp": "2025-05-09T15:36:13.909623"
}
],
"team_members": []
},
"62347aa7-db22-4558-9aa2-6600ba48fb8f": {
"id": "62347aa7-db22-4558-9aa2-6600ba48fb8f",
"title": "Test Chat",
"user_id": "test_user",
"model_id": "llama3.1",
"is_team_chat": false,
"created_at": "2025-05-09T15:37:55.028615",
"updated_at": "2025-05-09T15:38:26.192942",
"messages": [
{
"id": "3cde3be3-9367-4b3d-a4d9-04e484b8b75a",
"content": "Hello, AI!",
"user_id": "test_user",
"is_user_message": true,
"timestamp": "2025-05-09T15:37:55.033282"
},
{
"id": "39ce98e3-4a8f-4ce7-a2e8-9e5f42e79fcb",
"content": "Error generating response: HTTPConnectionPool(host='104.225.217.215', port=8080): Read timed out. (read timeout=30)",
"user_id": null,
"is_user_message": false,
"timestamp": "2025-05-09T15:38:26.192928"
}
],
"team_members": []
2025-05-09 15:41:16 +01:00
}
}