nao-core 0.0.10__py3-none-any.whl → 0.0.11__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.
nao_core/__init__.py CHANGED
@@ -1,2 +1,2 @@
1
1
  # nao Core CLI package
2
- __version__ = "0.0.10"
2
+ __version__ = "0.0.11"
nao_core/commands/chat.py CHANGED
@@ -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
  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,4 +1,4 @@
1
- nao_core/__init__.py,sha256=-Aj7YF0EDfK87IW3u7AiR2ucnTVT05PKEisVWvCbeQY,46
1
+ nao_core/__init__.py,sha256=OTB7vGhVCdxrovMSyxjPvmW5myiN0jPFano1PGXh6Dc,46
2
2
  nao_core/config.py,sha256=uNZ_q6f6IC3i7e8SFu-CXJhcCboNNm3UjnL4KHpw-cw,4527
3
3
  nao_core/main.py,sha256=f00vLL4s2B2kCMa8y3lI56LX3TnUppWzYmqM6eOGomA,205
4
4
  nao_core/bin/db.sqlite,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
@@ -9,12 +9,12 @@ nao_core/bin/public/assets/index-BSxC58nD.js,sha256=KfT52WftnDWjgEEplssDzkzOPgCR
9
9
  nao_core/bin/public/assets/index-Dh3br3Ia.js,sha256=UlskObLoJLwNKErNk6DrjrBdsbemOJ9BT16_ejD5234,333150
10
10
  nao_core/bin/public/assets/index-heKLHGGE.css,sha256=9tGsJsaCXrJ0-GQptxyrmuQhX4rWcUNLvWmR8n0-5vY,30119
11
11
  nao_core/commands/__init__.py,sha256=rFCuUyA9wM4hS6CxCt2M_5W4VysyQXh6HkA_hyRCxPc,207
12
- nao_core/commands/chat.py,sha256=HvPKWVS4fs1sI1hdwh-JiIiH8RQQT3c8uZBKI735mPU,4427
13
- nao_core/commands/debug.py,sha256=S1Ogzb3iPs0CulijaM_2DWWKj-4gJBpcwBA-DTMc6zM,4819
12
+ nao_core/commands/chat.py,sha256=xhcBfP40IedunfLX73VNDM5VOGBDnqqii4khoVE-imY,4430
13
+ nao_core/commands/debug.py,sha256=Hdtb6_2F-a9Nr-aU_exdnPZY0-Lf9dgV1QX6QxPr9P8,4794
14
14
  nao_core/commands/init.py,sha256=lL4Zn8KIhgH2hRTFOBuQIHpiReSeOF517J4s4zBdwEk,5175
15
15
  nao_core/commands/sync.py,sha256=P_AHbTwIifmvhvAJuYR3zA9gdBD2QbaONHQArzS4nXc,4654
16
- nao_core-0.0.10.dist-info/METADATA,sha256=MO-dOqLMZrBxtAoICdr-CNRtIDQRnhNQJiAggLYUSLo,5143
17
- nao_core-0.0.10.dist-info/WHEEL,sha256=WLgqFyCfm_KASv4WHyYy0P3pM_m7J5L9k2skdKLirC8,87
18
- nao_core-0.0.10.dist-info/entry_points.txt,sha256=SZakIiNybgS3pl_OEZVLyLSweadeBFoEMBECMoj9czY,42
19
- nao_core-0.0.10.dist-info/licenses/LICENSE,sha256=rn5YtWB6E5hPQI49tCTNSyqlArWGsB6HzA5FfSbRHRs,1066
20
- nao_core-0.0.10.dist-info/RECORD,,
16
+ nao_core-0.0.11.dist-info/METADATA,sha256=XWK2ujf5mNjTE0aEjG2FYforbf8nE8PI6GtwLtbYiaI,5143
17
+ nao_core-0.0.11.dist-info/WHEEL,sha256=WLgqFyCfm_KASv4WHyYy0P3pM_m7J5L9k2skdKLirC8,87
18
+ nao_core-0.0.11.dist-info/entry_points.txt,sha256=SZakIiNybgS3pl_OEZVLyLSweadeBFoEMBECMoj9czY,42
19
+ nao_core-0.0.11.dist-info/licenses/LICENSE,sha256=rn5YtWB6E5hPQI49tCTNSyqlArWGsB6HzA5FfSbRHRs,1066
20
+ nao_core-0.0.11.dist-info/RECORD,,