dmddl 0.2.20__py3-none-any.whl → 0.2.22__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- dmddl/cli.py +1 -1
- dmddl/config/proxy.py +1 -1
- {dmddl-0.2.20.dist-info → dmddl-0.2.22.dist-info}/METADATA +1 -1
- {dmddl-0.2.20.dist-info → dmddl-0.2.22.dist-info}/RECORD +7 -7
- {dmddl-0.2.20.dist-info → dmddl-0.2.22.dist-info}/LICENSE +0 -0
- {dmddl-0.2.20.dist-info → dmddl-0.2.22.dist-info}/WHEEL +0 -0
- {dmddl-0.2.20.dist-info → dmddl-0.2.22.dist-info}/entry_points.txt +0 -0
dmddl/cli.py
CHANGED
@@ -128,7 +128,7 @@ def main():
|
|
128
128
|
proxies = None
|
129
129
|
|
130
130
|
if args.proxy:
|
131
|
-
with console.status("[blue bold]
|
131
|
+
with console.status("[blue bold] Searching for valid proxies..."):
|
132
132
|
proxies = asyncio.run(get_valid_proxies())
|
133
133
|
if proxies:
|
134
134
|
print("[bold blue] Proxy found!")
|
dmddl/config/proxy.py
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
dmddl/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
2
|
-
dmddl/cli.py,sha256=
|
2
|
+
dmddl/cli.py,sha256=rUySIisltidK-S31Q33WYdtQrKlxESDYeCuBAIjDpWY,4528
|
3
3
|
dmddl/config/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
4
|
-
dmddl/config/proxy.py,sha256=
|
4
|
+
dmddl/config/proxy.py,sha256=SSMviuSlJ9l8C_-nT2vcxKEWUBJoaAweszVehzwDYUU,1063
|
5
5
|
dmddl/config/settings.py,sha256=2xRMW9sjc3aro2QUGLMhKQGdAuCMkc5n6G23iXrkyMo,1261
|
6
6
|
dmddl/models/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
7
7
|
dmddl/models/llm.py,sha256=ruW57MEwscWtCWe6MvfGP0FGvuRJlVWM12c-W0IS1_c,1354
|
8
8
|
dmddl/models/prompt.py,sha256=7cjWC-mQJR32jc0a0GsyoYDZWROB57Yk4Wy4nRsiFoM,1923
|
9
|
-
dmddl-0.2.
|
10
|
-
dmddl-0.2.
|
11
|
-
dmddl-0.2.
|
12
|
-
dmddl-0.2.
|
13
|
-
dmddl-0.2.
|
9
|
+
dmddl-0.2.22.dist-info/entry_points.txt,sha256=87tyUAFcB9RYRLhYyxroZxcTho-o3IGXnMM4uMGKdV4,40
|
10
|
+
dmddl-0.2.22.dist-info/LICENSE,sha256=C--Tlk2EXyLEz1DSTQFKOo-WblCPTsxPcd8t63NCauw,1090
|
11
|
+
dmddl-0.2.22.dist-info/METADATA,sha256=ws5O6SMAvnojSYDxof44NDlp_YLGjks3xU_tyNRmJi0,1778
|
12
|
+
dmddl-0.2.22.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
|
13
|
+
dmddl-0.2.22.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|