Add conversation layer services and compose setup

This commit is contained in:
josedario87
2025-06-04 18:45:25 -06:00
parent 0004be3c09
commit ca2384552c
13 changed files with 2064 additions and 1 deletions

11
chat-ui/package.json Normal file
View File

@@ -0,0 +1,11 @@
{
"name": "chat-ui",
"version": "1.0.0",
"main": "server.js",
"license": "MIT",
"dependencies": {
"express": "^4.18.2",
"axios": "^1.5.0",
"body-parser": "^1.20.2"
}
}