Add conversation layer services and compose setup
This commit is contained in:
11
chat-ui/package.json
Normal file
11
chat-ui/package.json
Normal 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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user