Commit graph

55 commits

Author SHA1 Message Date
17dbb95d43 Update README 2025-04-06 17:40:05 +02:00
1b4b1ed33d Implement handleApiResponse when handling ai response 2025-04-06 17:33:11 +02:00
714dff1382 Create handleApiResponse func to cover errors with openai API data 2025-04-06 17:32:51 +02:00
db83545b25 Create interface for openai API response 2025-04-06 17:32:37 +02:00
5c004333f3 Update README 2025-02-24 08:58:15 +01:00
922f9aed21 WIP 2025-02-02 14:31:01 +01:00
c37c84754c WIP 2025-02-02 13:42:36 +01:00
b900f2dfd0 Add roomId to pending user data 2025-02-02 13:18:11 +01:00
baf287a032 Implement start action in main 2025-02-02 11:29:10 +01:00
5c97c4b2e8 Create commong bot command: start action 2025-02-02 11:28:45 +01:00
1c3e799f13 Create db action for adding pending user 2025-02-02 11:28:23 +01:00
d1f1e47841 Create botCommandActions - WIP 2025-02-02 11:02:52 +01:00
a1177c17c5 Update db init values 2025-02-02 11:02:33 +01:00
50632f39e0 Update example config 2025-02-02 11:02:21 +01:00
80b75bfb08 Add check for owner and authorized users before further actions 2025-02-02 10:21:41 +01:00
93fc7a28ef Create basic db functions 2025-02-02 10:21:11 +01:00
a537506d02 Update gitignore 2025-02-02 10:20:45 +01:00
e4f1b9af22 Add lowdb to packages 2025-02-02 10:20:24 +01:00
d7ed511a81 WIP - change debugging 2025-02-02 07:21:31 +01:00
b1a87ae045 Upgrade node version 2025-02-02 07:18:26 +01:00
9c403e2551 Update README 2024-09-10 16:12:38 +02:00
e5337b5d32 Update config example file 2024-09-10 15:45:53 +02:00
4bf1452e86 Update README 2024-09-10 11:36:53 +02:00
7a9d296530 Enable the use of AiPersonalities 2024-08-28 13:14:46 +02:00
ea43984ec6 Make client reply with html formatted text 2024-08-27 16:50:46 +02:00
e8c096108b Create helper for converting md to html 2024-08-27 16:50:14 +02:00
035dea3795 Add remarkable package 2024-08-27 16:47:06 +02:00
ce13ed1e26 Add linting script to package.json 2024-08-27 16:45:23 +02:00
3ea5229fd6 Remove console.log 2024-08-25 04:20:11 +02:00
3e6b798508 Remove comments 2024-08-25 04:18:21 +02:00
bd80625dc1 Update README 2024-08-25 03:59:49 +02:00
a1fa8e98c2 Add README 2024-08-25 03:58:37 +02:00
361e515276 Update package.json start script 2024-08-25 03:58:27 +02:00
9d5d30e743 Finalize v0.0.1: Make the bot relay the openai response to the matrix
user
2024-08-25 03:44:14 +02:00
f2efdebc90 Refactor 2024-08-25 03:40:54 +02:00
644ce2096c Carryover and adapt openai helper 2024-08-25 03:40:21 +02:00
276896b6e1 Refactor 2024-08-25 02:00:04 +02:00
393ffd44c5 Update ts-node settings 2024-08-25 01:59:14 +02:00
4903a6cdf7 Update config.js.example 2024-08-25 01:58:35 +02:00
6dfc40a6ad Refactor 2024-08-24 22:59:14 +02:00
759f1e3998 Update deps and package.json script 2024-08-24 22:59:00 +02:00
b4541b538f Update deps 2024-08-24 22:52:03 +02:00
4664c36a2a Update config setup 2024-08-24 22:51:54 +02:00
9a4fa5593a Refactor 2024-08-24 22:35:30 +02:00
c54663297c Add tsconfig and tslint 2024-08-24 22:32:37 +02:00
85ee0ec4b6 Add hello world code 2024-08-24 22:32:01 +02:00
cb9d548c5b Update gitignore 2024-08-24 22:31:44 +02:00
b01ba7d622 Update package.json 2024-08-24 22:31:17 +02:00
496bcad2c2 Create example config file 2024-08-24 22:29:26 +02:00
2546fd7632 Update gitignore 2024-08-24 22:03:06 +02:00