ngpt 2.16.6__py3-none-any.whl → 2.16.7__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-2.16.6.dist-info → ngpt-2.16.7.dist-info}/METADATA +11 -11
- {ngpt-2.16.6.dist-info → ngpt-2.16.7.dist-info}/RECORD +5 -5
- {ngpt-2.16.6.dist-info → ngpt-2.16.7.dist-info}/WHEEL +0 -0
- {ngpt-2.16.6.dist-info → ngpt-2.16.7.dist-info}/entry_points.txt +0 -0
- {ngpt-2.16.6.dist-info → ngpt-2.16.7.dist-info}/licenses/LICENSE +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: ngpt
|
3
|
-
Version: 2.16.
|
3
|
+
Version: 2.16.7
|
4
4
|
Summary: Swiss army knife for LLMs: powerful CLI, interactive chatbot, and flexible Python library. Works with OpenAI, Ollama, Groq, Claude, and any OpenAI-compatible API.
|
5
5
|
Project-URL: Homepage, https://github.com/nazdridoy/ngpt
|
6
6
|
Project-URL: Repository, https://github.com/nazdridoy/ngpt
|
@@ -40,9 +40,12 @@ Description-Content-Type: text/markdown
|
|
40
40
|
|
41
41
|
[](https://pypi.org/project/ngpt/)
|
42
42
|
[](https://opensource.org/licenses/MIT)
|
43
|
-
[](https://pypi.org/project/ngpt/)
|
44
43
|
[](https://nazdridoy.github.io/ngpt/)
|
45
|
-
|
44
|
+
[](https://nazdridoy.github.io/ngpt/installation.html)
|
45
|
+
[](https://nazdridoy.github.io/ngpt/installation.html)
|
46
|
+
[](https://nazdridoy.github.io/ngpt/installation.html)
|
47
|
+
[](https://nazdridoy.github.io/ngpt/installation.html)
|
48
|
+
[](https://pypi.org/project/ngpt/)
|
46
49
|
|
47
50
|

|
48
51
|
|
@@ -243,21 +246,18 @@ ngpt --interactive --log conversation.log
|
|
243
246
|
# Use custom system prompt to guide AI behavior
|
244
247
|
ngpt --preprompt "You are a Python programming tutor" "Explain decorators"
|
245
248
|
|
246
|
-
# Show
|
247
|
-
ngpt -v
|
248
|
-
|
249
|
-
# Show active configuration
|
250
|
-
ngpt --show-config
|
251
|
-
|
252
|
-
# Show all configurations
|
249
|
+
# Show all API configurations
|
253
250
|
ngpt --show-config --all
|
254
251
|
|
255
252
|
# List available models for the active configuration
|
256
253
|
ngpt --list-models
|
257
254
|
|
258
|
-
# List models for a specific configuration
|
255
|
+
# List models for a specific configuration (index)
|
259
256
|
ngpt --list-models --config-index 1
|
260
257
|
|
258
|
+
# List models for a specific configuration (provider)
|
259
|
+
ngpt --list-models --provider Gemini
|
260
|
+
|
261
261
|
# With custom options
|
262
262
|
ngpt --api-key your-key --base-url http://your-endpoint --model your-model "Hello"
|
263
263
|
|
@@ -20,8 +20,8 @@ ngpt/utils/__init__.py,sha256=E46suk2-QgYBI0Qrs6WXOajOUOebF3ETAFY7ah8DTWs,942
|
|
20
20
|
ngpt/utils/cli_config.py,sha256=tQxR3a2iXyc5TfRBPQHSUXPInO2dv_zTPGn04eWfmoo,11285
|
21
21
|
ngpt/utils/config.py,sha256=WYOk_b1eiYjo6hpV3pfXr2RjqhOnmKqwZwKid1T41I4,10363
|
22
22
|
ngpt/utils/log.py,sha256=f1jg2iFo35PAmsarH8FVL_62plq4VXH0Mu2QiP6RJGw,15934
|
23
|
-
ngpt-2.16.
|
24
|
-
ngpt-2.16.
|
25
|
-
ngpt-2.16.
|
26
|
-
ngpt-2.16.
|
27
|
-
ngpt-2.16.
|
23
|
+
ngpt-2.16.7.dist-info/METADATA,sha256=VWaC8qsuVQS5Qb4ZwDB5lo-7ToRmCBOCx_XYLMEdMrE,25460
|
24
|
+
ngpt-2.16.7.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
25
|
+
ngpt-2.16.7.dist-info/entry_points.txt,sha256=SqAAvLhMrsEpkIr4YFRdUeyuXQ9o0IBCeYgE6AVojoI,44
|
26
|
+
ngpt-2.16.7.dist-info/licenses/LICENSE,sha256=mQkpWoADxbHqE0HRefYLJdm7OpdrXBr3vNv5bZ8w72M,1065
|
27
|
+
ngpt-2.16.7.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|