Initial commit
parents
Showing
.gitignore
0 → 100644
config/default-0.json
0 → 100755
config/template.json
0 → 100755
locales/en.json
0 → 100755
locales/ru.json
0 → 100755
package.json
0 → 100755
{ | ||
"dependencies": { | ||
"compression": "^1.7.4", | ||
"config": "^3.3.8", | ||
"cookie-parser": "^1.4.7", | ||
"cors": "^2.8.5", | ||
"cron": "^3.1.7", | ||
"date-and-time": "^2.4.1", | ||
"express": "^4.18.2", | ||
"express-async-errors": "^3.1.1", | ||
"i18n": "^0.15.1", | ||
"mysql2": "^2.3.3", | ||
"nodemailer": "^6.8.0", | ||
"uuid": "^11.1.0" | ||
} | ||
} |
server.js
0 → 100755
src/api/ConversationManager.js
0 → 100755
src/api/HistoryManager.js
0 → 100755
src/api/KotGPT.js
0 → 100755
src/api/TopicRouter.js
0 → 100755
src/api/routes.js
0 → 100755
src/common/housekeeping.js
0 → 100755
src/common/info.js
0 → 100755
src/testing/1.txt
0 → 100755
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
src/testing/first.js
0 → 100755
src/testing/forth.js
0 → 100755
src/testing/second.js
0 → 100755
src/testing/third.js
0 → 100755
src/utils/dal.js
0 → 100755
src/utils/database.js
0 → 100755
src/utils/formats.js
0 → 100755
src/utils/logcat.js
0 → 100755
src/utils/mailer.js
0 → 100755
src/utils/utils.js
0 → 100755
static/css/bootstrap.min.css
0 → 100755
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
static/images/ask-a-cat-en.png
0 → 100755

474 KB
static/images/ask-a-cat-ru.png
0 → 100644

741 KB
static/images/cat-progress.gif
0 → 100755

390 KB
static/images/cat-still.png
0 → 100755

378 KB
static/www/index copy 2.html
0 → 100755
static/www/index copy 3.html
0 → 100755
static/www/index copy 4.html
0 → 100755
static/www/index copy.html
0 → 100755
static/www/index.html
0 → 100755
Please
register
or
sign in
to comment