Compare commits

...

3 Commits

Author SHA1 Message Date
Mikołaj Gawron ca27a16a40 feat: add more data 2024-05-07 22:18:00 +02:00
Mikołaj Gawron fed888b228 style: improve table in readme.md 2024-05-07 21:55:58 +02:00
Mikołaj Gawron 3bc6b9955b style: fix - and possibility word 2024-05-07 21:49:10 +02:00
3 changed files with 22 additions and 7 deletions

View File

@ -1,4 +1,4 @@
# Systemy dialogowe - sklep internetowy
# Systemy dialogowe sklep internetowy
## Requirements
@ -10,7 +10,7 @@ Make sure that you Docker is running now.
`docker build -t chatbot .`
There is always possibilit to run it without Docker.
There is always possibility to run it without Docker.
List of the required library we can find inside:
`requirements.txt`
@ -36,6 +36,6 @@ On both cases we are mapping our src directory to workdir inside Docker to alway
| Team member |
|----------------|
| Mikołaj Gawron |
| |
| |
| |
| - |
| - |
| - |

View File

@ -7,6 +7,13 @@
"jak do ciebie mówić",
"jak cię zwać",
"jak cię nazywać",
"jak masz na imie"
"jak masz na imie",
"kim jesteś",
"czym jesteś",
"hej",
"siema",
"witaj",
"witam",
"cześć"
]
}

View File

@ -2,10 +2,18 @@
"ask_name": [
"Witaj, nazywam się Dia.",
"Cześć! Jestem Dia.",
"Hej, jestem Dia."
"Hej, jestem Dia.",
"Witaj! Nazywam się Dia.",
"Cześć, jestem Dia.",
"Hej! Jestem Dia.",
"Jestem Dia. Miło mi Cię poznać.",
"Witaj, jestem chatbot Dia."
],
"unknown": [
"Przepraszam, nie rozumiem. Możesz to powtórzyć?",
"Nie jestem pewien, co masz na myśli. Czy możesz to wyjaśnić?",
"Nie rozumiem. Możesz to powtórzyć?",
"Nie jestem pewien, co masz na myśli. Możesz to wyjaśnić?",
"Nie jestem pewien, co masz na myśli. Czy możesz to wyjaśnić?"
]
}