Update AI bot instructions (#250)

Signed-off-by: Artem Savchenko <armisav@gmail.com>
This commit is contained in:
Artyom Savchenko
2026-01-15 11:09:39 +07:00
committed by GitHub
parent 0f3b9e1cd7
commit f00d4d3a9c
2 changed files with 15 additions and 1 deletions
+4 -1
View File
@@ -504,7 +504,10 @@ Huly provides AI-powered chatbot that provides several services:
- live translations for virtual office voice and video chats
1. Set up OpenAI account
2. Add `aibot` container to the docker-compose.yaml
2. Enable MongoDB service (required by aibot):
- Uncomment the `mongodb` service in `compose.yml`
- MongoDB is used by the aibot service for storing conversation data
3. Add `aibot` container to the docker-compose.yaml
```yaml
aibot:
+11
View File
@@ -88,6 +88,16 @@ services:
networks:
- huly_net
# mongodb:
# image: mongo:7-jammy
# container_name: mongodb
# restart: unless-stopped
# volumes:
# - ${VOLUME_MONGO_PATH:-mongodb}:/data/db
# networks:
# - huly_net
# # Required by aibot and calendar services
rekoni:
image: hardcoreeng/rekoni-service:${HULY_VERSION}
environment:
@@ -235,6 +245,7 @@ volumes:
cr_data:
cr_certs:
redpanda:
mongodb:
networks:
huly_net: