Initial commit for deployment

This commit is contained in:
Iyeoluwa Akinrinola
2025-05-09 15:41:16 +01:00
commit ac98999507
54 changed files with 4343 additions and 0 deletions
+28
View File
@@ -0,0 +1,28 @@
{
"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": []
}
}