allinoneallinone00
c4c7211f6e
Remeove: Unused Variable
2024-05-01 19:49:59 +00:00
Abhi
5eb747a164
Update antipm.py
2024-05-02 00:20:02 +05:30
Abhi
fdaf3d9b25
Update python.py
2024-05-02 00:18:07 +05:30
Abhi
e1b4b5c58f
Update example.py
2024-05-02 00:04:59 +05:30
Abhi
4600773343
Update aiutils.py
2024-05-01 23:51:58 +05:30
Abhi
74e6d7029a
Update aiutils.py
2024-05-01 23:51:58 +05:30
Abhi
0e96b9261c
Update lexica.py
2024-05-01 23:51:58 +05:30
deepsource-autofix[bot]
36e3517aef
refactor: remove length check in favour of truthiness of the object
...
Using the `len` function to check if a sequence is empty is not idiomatic and can be less performant than checking the truthiness of the object. `len` doesn't know the context in which it is called, so if computing the length means traversing the entire sequence, it must; it doesn't know that the result is just being compared to 0.
2024-05-01 22:59:06 +05:30
deepsource-autofix[bot]
282bc0b98f
refactor: refactor if expression
...
The `if` expression used here can be simplified to increase the code readability. Example:
2024-05-01 22:54:44 +05:30
deepsource-autofix[bot]
23341d79ae
refactor: remove unnecessary whitespace
...
Blank lines should not contain any tabs or spaces.
2024-05-01 22:50:34 +05:30
deepsource-autofix[bot]
16ce0ce826
refactor: add newline at end of file
...
It is recommended to put a newline at the end of the file.
2024-05-01 22:48:07 +05:30
deepsource-autofix[bot]
9d8f823ad7
refactor: remove commented out code
...
It is recommended to remove any commented code in your codebase.
2024-05-01 22:24:20 +05:30
deepsource-autofix[bot]
ba975a324b
refactor: refactor unnecessary else / elif when if block has a return statement
...
The use of `else` or `elif` becomes redundant and can be dropped if the last statement under the leading `if` / `elif` block is a `return` statement.
In the case of an `elif` after `return`, it can be written as a separate `if` block.
For `else` blocks after `return`, the statements can be shifted out of `else`. Please refer to the examples below for reference.
Refactoring the code this way can improve code-readability and make it easier to maintain.
2024-05-01 22:19:37 +05:30
deepsource-autofix[bot]
b3c86802c4
refactor: remove unused imports
...
An object has been imported but is not used anywhere in the file.
It should either be used or the import should be removed.
2024-05-01 22:11:04 +05:30
allinoneallinone00
bca10d9b57
Remove depreciated gpt
2024-04-30 15:14:57 +00:00
allinoneallinone00
631b803467
Remove Unnecessary humanize loader in afk.py
2024-04-30 00:49:19 +00:00
allinoneallinone00
3715eafe69
Major Shit's Fixes
2024-04-30 00:35:34 +00:00
allinoneallinone00
300f0bcc5e
Lint: aiutils
2024-04-29 23:09:27 +00:00
allinoneallinone00
7a17eafbe2
Lint: open
2024-04-29 23:05:03 +00:00
allinoneallinone00
dc98e665ec
Lint: RemoveBG
2024-04-29 23:02:00 +00:00
allinoneallinone00
11091dd104
Lint: uplud
2024-04-29 22:55:57 +00:00
allinoneallinone00
81d6c8def6
Lint: url module
2024-04-29 22:52:54 +00:00
allinoneallinone00
7551c83cf9
Lint: VirusTotal Module
2024-04-29 22:48:16 +00:00
allinoneallinone00
5723f7df13
Lint: Some Codes
2024-04-29 22:38:37 +00:00
allinoneallinone00
380239a818
Remove unused imports and f-strings
2024-04-29 13:52:39 +00:00
allinoneallinone00
344b4540aa
Fix: Ai Should Reply to only texts from incoming users
2024-04-29 13:50:05 +00:00
allinoneallinone00
5fe985e949
Add restart after chatbot off
2024-04-29 10:46:20 +00:00
allinoneallinone00
6fbe116cef
Better Ai users db handling and bug fixes
2024-04-29 10:14:02 +00:00
allinoneallinone00
912cc1f051
Fix CHatBot
2024-04-29 09:32:47 +00:00
allinoneallinone00
ab4ac8764d
Fix Lexica propmts
2024-04-29 08:50:45 +00:00
allinoneallinone00
0ea47da65a
Fix DB Ai Users removal
2024-04-29 08:35:55 +00:00
Abhi
c91f43fec6
Update chatbot.py
2024-04-29 07:47:26 +05:30
Abhi
8a2731fa67
Update chatbot.py
2024-04-29 07:41:47 +05:30
allinoneallinone00
698c308b91
Add Ai chatbot
2024-04-29 01:26:32 +00:00
allinoneallinone00
dc37f7d496
Fix Lexica Upscale
2024-04-28 23:39:19 +00:00
allinoneallinone00
55d1909978
.
2024-04-25 01:29:07 +00:00
allinoneallinone00
f8a88e99fa
Add Image Gen lexicapi, Improved logging format
2024-04-25 00:45:47 +00:00
Abhi
262f436b23
Update url.py
2024-04-24 20:37:06 +05:30
allinoneallinone00
934e7eb340
refactor notes
2024-04-23 20:03:28 +00:00
allinoneallinone00
c2c684ae41
Refactored admintool
...
- Add handlers to handle admintools module
2024-04-23 19:26:03 +00:00
allinoneallinone00
bf140da5b6
Refactor and Fix issues in install
2024-04-23 15:49:31 +00:00
Abhi
3a598bd423
Update size for dalle
2024-04-23 16:53:18 +05:30
allinoneallinone00
9a59f3bb31
✨ feat(DALLE-3 and Refactor):
2024-04-23 11:01:01 +00:00
allinoneallinone00
28661da10b
🐞 fix(Sudden Download Pause): Fix Issue urldl
...
- Add new requirements `pySmartDL`
2024-04-23 07:25:40 +00:00
allinoneallinone00
13e10b861d
🐞 fix(Better download speed and file format checks for urldl):
2024-04-22 16:58:33 +00:00
allinoneallinone00
2fc144b0aa
Add gpt3 model as inbuilt plugin
2024-04-22 15:18:35 +00:00
allinoneallinone00
61686da2c0
Fix variable shadowing in torrent search
2024-04-22 14:40:43 +00:00
allinoneallinone00
5f766c3db1
Better Error Handling and New Module safone
2024-04-22 14:15:55 +00:00
Abhi
add02a7a7a
Add open and Update vars instuctions in README with new requirements
2024-04-21 21:00:23 +00:00
Abhi
6c471f279a
Better Handling of directories during downloads
2024-04-21 21:20:18 +05:30