Commit graph

331 commits

Author SHA1 Message Date
Yasir Aris M
3a689eb363
FIx 2024-08-10 21:11:34 +07:00
Yasir Aris M
82f93130cd
Debug dulu soalnya belum nemu case error nya dimana 2024-08-10 20:47:43 +07:00
Yasir Aris M
6ef50936b6
Gatau kenapa make httpx broken 2024-08-10 20:41:13 +07:00
Yasir Aris M
1193e1877c
Update chatbot_ai.py 2024-08-10 20:34:22 +07:00
Yasir Aris M
5d5121e4f1
apanya yg salah yaa 2024-08-10 20:32:46 +07:00
Yasir Aris M
695cdbd58c
Update chatbot_ai.py 2024-08-10 20:28:07 +07:00
Yasir Aris M
321f801aef
Update chatbot_ai.py 2024-08-10 20:19:48 +07:00
Yasir Aris M
3364fa872e Minor fix
Signed-off-by: Yasir Aris M <git@yasirdev.my.id>
2024-08-10 09:41:30 +07:00
Yasir Aris M
673c709ca2
Update filters.py 2024-08-10 09:27:40 +07:00
Yasir Aris M
53ee89e7b5
Fix stickerset invalid exception 2024-08-10 09:25:14 +07:00
Yasir Aris M
bfeddafed5
Forget 2024-08-10 09:08:38 +07:00
Yasir Aris M
30df9a3448
Fix notes 2024-08-10 09:05:52 +07:00
Yasir Aris M
4c51e9266c
Fix filters 2024-08-10 09:02:37 +07:00
Yasir Aris M
74a914c096
Update web_scraper.py 2024-08-10 08:54:26 +07:00
Yasir Aris M
17f043945c
Done update gpt4
This code is generated by AI for AI
2024-08-09 10:51:27 +07:00
Yasir Aris M
0256ecc517
Add exception 2024-08-09 10:43:53 +07:00
Yasir Aris M
c1f8c45d29
Update chatbot_ai.py 2024-08-09 10:40:51 +07:00
Yasir Aris M
6373edce2f
Okee Fixx 2024-08-09 10:37:39 +07:00
Yasir Aris M
cef9c96235
Update chatbot_ai.py 2024-08-09 10:33:33 +07:00
Yasir Aris M
dee7fe75b3
Update chatbot_ai.py 2024-08-09 10:31:20 +07:00
Yasir Aris M
973db569fe
Debug 2024-08-09 10:30:25 +07:00
Yasir Aris M
62c4d400e3
Update http.py 2024-08-09 10:28:10 +07:00
Yasir Aris M
e01d4c1d92
Typo 2024-08-09 10:26:53 +07:00
Yasir Aris M
2c0a3ed810
Test scrape duck duck go AI 2024-08-09 10:24:25 +07:00
Yasir Aris M
8837cdeed0
Fix http helper 2024-08-08 10:30:13 +07:00
Yasir Aris M
efe8905ef1
Not needed, biar universal aja 2024-08-08 09:21:28 +07:00
Yasir Aris M
7d0e5040c2
Fix language 2024-08-08 08:57:14 +07:00
Yasir Aris M
3b4e6cdafd
Changing the custom AI prompt according to the bot theme hehehe 2024-08-08 08:42:49 +07:00
Yasir Aris M
dd74355e0b
Update http.py 2024-08-03 12:49:16 +07:00
Yasir Aris M
3faf96da44
Fix format 2024-08-02 10:20:54 +07:00
Yasir Aris M
d7b0bebdd9
Added privacy policy 2024-08-02 10:12:09 +07:00
Yasir Aris M
96ada8d284
Custom ai message hehe 2024-07-31 22:00:42 +07:00
Yasir Aris M
e93ff1ea0f
Wrong html parsing 2024-07-31 11:19:59 +07:00
Yasir Aris M
6bd5d9990e
Fix None object 2024-07-31 11:18:18 +07:00
Yasir Aris M
c99815ce04
Fix stream response 2024-07-31 11:14:12 +07:00
Yasir Aris M
260cd31542
Use self host private openai (limit 1k tpm) 2024-07-31 11:00:31 +07:00
deepsource-autofix[bot]
2aa93bb4d5
style: format code with isort, Ruff Formatter and Yapf (#300)
* style: format code with isort, Ruff Formatter and Yapf

This commit fixes the style issues introduced in f9f107e according to the output
from isort, Ruff Formatter and Yapf.

Details: None

* refactor: autofix issues in 2 files

Resolved issues in the following files with DeepSource Autofix:
1. misskaty/plugins/download_upload.py
2. misskaty/plugins/nightmodev2.py

* style: format code with isort, Ruff Formatter and Yapf

This commit fixes the style issues introduced in 1bc1345 according to the output
from isort, Ruff Formatter and Yapf.

Details: https://github.com/yasirarism/MissKatyPyro/pull/300

* refactor: autofix issues in 2 files

Resolved issues in the following files with DeepSource Autofix:
1. misskaty/plugins/dev.py
2. misskaty/plugins/misc_tools.py

* style: format code with isort, Ruff Formatter and Yapf

This commit fixes the style issues introduced in 58d2f1a according to the output
from isort, Ruff Formatter and Yapf.

Details: https://github.com/yasirarism/MissKatyPyro/pull/300

---------

Co-authored-by: deepsource-autofix[bot] <62050782+deepsource-autofix[bot]@users.noreply.github.com>
Co-authored-by: Yasir Aris M <git@yasirdev.my.id>
2024-07-30 11:52:58 +07:00
deepsource-autofix[bot]
0bc0e91688
refactor: merge isinstance calls (#302)
You can pass a tuple of types you want to check as the second argument to `isinstance`. If the object matches with any of the types, it will return `True` else `False`.

Co-authored-by: deepsource-autofix[bot] <62050782+deepsource-autofix[bot]@users.noreply.github.com>
2024-07-30 11:50:31 +07:00
deepsource-autofix[bot]
88558990d0
refactor: remove reimported module (#301)
* refactor: remove reimported module

A module or an import name is reimported multiple times. This can be confusing and should be fixed.
Please refer to the occurrence message to see the reimported name and the line number where it was imported for the first time.

* style: format code with isort, Ruff Formatter and Yapf

This commit fixes the style issues introduced in f7922fd according to the output
from isort, Ruff Formatter and Yapf.

Details: https://github.com/yasirarism/MissKatyPyro/pull/301

---------

Co-authored-by: deepsource-autofix[bot] <62050782+deepsource-autofix[bot]@users.noreply.github.com>
2024-07-30 11:41:22 +07:00
Yasir Aris M
6d855662a0
Fix spacebin paste 2024-07-30 10:44:36 +07:00
Yasir Aris M
a89a3cabcd
forgot 2024-07-30 10:34:00 +07:00
Yasir Aris M
b5da5be4e4
done 2024-07-30 10:33:04 +07:00
Yasir Aris M
ccbc583d87
. 2024-07-30 09:32:23 +07:00
Yasir Aris M
241299c6ba
Fx 2024-07-30 09:28:58 +07:00
Yasir Aris M
3d2544572e
Forgot import 2024-07-30 09:26:46 +07:00
Yasir Aris M
dfeec28054
tes star example 2024-07-30 09:26:04 +07:00
Yasir Aris M
7d96a64b48
Fixx 2024-07-30 08:30:18 +07:00
Yasir Aris M
1e9b9716ce
Fix 2024-07-30 08:26:32 +07:00
Yasir Aris M
e762872d68
Fix eval and shell cmd in channel 2024-07-30 08:24:00 +07:00
Yasir Aris M
6f449bc98c
Temp fix wait lib for update 2024-07-29 17:30:47 +07:00