nao-core 0.0.10__tar.gz → 0.0.11__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.4
2
2
  Name: nao-core
3
- Version: 0.0.10
3
+ Version: 0.0.11
4
4
  Summary: nao Core is your analytics context builder with the best chat interface.
5
5
  Project-URL: Homepage, https://getnao.io
6
6
  Project-URL: Repository, https://github.com/naolabs/chat
@@ -1,2 +1,2 @@
1
1
  # nao Core CLI package
2
- __version__ = "0.0.10"
2
+ __version__ = "0.0.11"
@@ -76,7 +76,7 @@ def chat():
76
76
 
77
77
  # Set LLM API key from config if available
78
78
  if config and config.llm:
79
- env_var_name = f"{config.llm.model.upper()}_API_KEY"
79
+ env_var_name = f"{config.llm.provider.upper()}_API_KEY"
80
80
  env[env_var_name] = config.llm.api_key
81
81
  console.print(f"[bold green]✓[/bold green] Set {env_var_name} from config")
82
82
 
@@ -1,5 +1,4 @@
1
1
  import sys
2
- from pathlib import Path
3
2
 
4
3
  from rich.console import Console
5
4
  from rich.table import Table
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "nao-core"
3
- version = "0.0.10"
3
+ version = "0.0.11"
4
4
  description = "nao Core is your analytics context builder with the best chat interface."
5
5
  readme = "README.md"
6
6
  requires-python = ">=3.10"
@@ -36,7 +36,7 @@ Homepage = "https://getnao.io"
36
36
  Repository = "https://github.com/naolabs/chat"
37
37
 
38
38
  [dependency-groups]
39
- dev = ["ruff>=0.8.0"]
39
+ dev = ["ruff>=0.8.0", "ty>=0.0.9"]
40
40
 
41
41
  [build-system]
42
42
  requires = ["hatchling"]
File without changes
File without changes
File without changes
File without changes
File without changes