ngpt 2.11.4__py3-none-any.whl → 2.11.5__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.
- ngpt/__main__.py +4 -0
- {ngpt-2.11.4.dist-info → ngpt-2.11.5.dist-info}/METADATA +4 -1
- {ngpt-2.11.4.dist-info → ngpt-2.11.5.dist-info}/RECORD +6 -5
- {ngpt-2.11.4.dist-info → ngpt-2.11.5.dist-info}/WHEEL +0 -0
- {ngpt-2.11.4.dist-info → ngpt-2.11.5.dist-info}/entry_points.txt +0 -0
- {ngpt-2.11.4.dist-info → ngpt-2.11.5.dist-info}/licenses/LICENSE +0 -0
ngpt/__main__.py
ADDED
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: ngpt
|
3
|
-
Version: 2.11.
|
3
|
+
Version: 2.11.5
|
4
4
|
Summary: A lightweight Python CLI and library for interacting with OpenAI-compatible APIs, supporting both official and self-hosted LLM endpoints.
|
5
5
|
Project-URL: Homepage, https://github.com/nazdridoy/ngpt
|
6
6
|
Project-URL: Repository, https://github.com/nazdridoy/ngpt
|
@@ -79,6 +79,9 @@ uv tool install ngpt
|
|
79
79
|
# Chat with default settings
|
80
80
|
ngpt "Tell me about quantum computing"
|
81
81
|
|
82
|
+
# Alternatively, run as a Python module
|
83
|
+
python -m ngpt "Tell me about quantum computing"
|
84
|
+
|
82
85
|
# Start an interactive chat session with conversation memory
|
83
86
|
ngpt -i
|
84
87
|
|
@@ -1,4 +1,5 @@
|
|
1
1
|
ngpt/__init__.py,sha256=kpKhViLakwMdHZkuLht2vWcjt0uD_5gR33gvMhfXr6w,664
|
2
|
+
ngpt/__main__.py,sha256=8jnUtGyV5HLiixnmWKxRK9nrWOSgE7yr95XbdmemvxE,61
|
2
3
|
ngpt/cli.py,sha256=j3eFYPOtCCFBOGh7NK5IWEnADnTMMSEB9GLyIDoW724,66
|
3
4
|
ngpt/client.py,sha256=rLgDPmJe8_yi13-XUiHJ45z54rJVrupxWmeb-fQZGF4,15129
|
4
5
|
ngpt/cli/__init__.py,sha256=hebbDSMGiOd43YNnQP67uzr67Ue6rZPwm2czynr5iZY,43
|
@@ -18,8 +19,8 @@ ngpt/utils/__init__.py,sha256=E46suk2-QgYBI0Qrs6WXOajOUOebF3ETAFY7ah8DTWs,942
|
|
18
19
|
ngpt/utils/cli_config.py,sha256=A1TgO1rkRs6zgfNwIw5v8-N5jxqrHMZ4B6r3w48egi8,10687
|
19
20
|
ngpt/utils/config.py,sha256=WYOk_b1eiYjo6hpV3pfXr2RjqhOnmKqwZwKid1T41I4,10363
|
20
21
|
ngpt/utils/log.py,sha256=3AJiry9vUbo9Rzzrgj6-NMM4lCbgoZhrGcXvdxMqtrs,6353
|
21
|
-
ngpt-2.11.
|
22
|
-
ngpt-2.11.
|
23
|
-
ngpt-2.11.
|
24
|
-
ngpt-2.11.
|
25
|
-
ngpt-2.11.
|
22
|
+
ngpt-2.11.5.dist-info/METADATA,sha256=4SN84RPaPPQj5uHmppF9CPfZiwLsMyytqt3JJyElbew,20722
|
23
|
+
ngpt-2.11.5.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
24
|
+
ngpt-2.11.5.dist-info/entry_points.txt,sha256=1cnAMujyy34DlOahrJg19lePSnb08bLbkUs_kVerqdk,39
|
25
|
+
ngpt-2.11.5.dist-info/licenses/LICENSE,sha256=mQkpWoADxbHqE0HRefYLJdm7OpdrXBr3vNv5bZ8w72M,1065
|
26
|
+
ngpt-2.11.5.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|