dmddl 0.2.5__py3-none-any.whl → 0.2.6__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 +3 -3
- {dmddl-0.2.5.dist-info → dmddl-0.2.6.dist-info}/METADATA +1 -1
- {dmddl-0.2.5.dist-info → dmddl-0.2.6.dist-info}/RECORD +6 -6
- {dmddl-0.2.5.dist-info → dmddl-0.2.6.dist-info}/LICENSE +0 -0
- {dmddl-0.2.5.dist-info → dmddl-0.2.6.dist-info}/WHEEL +0 -0
- {dmddl-0.2.5.dist-info → dmddl-0.2.6.dist-info}/entry_points.txt +0 -0
dmddl/cli.py
CHANGED
@@ -1,10 +1,10 @@
|
|
1
1
|
import questionary
|
2
|
-
from config.settings import LLMSettings
|
2
|
+
from dmddl.config.settings import LLMSettings
|
3
3
|
from rich import print
|
4
4
|
from rich.syntax import Syntax
|
5
5
|
from rich.console import Console
|
6
|
-
from models.llm import openai_request
|
7
|
-
from models.prompt import prompt as base_prompt
|
6
|
+
from dmddl.models.llm import openai_request
|
7
|
+
from dmddl.models.prompt import prompt as base_prompt
|
8
8
|
import argparse
|
9
9
|
|
10
10
|
|
@@ -1,12 +1,12 @@
|
|
1
1
|
dmddl/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
2
|
-
dmddl/cli.py,sha256=
|
2
|
+
dmddl/cli.py,sha256=22zK7qzhhUyJU6k3QhrD8p9l98gSB5cRtPifTkxLrMY,3168
|
3
3
|
dmddl/config/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
4
4
|
dmddl/config/settings.py,sha256=bRUhxpVT6A2fSzO8HLJnolKmixBjz7THSP0YzKmrHNc,1151
|
5
5
|
dmddl/models/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
6
6
|
dmddl/models/llm.py,sha256=-0e9tyMXki4t9R-zKEqcNveFbwKhJmMxOVR7VkhMv7g,851
|
7
7
|
dmddl/models/prompt.py,sha256=7cjWC-mQJR32jc0a0GsyoYDZWROB57Yk4Wy4nRsiFoM,1923
|
8
|
-
dmddl-0.2.
|
9
|
-
dmddl-0.2.
|
10
|
-
dmddl-0.2.
|
11
|
-
dmddl-0.2.
|
12
|
-
dmddl-0.2.
|
8
|
+
dmddl-0.2.6.dist-info/entry_points.txt,sha256=87tyUAFcB9RYRLhYyxroZxcTho-o3IGXnMM4uMGKdV4,40
|
9
|
+
dmddl-0.2.6.dist-info/LICENSE,sha256=C--Tlk2EXyLEz1DSTQFKOo-WblCPTsxPcd8t63NCauw,1090
|
10
|
+
dmddl-0.2.6.dist-info/METADATA,sha256=XSBsxYYHmjYU9wKhsEGmCoE-_X8moQgjohjtVvhb6y0,934
|
11
|
+
dmddl-0.2.6.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
|
12
|
+
dmddl-0.2.6.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|