Paillat
|
f8907667e0
|
style(chat.py, manage_chat.py): format code with black
This commit only reformats the code with the black code formatter.
|
2023-04-08 20:06:53 +02:00 |
|
Paillat
|
048905d682
|
refactor(moderation.py): remove commented out code in on_message() method
|
2023-04-08 17:49:33 +02:00 |
|
Paillat
|
9465e33295
|
style(settings.py): remove commented code and unnecessary blank lines
feat(settings.py): add default_permissions decorator to all slash commands
fix(settings.py): fix indentation in try-except block
|
2023-04-08 17:10:53 +02:00 |
|
Paillat
|
a77504a028
|
refactor(setup.py): add default_permissions decorator to all commands that require administrator permissions
|
2023-04-08 17:08:49 +02:00 |
|
Paillat
|
da21aa283f
|
[BUG] Replaced database conn names
|
2023-04-03 15:12:50 +02:00 |
|
Paillat
|
88a7ad2085
|
[BUG] davinci prompt was returning none
|
2023-04-03 13:52:21 +02:00 |
|
Paillat
|
2391fb61f9
|
[BUG] Fixed always defaulting to gpt-3.5
|
2023-04-03 13:25:47 +02:00 |
|
Paillat
|
2c9a0656c3
|
[PROMPTS] updated gpt-4 prompt
|
2023-04-03 13:13:59 +02:00 |
|
Paillat
|
31d508efc4
|
[BUG] fixed pretend_to_be
|
2023-04-03 13:12:20 +02:00 |
|
Paillat
|
9f4c0f2142
|
Merge pull request #36 from Alestrio/dev
[DOCKER/VISION]
|
2023-04-02 16:57:08 +02:00 |
|
Alexis LEBEL
|
e617557683
|
Merge branch 'main' into dev
|
2023-04-02 16:47:14 +02:00 |
|
Alexis LEBEL
|
55fb58cdeb
|
[CONFIG] Of course it's print !
|
2023-04-02 16:34:48 +02:00 |
|
Alexis LEBEL
|
c299b046d8
|
Merge branch 'dev' into main
|
2023-04-02 16:13:29 +02:00 |
|
Alexis LEBEL
|
d4f37afea1
|
[PROMPTS] Added support for custom prompts
|
2023-04-02 16:13:22 +02:00 |
|
Alexis LEBEL
|
778330b2e2
|
Merge branch 'main' into dev
|
2023-04-02 15:09:11 +02:00 |
|
Alexis LEBEL
|
dc48b7d21e
|
[Images] Fixed images recognition with google
|
2023-04-02 14:42:37 +02:00 |
|
Alexis LEBEL
|
187b833474
|
[CONFIG] Debug to print if not on windows
|
2023-04-02 14:23:12 +02:00 |
|
Alexis LEBEL
|
506be81afb
|
[GH/DOCKER] Enhanced build action, added arm64
|
2023-04-02 14:06:05 +02:00 |
|
Alexis LEBEL
|
57036ddf14
|
Merge branch 'dev' into main
|
2023-04-02 13:19:18 +02:00 |
|
Paillat
|
2e12028a16
|
Removed test code
|
2023-04-01 15:14:47 +02:00 |
|
Paillat
|
a53b38b735
|
Merge pull request #34 from Alestrio/dev
Dev
|
2023-04-01 14:50:17 +02:00 |
|
Alexis LEBEL
|
aea9502cdc
|
[DOCKERFILE] Files already mounted
|
2023-04-01 14:31:13 +02:00 |
|
Alexis LEBEL
|
24e19aabd5
|
[MAKEPROMPT] Fixed legacy DB support
|
2023-04-01 14:23:42 +02:00 |
|
Alexis LEBEL
|
a99374d590
|
[REQUIREMENTS] Cleaned requirements
|
2023-04-01 14:06:29 +02:00 |
|
Alexis LEBEL
|
98ba99dd68
|
[COMPOSE] Corrected volume (Didn't verify copilot lmao)
|
2023-04-01 14:04:13 +02:00 |
|
Alexis LEBEL
|
5235cd2c0a
|
[PROMPT] Renamed prompt
|
2023-04-01 13:18:14 +02:00 |
|
Alexis LEBEL
|
74f0aba20a
|
[SETTINGS] More precise model
|
2023-04-01 13:18:06 +02:00 |
|
Alexis LEBEL
|
306eefbc75
|
[MAKEPROMPT] FIxed errors and cleaned a bit more
|
2023-04-01 13:17:54 +02:00 |
|
Alexis LEBEL
|
dd14472447
|
[COMPOSE] Sample compose file
|
2023-04-01 10:18:23 +02:00 |
|
Alexis LEBEL
|
5c7993f0d3
|
[DOCKERFILE] Now makes a container ! :)
|
2023-04-01 10:18:09 +02:00 |
|
Alexis LEBEL
|
8cc99181c3
|
[VISION] Safed vision processing, not mandatory
|
2023-04-01 10:17:51 +02:00 |
|
Alexis LEBEL
|
350ef0d212
|
[MODERATION] Removed unused outdated function
Function that needed Google API, that I don't want mandatory
|
2023-04-01 10:17:27 +02:00 |
|
Alexis LEBEL
|
c5c12991d7
|
[MANAGECHAT] Cleaned up code
|
2023-03-31 20:46:08 +02:00 |
|
Alexis LEBEL
|
367a3b6082
|
[CHAT] Cleaned up code
|
2023-03-31 20:40:40 +02:00 |
|
Alexis LEBEL
|
b5fa78a687
|
[TEST] Moved test into a test folder (to be an automated test in future)
|
2023-03-31 20:40:02 +02:00 |
|
Alexis LEBEL
|
4da43c48f3
|
[MAKEPROMPT] Cleaned up the code, not perfect but OK
|
2023-03-31 20:28:09 +02:00 |
|
Alexis LEBEL
|
ddbeea3ae6
|
[GENERAL] Refactoring for DB
|
2023-03-31 16:11:03 +02:00 |
|
Alexis LEBEL
|
64df09b248
|
[MAKEPROMPT] Cleaned a bit
Still a lots of work to be done
|
2023-03-31 16:10:41 +02:00 |
|
Alexis LEBEL
|
bd1fa13924
|
[VISION] Made vision not mandatory
|
2023-03-31 16:10:13 +02:00 |
|
Alexis LEBEL
|
09ee32c8b6
|
[GENERAL] FIxed requirements
|
2023-03-31 16:09:57 +02:00 |
|
Alexis LEBEL
|
330e732802
|
[CONFIG] Cleaned up code
|
2023-03-31 14:20:43 +02:00 |
|
Alexis LEBEL
|
dd21536864
|
[CODE] Cleaned code.py
|
2023-03-31 14:13:34 +02:00 |
|
Alexis LEBEL
|
c71b7407b7
|
[GH/WORKFLOW] Added docker workflow
|
2023-03-31 14:09:28 +02:00 |
|
Alexis LEBEL
|
42cb2e9135
|
[GENERAL] Code reformatting using Black standard
|
2023-03-31 14:09:06 +02:00 |
|
Alexis LEBEL
|
88528be35c
|
[GENERAL] Added requirements.txt
|
2023-03-31 14:08:09 +02:00 |
|
Alexis LEBEL
|
464bafa056
|
[DOCKER] Cleaned build
|
2023-03-31 14:08:00 +02:00 |
|
Alexis LEBEL
|
b70bb41260
|
[DOCKER] Moved docker file to Root
|
2023-03-31 14:07:44 +02:00 |
|
Alexis LEBEL
|
72130cab90
|
[FORK] Added VSCode files to gitignore
|
2023-03-31 14:07:28 +02:00 |
|
Paillat
|
8c3bfc62e1
|
Merge branch 'main' of https://github.com/Paillat-dev/Botator
|
2023-03-21 11:20:14 +01:00 |
|
Paillat
|
a43b206f1b
|
Update chatGPT.txt
|
2023-03-21 11:20:11 +01:00 |
|