dmddl 0.2.12__tar.gz → 0.2.13__tar.gz

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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: dmddl
3
- Version: 0.2.12
3
+ Version: 0.2.13
4
4
  Summary: cli tool for creating insert script from ddl script
5
5
  License: MIT
6
6
  Author: HoJLter
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "dmddl"
3
- version = "0.2.12"
3
+ version = "0.2.13"
4
4
  description = "cli tool for creating insert script from ddl script"
5
5
  authors = [
6
6
  {name = "HoJLter",email = "hojlter.work@gmail.com"}
@@ -30,6 +30,7 @@ def ask_api_key():
30
30
 
31
31
  def make_query(provider, api_key, prompt):
32
32
  console = Console()
33
+ print(provider)
33
34
  with console.status("[bold blue]Making query. Wait for result..."):
34
35
  if provider == "OpenAI":
35
36
  response = openai_request(base_prompt+prompt, api_key)
File without changes
File without changes
File without changes
File without changes