pygpt-net 2.6.24__py3-none-any.whl → 2.6.26__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.
- pygpt_net/CHANGELOG.txt +10 -0
- pygpt_net/__init__.py +1 -1
- pygpt_net/app.py +3 -1
- pygpt_net/controller/config/placeholder.py +3 -1
- pygpt_net/controller/model/importer.py +42 -5
- pygpt_net/core/agents/runners/loop.py +36 -3
- pygpt_net/core/models/models.py +5 -1
- pygpt_net/core/types/openai.py +2 -1
- pygpt_net/data/config/config.json +34 -3
- pygpt_net/data/config/models.json +2 -2
- pygpt_net/data/config/settings.json +72 -1
- pygpt_net/data/locale/locale.en.ini +10 -0
- pygpt_net/provider/core/config/patch.py +46 -1
- pygpt_net/provider/llms/anthropic.py +33 -3
- pygpt_net/provider/llms/azure_openai.py +9 -4
- pygpt_net/provider/llms/deepseek_api.py +36 -3
- pygpt_net/provider/llms/google.py +7 -1
- pygpt_net/provider/llms/hugging_face_api.py +9 -3
- pygpt_net/provider/llms/hugging_face_router.py +17 -3
- pygpt_net/provider/llms/llama_index/x_ai/__init__.py +0 -0
- pygpt_net/provider/llms/llama_index/x_ai/embedding.py +71 -0
- pygpt_net/provider/llms/local.py +31 -1
- pygpt_net/provider/llms/mistral.py +29 -1
- pygpt_net/provider/llms/ollama.py +3 -1
- pygpt_net/provider/llms/open_router.py +104 -0
- pygpt_net/provider/llms/openai.py +7 -2
- pygpt_net/provider/llms/x_ai.py +19 -3
- {pygpt_net-2.6.24.dist-info → pygpt_net-2.6.26.dist-info}/METADATA +51 -28
- {pygpt_net-2.6.24.dist-info → pygpt_net-2.6.26.dist-info}/RECORD +32 -29
- {pygpt_net-2.6.24.dist-info → pygpt_net-2.6.26.dist-info}/LICENSE +0 -0
- {pygpt_net-2.6.24.dist-info → pygpt_net-2.6.26.dist-info}/WHEEL +0 -0
- {pygpt_net-2.6.24.dist-info → pygpt_net-2.6.26.dist-info}/entry_points.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.3
|
|
2
2
|
Name: pygpt-net
|
|
3
|
-
Version: 2.6.
|
|
3
|
+
Version: 2.6.26
|
|
4
4
|
Summary: Desktop AI Assistant powered by: OpenAI GPT-5, GPT-4, o1, o3, Gemini, Claude, Grok, DeepSeek, and other models supported by Llama Index, and Ollama. Chatbot, agents, completion, image generation, vision analysis, speech-to-text, plugins, internet access, file handling, command execution and more.
|
|
5
5
|
License: MIT
|
|
6
6
|
Keywords: ai,api,api key,app,assistant,bielik,chat,chatbot,chatgpt,claude,dall-e,deepseek,desktop,gemini,gpt,gpt-3.5,gpt-4,gpt-4-vision,gpt-4o,gpt-5,gpt-oss,gpt3.5,gpt4,grok,langchain,llama-index,llama3,mistral,o1,o3,ollama,openai,presets,py-gpt,py_gpt,pygpt,pyside,qt,text completion,tts,ui,vision,whisper
|
|
@@ -21,39 +21,43 @@ Requires-Dist: PyAudio (>=0.2.14,<0.3.0)
|
|
|
21
21
|
Requires-Dist: PyAutoGUI (>=0.9.54,<0.10.0)
|
|
22
22
|
Requires-Dist: PySide6 (==6.9.1)
|
|
23
23
|
Requires-Dist: Pygments (>=2.19.2,<3.0.0)
|
|
24
|
-
Requires-Dist: SQLAlchemy (>=2.0.
|
|
24
|
+
Requires-Dist: SQLAlchemy (>=2.0.43,<3.0.0)
|
|
25
25
|
Requires-Dist: SpeechRecognition (>=3.14.3,<4.0.0)
|
|
26
26
|
Requires-Dist: Telethon (>=1.40.0,<2.0.0)
|
|
27
27
|
Requires-Dist: anthropic (>=0.54.0,<0.55.0)
|
|
28
|
-
Requires-Dist: azure-core (>=1.
|
|
29
|
-
Requires-Dist: beautifulsoup4 (>=4.13.
|
|
30
|
-
Requires-Dist: boto3 (>=1.
|
|
28
|
+
Requires-Dist: azure-core (>=1.35.0,<2.0.0)
|
|
29
|
+
Requires-Dist: beautifulsoup4 (>=4.13.5,<5.0.0)
|
|
30
|
+
Requires-Dist: boto3 (>=1.40.17,<2.0.0)
|
|
31
31
|
Requires-Dist: chromadb (>=0.5.20,<0.6.0)
|
|
32
32
|
Requires-Dist: croniter (>=2.0.7,<3.0.0)
|
|
33
33
|
Requires-Dist: docker (>=7.1.0,<8.0.0)
|
|
34
34
|
Requires-Dist: docx2txt (>=0.8,<0.9)
|
|
35
35
|
Requires-Dist: gkeepapi (>=0.15.1,<0.16.0)
|
|
36
|
-
Requires-Dist: google-api-python-client (>=2.
|
|
36
|
+
Requires-Dist: google-api-python-client (>=2.179.0,<3.0.0)
|
|
37
37
|
Requires-Dist: google-generativeai (>=0.8.5,<0.9.0)
|
|
38
|
+
Requires-Dist: grpcio (>=1.74.0,<2.0.0)
|
|
38
39
|
Requires-Dist: httpx (>=0.28.1,<0.29.0)
|
|
39
40
|
Requires-Dist: httpx-socks (>=0.10.1,<0.11.0)
|
|
40
|
-
Requires-Dist:
|
|
41
|
+
Requires-Dist: huggingface-hub (>=0.33.5,<0.34.0)
|
|
42
|
+
Requires-Dist: ipykernel (>=6.30.1,<7.0.0)
|
|
41
43
|
Requires-Dist: jupyter_client (>=8.6.3,<9.0.0)
|
|
42
44
|
Requires-Dist: llama-index (>=0.12.44,<0.13.0)
|
|
43
|
-
Requires-Dist: llama-index-agent-openai (>=0.4.
|
|
45
|
+
Requires-Dist: llama-index-agent-openai (>=0.4.12,<0.5.0)
|
|
44
46
|
Requires-Dist: llama-index-core (==0.12.44)
|
|
45
|
-
Requires-Dist: llama-index-embeddings-azure-openai (>=0.3.
|
|
47
|
+
Requires-Dist: llama-index-embeddings-azure-openai (>=0.3.9,<0.4.0)
|
|
46
48
|
Requires-Dist: llama-index-embeddings-gemini (>=0.3.2,<0.4.0)
|
|
47
49
|
Requires-Dist: llama-index-embeddings-google-genai (>=0.2.1,<0.3.0)
|
|
48
50
|
Requires-Dist: llama-index-embeddings-huggingface-api (>=0.3.1,<0.4.0)
|
|
49
51
|
Requires-Dist: llama-index-embeddings-mistralai (>=0.3.0,<0.4.0)
|
|
50
52
|
Requires-Dist: llama-index-embeddings-ollama (>=0.5.0,<0.6.0)
|
|
51
53
|
Requires-Dist: llama-index-embeddings-openai (>=0.3.1,<0.4.0)
|
|
52
|
-
Requires-Dist: llama-index-
|
|
53
|
-
Requires-Dist: llama-index-
|
|
54
|
-
Requires-Dist: llama-index-llms-
|
|
54
|
+
Requires-Dist: llama-index-embeddings-openai-like (>=0.1.1,<0.2.0)
|
|
55
|
+
Requires-Dist: llama-index-embeddings-voyageai (>=0.3.6,<0.4.0)
|
|
56
|
+
Requires-Dist: llama-index-llms-anthropic (>=0.6.19,<0.7.0)
|
|
57
|
+
Requires-Dist: llama-index-llms-azure-openai (>=0.3.4,<0.4.0)
|
|
58
|
+
Requires-Dist: llama-index-llms-deepseek (>=0.1.2,<0.2.0)
|
|
55
59
|
Requires-Dist: llama-index-llms-gemini (>=0.5.0,<0.6.0)
|
|
56
|
-
Requires-Dist: llama-index-llms-google-genai (>=0.2.
|
|
60
|
+
Requires-Dist: llama-index-llms-google-genai (>=0.2.6,<0.3.0)
|
|
57
61
|
Requires-Dist: llama-index-llms-huggingface-api (>=0.3.1,<0.4.0)
|
|
58
62
|
Requires-Dist: llama-index-llms-mistralai (>=0.6.1,<0.7.0)
|
|
59
63
|
Requires-Dist: llama-index-llms-ollama (>=0.6.2,<0.7.0)
|
|
@@ -63,7 +67,7 @@ Requires-Dist: llama-index-llms-perplexity (>=0.3.7,<0.4.0)
|
|
|
63
67
|
Requires-Dist: llama-index-multi-modal-llms-openai (>=0.5.1,<0.6.0)
|
|
64
68
|
Requires-Dist: llama-index-readers-chatgpt-plugin (>=0.3.0,<0.4.0)
|
|
65
69
|
Requires-Dist: llama-index-readers-database (>=0.3.0,<0.4.0)
|
|
66
|
-
Requires-Dist: llama-index-readers-file (>=0.4.
|
|
70
|
+
Requires-Dist: llama-index-readers-file (>=0.4.11,<0.5.0)
|
|
67
71
|
Requires-Dist: llama-index-readers-github (>=0.5.0,<0.6.0)
|
|
68
72
|
Requires-Dist: llama-index-readers-google (>=0.5.0,<0.6.0)
|
|
69
73
|
Requires-Dist: llama-index-readers-microsoft-onedrive (>=0.3.0,<0.4.0)
|
|
@@ -80,26 +84,27 @@ Requires-Dist: onnxruntime (==1.20.1)
|
|
|
80
84
|
Requires-Dist: openai (==1.96.1)
|
|
81
85
|
Requires-Dist: openai-agents (>=0.2.3,<0.3.0)
|
|
82
86
|
Requires-Dist: opencv-python (>=4.11.0.86,<5.0.0.0)
|
|
83
|
-
Requires-Dist: packaging (>=
|
|
87
|
+
Requires-Dist: packaging (>=25.0,<26.0)
|
|
84
88
|
Requires-Dist: pandas (>=2.2.3,<3.0.0)
|
|
85
89
|
Requires-Dist: paramiko (>=4.0.0,<5.0.0)
|
|
86
90
|
Requires-Dist: pillow (>=10.4.0,<11.0.0)
|
|
87
|
-
Requires-Dist: pinecone
|
|
91
|
+
Requires-Dist: pinecone (>=7.0.1,<8.0.0)
|
|
88
92
|
Requires-Dist: psutil (>=7.0.0,<8.0.0)
|
|
89
93
|
Requires-Dist: pydub (>=0.25.1,<0.26.0)
|
|
90
94
|
Requires-Dist: pygame (>=2.6.1,<3.0.0)
|
|
91
95
|
Requires-Dist: pynput (>=1.8.1,<2.0.0)
|
|
92
|
-
Requires-Dist: pypdf (>=5.
|
|
96
|
+
Requires-Dist: pypdf (>=5.9.0,<6.0.0)
|
|
93
97
|
Requires-Dist: pyserial (>=3.5,<4.0)
|
|
94
98
|
Requires-Dist: python-markdown-math (>=0.8,<0.9)
|
|
95
99
|
Requires-Dist: qasync (>=0.27.1,<0.28.0)
|
|
96
100
|
Requires-Dist: qt-material (>=2.17,<3.0)
|
|
97
|
-
Requires-Dist: redis (>=5.3.
|
|
101
|
+
Requires-Dist: redis (>=5.3.1,<6.0.0)
|
|
98
102
|
Requires-Dist: show-in-file-manager (>=1.1.5,<2.0.0)
|
|
99
103
|
Requires-Dist: tiktoken (>=0.9.0,<0.10.0)
|
|
100
104
|
Requires-Dist: transformers (==4.48.3)
|
|
101
105
|
Requires-Dist: urllib3 (>=1.26.20,<2.0.0)
|
|
102
106
|
Requires-Dist: wikipedia (>=1.4.0,<2.0.0)
|
|
107
|
+
Requires-Dist: xai-sdk (>=1.1.0,<2.0.0)
|
|
103
108
|
Requires-Dist: youtube-transcript-api (>=0.6.3,<0.7.0)
|
|
104
109
|
Project-URL: Changelog, https://github.com/szczyglis-dev/py-gpt/blob/master/CHANGELOG.md
|
|
105
110
|
Project-URL: Documentation, https://pygpt.readthedocs.io/
|
|
@@ -112,7 +117,7 @@ Description-Content-Type: text/markdown
|
|
|
112
117
|
|
|
113
118
|
[](https://snapcraft.io/pygpt)
|
|
114
119
|
|
|
115
|
-
Release: **2.6.
|
|
120
|
+
Release: **2.6.26** | build: **2025-08-26** | Python: **>=3.10, <3.14**
|
|
116
121
|
|
|
117
122
|
> Official website: https://pygpt.net | Documentation: https://pygpt.readthedocs.io
|
|
118
123
|
>
|
|
@@ -1245,6 +1250,8 @@ PyGPT has built-in support for models (as of 2025-07-26):
|
|
|
1245
1250
|
All models are specified in the configuration file `models.json`, which you can customize.
|
|
1246
1251
|
This file is located in your working directory. You can add new models provided directly by `OpenAI API` (or compatible) and those supported by `LlamaIndex` or `Ollama` to this file. Configuration for LlamaIndex is placed in `llama_index` key.
|
|
1247
1252
|
|
|
1253
|
+
**Tip**: Anthropic and Deepseek API providers use VoyageAI for embeddings, so you must also configure the Voyage API key if you want to use embeddings from these providers.
|
|
1254
|
+
|
|
1248
1255
|
## Adding a custom model
|
|
1249
1256
|
|
|
1250
1257
|
You can add your own models. See the section `Extending PyGPT / Adding a new model` for more info.
|
|
@@ -1261,6 +1268,7 @@ There is built-in support for those LLM providers:
|
|
|
1261
1268
|
- `Mistral AI`
|
|
1262
1269
|
- `Ollama`
|
|
1263
1270
|
- `OpenAI`
|
|
1271
|
+
- `OpenRouter`
|
|
1264
1272
|
- `Perplexity`
|
|
1265
1273
|
- `xAI`
|
|
1266
1274
|
|
|
@@ -1340,8 +1348,7 @@ Define parameters like model name and Ollama base URL in the Embeddings provider
|
|
|
1340
1348
|
|
|
1341
1349
|
### Google Gemini, Anthropic Claude, xAI Grok, etc.
|
|
1342
1350
|
|
|
1343
|
-
|
|
1344
|
-
If you want to use `Chat with Files` mode (LlamaIndex), then remember to configure the required parameters like API keys in the model ENV config fields:
|
|
1351
|
+
If you want to use non-OpenAI models in `Chat with Files` and `Agents (LlamaIndex)` modes, then remember to configure the required parameters like API keys in the model config fields. `Chat` mode works via OpenAI SDK (compatible API), `Chat with Files` and `Agents (LlamaIndex)` modes works via LlamaIndex.
|
|
1345
1352
|
|
|
1346
1353
|
**Google Gemini**
|
|
1347
1354
|
|
|
@@ -2484,11 +2491,13 @@ Enable/disable remote tools, like Web Search or Image generation to use in OpenA
|
|
|
2484
2491
|
|
|
2485
2492
|
**Embeddings**
|
|
2486
2493
|
|
|
2487
|
-
- `Embeddings provider`:
|
|
2494
|
+
- `Embeddings provider`: Global embeddings provider (for indexing and Chat with Files).
|
|
2495
|
+
|
|
2496
|
+
- `Embeddings provider (ENV)`: ENV vars for global embeddings provider (API keys, etc.).
|
|
2488
2497
|
|
|
2489
|
-
- `Embeddings provider (
|
|
2498
|
+
- `Embeddings provider (**kwargs)`: Keyword arguments for global embeddings provider (model_name, etc.).
|
|
2490
2499
|
|
|
2491
|
-
- `
|
|
2500
|
+
- `Default embedding providers for attachments`: Define embedding model by provider to use in attachments.
|
|
2492
2501
|
|
|
2493
2502
|
- `RPM limit for embeddings API calls`: Specify the limit of maximum requests per minute (RPM), 0 = no limit.
|
|
2494
2503
|
|
|
@@ -2538,13 +2547,15 @@ Enable/disable remote tools, like Web Search or Image generation to use in OpenA
|
|
|
2538
2547
|
|
|
2539
2548
|
**Agents (LlamaIndex / OpenAI)**
|
|
2540
2549
|
|
|
2541
|
-
- `Max steps (per iteration)
|
|
2550
|
+
- `Max steps (per iteration)`: Max steps is one iteration before goal achieved
|
|
2551
|
+
|
|
2552
|
+
- `Max evaluation steps in loop`: Maximum evaluation steps to achieve the final result, set 0 to infinity
|
|
2542
2553
|
|
|
2543
|
-
- `
|
|
2554
|
+
- `Model for evaluation`: Model used for evaluation with score/percentage (loop). If not selected, then current active model will be used.
|
|
2544
2555
|
|
|
2545
|
-
- `Append and compare previous evaluation prompt in next evaluation
|
|
2556
|
+
- `Append and compare previous evaluation prompt in next evaluation`: If enabled, previous improvement prompt will be checked in next eval in loop, default: False
|
|
2546
2557
|
|
|
2547
|
-
- `Split response messages
|
|
2558
|
+
- `Split response messages`: Split response messages to separated context items in OpenAI Agents mode.
|
|
2548
2559
|
|
|
2549
2560
|
**Autonomous (Legacy agents)**
|
|
2550
2561
|
|
|
@@ -3026,6 +3037,8 @@ PyGPT can be extended with:
|
|
|
3026
3037
|
|
|
3027
3038
|
- custom web search engine providers
|
|
3028
3039
|
|
|
3040
|
+
- custom agents
|
|
3041
|
+
|
|
3029
3042
|
**Examples (tutorial files)**
|
|
3030
3043
|
|
|
3031
3044
|
See the `examples` directory in this repository with examples of custom launcher, plugin, vector store, LLM (LlamaIndex) provider and data loader:
|
|
@@ -3529,6 +3542,16 @@ may consume additional tokens that are not displayed in the main window.
|
|
|
3529
3542
|
|
|
3530
3543
|
## Recent changes:
|
|
3531
3544
|
|
|
3545
|
+
**2.6.26 (2025-08-26)**
|
|
3546
|
+
|
|
3547
|
+
- Added new provider: OpenRouter (#133).
|
|
3548
|
+
|
|
3549
|
+
**2.6.25 (2025-08-26)**
|
|
3550
|
+
|
|
3551
|
+
- Fixed the empty agent ID issue in OpenAI Agents evaluation.
|
|
3552
|
+
- Added the ability to select a custom model for evaluation.
|
|
3553
|
+
- Added embedding providers: Anthropic, Deepseek, MistralAI, xAI, VoyageAI.
|
|
3554
|
+
|
|
3532
3555
|
**2.6.24 (2025-08-26)**
|
|
3533
3556
|
|
|
3534
3557
|
- Added a new option: LlamaIndex -> Embeddings -> Default embedding providers for attachments.
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
pygpt_net/CHANGELOG.txt,sha256=
|
|
1
|
+
pygpt_net/CHANGELOG.txt,sha256=OPzWcDwJlO6V56bbymxIGot4eDXyVAYm_j3tDmQgUs8,102209
|
|
2
2
|
pygpt_net/LICENSE,sha256=dz9sfFgYahvu2NZbx4C1xCsVn9GVer2wXcMkFRBvqzY,1146
|
|
3
|
-
pygpt_net/__init__.py,sha256=
|
|
4
|
-
pygpt_net/app.py,sha256=
|
|
3
|
+
pygpt_net/__init__.py,sha256=svlE7En0NQLfBZljWRbjDPQjLwh1gTqdIupgnwRJYjU,1373
|
|
4
|
+
pygpt_net/app.py,sha256=yj9spTUBBXrsKAFF3FlQrLgNNtFMXKLnsRIRxlXtqCY,21233
|
|
5
5
|
pygpt_net/config.py,sha256=LCKrqQfePVNrAvH3EY_1oZx1Go754sDoyUneJ0iGWFI,16660
|
|
6
6
|
pygpt_net/container.py,sha256=NsMSHURaEC_eW8vrCNdztwqkxB7jui3yVlzUOMYvCHg,4124
|
|
7
7
|
pygpt_net/controller/__init__.py,sha256=JEG5RwohoHCcqhBVoUhlwDJwsAhMbCRfl89QTtVXW9Q,6145
|
|
@@ -59,7 +59,7 @@ pygpt_net/controller/config/field/dictionary.py,sha256=m3nSL8xAp0NRnr_rVmTZA5uTQ
|
|
|
59
59
|
pygpt_net/controller/config/field/input.py,sha256=Dx04ivrwM1KqA41uHYNGzwq1c7O-zPnU_NI-3I45hPY,3992
|
|
60
60
|
pygpt_net/controller/config/field/slider.py,sha256=dYbICd3ID-aLlc2a-bvFgWS4jceVz2UliTQKYy7Pl1Q,4560
|
|
61
61
|
pygpt_net/controller/config/field/textarea.py,sha256=Ln545IHzXBeFIjnfMIpmlUr-V3wNYjw4qGiz4NYRw34,2796
|
|
62
|
-
pygpt_net/controller/config/placeholder.py,sha256=
|
|
62
|
+
pygpt_net/controller/config/placeholder.py,sha256=tbjSgX8OzT5eLsJgfxfhLxiN2PMqTqdy8_EB0ULoyb0,16138
|
|
63
63
|
pygpt_net/controller/ctx/__init__.py,sha256=0wH7ziC75WscBW8cxpeGBwEz5tolo_kCxGPoz2udI_E,507
|
|
64
64
|
pygpt_net/controller/ctx/common.py,sha256=1jjRfEK1S4IqnzEGg1CIF-QqSN_83NLpaVtfB610NcM,6592
|
|
65
65
|
pygpt_net/controller/ctx/ctx.py,sha256=xJqgfHGXa_DmvIdGMnoiJZWENYaeGQYgtcZuUUv1CXk,39209
|
|
@@ -99,7 +99,7 @@ pygpt_net/controller/mode/__init__.py,sha256=1Kcz0xHc2IW_if9S9eQozBUvIu69eLAe7T-
|
|
|
99
99
|
pygpt_net/controller/mode/mode.py,sha256=F3rERGN_sAgAqDITFYd1Nj56_4MiBIS9TwjjSPH1uEc,7437
|
|
100
100
|
pygpt_net/controller/model/__init__.py,sha256=mQXq9u269D8TD3u_44J6DFFyHKkaZplk-tRFCssBGbE,509
|
|
101
101
|
pygpt_net/controller/model/editor.py,sha256=_WDVFTrgZKM5Y8MZiWur4e5oSuRbXr-Q3PDozVtZ9fw,16384
|
|
102
|
-
pygpt_net/controller/model/importer.py,sha256=
|
|
102
|
+
pygpt_net/controller/model/importer.py,sha256=yODAd4eNOdWEt12TP7DmXuqmu900s-mVbF_6e3hB61g,23531
|
|
103
103
|
pygpt_net/controller/model/model.py,sha256=E0VfgIwNn75pjnB_v3RnqHr6jV1Eeua8VgpreQlA8vI,9132
|
|
104
104
|
pygpt_net/controller/notepad/__init__.py,sha256=ZbMh4D6nsGuI4AwYMdegfij5ubmUznEE_UcqSSDjSPk,511
|
|
105
105
|
pygpt_net/controller/notepad/notepad.py,sha256=mQgXalIMKkYTVKGkUD1mEHkHIzhTlt3QSiSb5eIhZgo,10767
|
|
@@ -156,7 +156,7 @@ pygpt_net/core/agents/runners/llama_assistant.py,sha256=a_Abkc8u1S8vr6lUIDRrzTM9
|
|
|
156
156
|
pygpt_net/core/agents/runners/llama_plan.py,sha256=CC3WPG9KUxd_dRjPZROOrmPQrWQ_u8C0nRx0TCzi9bE,13391
|
|
157
157
|
pygpt_net/core/agents/runners/llama_steps.py,sha256=1SBLp5t4TUsxpYIUtSSnBy5Sd2AxheDlv2AXimls-Vg,7328
|
|
158
158
|
pygpt_net/core/agents/runners/llama_workflow.py,sha256=rWCUge9IBxvOITceqxd6rrgzg-3RDyo28oJBorsjwyc,12717
|
|
159
|
-
pygpt_net/core/agents/runners/loop.py,sha256=
|
|
159
|
+
pygpt_net/core/agents/runners/loop.py,sha256=7Vu50yidu2HSOifOX6bhbyTEHBS5An4GmGUBMYdHOco,7273
|
|
160
160
|
pygpt_net/core/agents/runners/openai_workflow.py,sha256=d5aWFckj34Zca5p35dYIzEECz17Z757J6ZzY94damG8,8766
|
|
161
161
|
pygpt_net/core/agents/tools.py,sha256=UW5-3q-cPpmx_FlDyuF2qymbgIJRmkklNmng3IokEUM,22116
|
|
162
162
|
pygpt_net/core/assistants/__init__.py,sha256=FujLn0ia5S3-7nX-Td_0S5Zqiw6Yublh58c4Di7rRgY,514
|
|
@@ -271,7 +271,7 @@ pygpt_net/core/llm/llm.py,sha256=O4dSkOvs0nKQffdFuGSlScvPCyrTFTNRFJTH-frqOnM,238
|
|
|
271
271
|
pygpt_net/core/locale/__init__.py,sha256=5fmTz0u-DvCrII3KqfVAnd8YIQ8F_JDPfN16z5JRcU4,510
|
|
272
272
|
pygpt_net/core/locale/locale.py,sha256=lplM0fr0oFOcp8Nhoss7EGfbnAqE_kQnX0KbttQjgP0,6059
|
|
273
273
|
pygpt_net/core/models/__init__.py,sha256=EpJrNNINMcaO4Qc6a87IWZkfBMx7G9YJN-pdLpcqH3w,510
|
|
274
|
-
pygpt_net/core/models/models.py,sha256=
|
|
274
|
+
pygpt_net/core/models/models.py,sha256=kvy5tpsbDwEws0W6v3Y4CjbV2VrGtu1_d4RubstzS_A,15782
|
|
275
275
|
pygpt_net/core/models/ollama.py,sha256=MiCt1Nzd3VHjnj7a0CmGjqUkPuD7401obd7G7KQIZzU,3189
|
|
276
276
|
pygpt_net/core/modes/__init__.py,sha256=dKpce7VTQCzmSfNBT1WHd_zKzXRthRs7ZKqHQSEtftc,509
|
|
277
277
|
pygpt_net/core/modes/modes.py,sha256=Dm1mChW26dzjrMe8QPUAbwnl95o62vyqbQVxwztMX5A,3065
|
|
@@ -330,7 +330,7 @@ pygpt_net/core/types/console.py,sha256=vzYZ4fYkwK71ECJB7Qop0qcVIC6USLxxKuFN-Zweu
|
|
|
330
330
|
pygpt_net/core/types/mode.py,sha256=jJIFch8lRo5q7lr3uX77odFjXBHwG1_h7_CxE56slSg,858
|
|
331
331
|
pygpt_net/core/types/model.py,sha256=V8O9yipzqyTmVjzeESQ1xvZpSdRU6UYmvWJ1M2Kxs5A,549
|
|
332
332
|
pygpt_net/core/types/multimodal.py,sha256=yeKLZ5MrCHU5LhWwFE-yGApt-FB59kTmElo3G7td9uw,594
|
|
333
|
-
pygpt_net/core/types/openai.py,sha256=
|
|
333
|
+
pygpt_net/core/types/openai.py,sha256=LQyJ506IbG2EJxLVHgKBDAjMLi_qbIC7ow_kM2zHwkw,1516
|
|
334
334
|
pygpt_net/core/types/tools.py,sha256=BdonNwytk5SxYtYdlDkMg5lMvFoXz3CQJHZ__oVlm_8,1223
|
|
335
335
|
pygpt_net/core/updater/__init__.py,sha256=fC4g0Xn9S8lLxGbop1q2o2qi9IZegoVayNVWemgBwds,511
|
|
336
336
|
pygpt_net/core/updater/updater.py,sha256=cykBw8BqJlJNisWnpXnSPZ25Gfw3Ufyd9a_dUuEo3p8,16740
|
|
@@ -347,8 +347,8 @@ pygpt_net/css_rc.py,sha256=i13kX7irhbYCWZ5yJbcMmnkFp_UfS4PYnvRFSPF7XXo,11349
|
|
|
347
347
|
pygpt_net/data/audio/click_off.mp3,sha256=aNiRDP1pt-Jy7ija4YKCNFBwvGWbzU460F4pZWZDS90,65201
|
|
348
348
|
pygpt_net/data/audio/click_on.mp3,sha256=qfdsSnthAEHVXzeyN4LlC0OvXuyW8p7stb7VXtlvZ1k,65201
|
|
349
349
|
pygpt_net/data/audio/ok.mp3,sha256=LTiV32pEBkpUGBkKkcOdOFB7Eyt_QoP2Nv6c5AaXftk,32256
|
|
350
|
-
pygpt_net/data/config/config.json,sha256=
|
|
351
|
-
pygpt_net/data/config/models.json,sha256=
|
|
350
|
+
pygpt_net/data/config/config.json,sha256=12lwz860pUODSsoPIuaU5Hj-5bCI877Q_BtyJ_MxcM8,25983
|
|
351
|
+
pygpt_net/data/config/models.json,sha256=2JioRPvIpqBj0WKmho85nUt0N_ejhcGqrgfPmr27O3g,110162
|
|
352
352
|
pygpt_net/data/config/modes.json,sha256=M882iiqX_R2sNQl9cqZ3k-uneEvO9wpARtHRMLx_LHw,2265
|
|
353
353
|
pygpt_net/data/config/presets/agent_code_act.json,sha256=GYHqhxtKFLUCvRI3IJAJ7Qe1k8yD9wGGNwManldWzlI,754
|
|
354
354
|
pygpt_net/data/config/presets/agent_openai.json,sha256=bpDJgLRey_effQkzFRoOEGd4aHUrmzeODSDdNzrf62I,730
|
|
@@ -383,7 +383,7 @@ pygpt_net/data/config/presets/current.vision.json,sha256=x1ll5B3ROSKYQA6l27PRGXU
|
|
|
383
383
|
pygpt_net/data/config/presets/dalle_white_cat.json,sha256=esqUb43cqY8dAo7B5u99tRC0MBV5lmlrVLnJhTSkL8w,552
|
|
384
384
|
pygpt_net/data/config/presets/joke_agent.json,sha256=R6n9P7KRb0s-vZWZE7kHdlOfXAx1yYrPmUw8uLyw8OE,474
|
|
385
385
|
pygpt_net/data/config/presets/joke_expert.json,sha256=jjcoIYEOaEp8kLoIbecxQROiq4J3Zess5w8_HmngPOY,671
|
|
386
|
-
pygpt_net/data/config/settings.json,sha256=
|
|
386
|
+
pygpt_net/data/config/settings.json,sha256=KrUtxc-9XiYFi73gauRVidm-YDnSs8w_L5VBWX2Z3VQ,68977
|
|
387
387
|
pygpt_net/data/config/settings_section.json,sha256=OLWgjs3hHFzk50iwzVyUpcFW7dfochOnbZS0vDoMlDU,1158
|
|
388
388
|
pygpt_net/data/css/fix_windows.css,sha256=Mks14Vg25ncbMqZJfAMStrhvZmgHF6kU75ohTWRZeI8,664
|
|
389
389
|
pygpt_net/data/css/fix_windows.dark.css,sha256=7hGbT_qI5tphYC_WlFpJRDAcmjBb0AQ2Yc-y-_Zzf2M,161
|
|
@@ -1608,7 +1608,7 @@ pygpt_net/data/js/katex/katex.min.css,sha256=lVaKnUaQNG4pI71WHffQZVALLQF4LMZEk4n
|
|
|
1608
1608
|
pygpt_net/data/js/katex/katex.min.js,sha256=KLASOtKS2x8pUxWVzCDmlWJ4jhuLb0vtrgakbD6gDDo,276757
|
|
1609
1609
|
pygpt_net/data/languages.csv,sha256=fvtER6vnTXFHQslCh-e0xCfZDQ-ijgW4GYpOJG4U7LY,8289
|
|
1610
1610
|
pygpt_net/data/locale/locale.de.ini,sha256=-9uJDmILG7HXvU-L4HbYGmKEwHLqbH0CKVfuZnkguz4,102617
|
|
1611
|
-
pygpt_net/data/locale/locale.en.ini,sha256=
|
|
1611
|
+
pygpt_net/data/locale/locale.en.ini,sha256=zQ9OR-cjWkLdbj5WZRDN02hLZMqN9dti3Hp8XeWPXRI,93994
|
|
1612
1612
|
pygpt_net/data/locale/locale.es.ini,sha256=OuXZrLbmPDDYWXgzREf74F4t7KYvGHRJZtb_EbreyCQ,103268
|
|
1613
1613
|
pygpt_net/data/locale/locale.fr.ini,sha256=6Qu9cL_MM6mQ6dWXt3_-zKh4W_mmAVA4woDylOZXavk,106069
|
|
1614
1614
|
pygpt_net/data/locale/locale.it.ini,sha256=6FhyvqOs_jtlawtTBoDp5D2q9yOU8j3W0MnvruvkXvo,101076
|
|
@@ -2038,7 +2038,7 @@ pygpt_net/provider/core/calendar/db_sqlite/storage.py,sha256=QDclQCQdr4QyRIqjgGX
|
|
|
2038
2038
|
pygpt_net/provider/core/config/__init__.py,sha256=jQQgG9u_ZLsZWXustoc1uvC-abUvj4RBKPAM30-f2Kc,488
|
|
2039
2039
|
pygpt_net/provider/core/config/base.py,sha256=cbvzbMNqL2XgC-36gGubnU37t94AX7LEw0lecb2Nm80,1365
|
|
2040
2040
|
pygpt_net/provider/core/config/json_file.py,sha256=GCcpCRQnBiSLWwlGbG9T3ZgiHkTfp5Jsg2KYkZcakBw,6789
|
|
2041
|
-
pygpt_net/provider/core/config/patch.py,sha256=
|
|
2041
|
+
pygpt_net/provider/core/config/patch.py,sha256=SipJw4rQ7TxOGd7zq5Ppjro28a2zAhIWYPBLKqkylag,123759
|
|
2042
2042
|
pygpt_net/provider/core/ctx/__init__.py,sha256=jQQgG9u_ZLsZWXustoc1uvC-abUvj4RBKPAM30-f2Kc,488
|
|
2043
2043
|
pygpt_net/provider/core/ctx/base.py,sha256=Tfb4MDNe9BXXPU3lbzpdYwJF9S1oa2-mzgu5XT4It9g,3003
|
|
2044
2044
|
pygpt_net/provider/core/ctx/db_sqlite/__init__.py,sha256=0dP8VhI4bnFsQQKxAkaleKFlyaMycDD_cnE7gBCa57Y,512
|
|
@@ -2112,27 +2112,30 @@ pygpt_net/provider/gpt/worker/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5N
|
|
|
2112
2112
|
pygpt_net/provider/gpt/worker/assistants.py,sha256=AzoY9wAaK57STRw2-6LIuhJ1RRDbQLRcjIZJtxr3lmQ,21510
|
|
2113
2113
|
pygpt_net/provider/gpt/worker/importer.py,sha256=4O4J_bEeiw7iaRv4HqE1AHfiywhc0td5SztA2uIfQiU,16308
|
|
2114
2114
|
pygpt_net/provider/llms/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
2115
|
-
pygpt_net/provider/llms/anthropic.py,sha256=
|
|
2116
|
-
pygpt_net/provider/llms/azure_openai.py,sha256=
|
|
2115
|
+
pygpt_net/provider/llms/anthropic.py,sha256=j31yrHFFMOP_robMOarMz0oOPXpyyO2h3DxhMSi4e54,3609
|
|
2116
|
+
pygpt_net/provider/llms/azure_openai.py,sha256=QxgK3KeqEEa38B-ezro6AJyd4D4bR9d8E3fW0a6Mc0Q,3812
|
|
2117
2117
|
pygpt_net/provider/llms/base.py,sha256=YIkISmtDIABv4YMho-fvu5Jwn1zPwT0Gqvi3zFI0RYA,6347
|
|
2118
|
-
pygpt_net/provider/llms/deepseek_api.py,sha256=
|
|
2119
|
-
pygpt_net/provider/llms/google.py,sha256=
|
|
2118
|
+
pygpt_net/provider/llms/deepseek_api.py,sha256=Jljj6Ce123q3eCrIizfFPQIsf47OzRaBK4jIbNZdLzg,3267
|
|
2119
|
+
pygpt_net/provider/llms/google.py,sha256=3Td8JsvJ6fclSY_zn4YaEWilPcBCFqeIBzWcZ7Gg1nI,3432
|
|
2120
2120
|
pygpt_net/provider/llms/hugging_face.py,sha256=qWyGVqosDw9WVsKbZc5IG7j4jjfVPeCKr6gPAn8Tyus,1800
|
|
2121
|
-
pygpt_net/provider/llms/hugging_face_api.py,sha256=
|
|
2122
|
-
pygpt_net/provider/llms/hugging_face_router.py,sha256=
|
|
2121
|
+
pygpt_net/provider/llms/hugging_face_api.py,sha256=oY5dE-9rFv8Cd6Hv8ZriHvL46ZrT3KyvJFuLokNaNRY,3402
|
|
2122
|
+
pygpt_net/provider/llms/hugging_face_router.py,sha256=db_P5DktU0SNObKqumaFfzEcyR1Wn7f9FwoLVlN4u2U,4477
|
|
2123
2123
|
pygpt_net/provider/llms/llama_index/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
2124
2124
|
pygpt_net/provider/llms/llama_index/openai/__init__.py,sha256=nkQoENFdv-dmjf50Ic-iZuVhZisCfFwwDSpK4h6iLVM,183
|
|
2125
2125
|
pygpt_net/provider/llms/llama_index/openai/base.py,sha256=Z6NAmZ3OBvGLDNmYdJfB3Vp95BdHSTQriPVsCTYPeoU,42259
|
|
2126
2126
|
pygpt_net/provider/llms/llama_index/openai/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
2127
2127
|
pygpt_net/provider/llms/llama_index/openai/responses.py,sha256=dOzrPV0u1CQRloU2cws7GDI4OJwrnivo9uoqKACLV8Y,36159
|
|
2128
2128
|
pygpt_net/provider/llms/llama_index/openai/utils.py,sha256=IdvbjJ2y5zWDkntoPgBZ2pGbcrYIbGbg1smoju2XkUI,29243
|
|
2129
|
-
pygpt_net/provider/llms/
|
|
2130
|
-
pygpt_net/provider/llms/
|
|
2131
|
-
pygpt_net/provider/llms/
|
|
2129
|
+
pygpt_net/provider/llms/llama_index/x_ai/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
2130
|
+
pygpt_net/provider/llms/llama_index/x_ai/embedding.py,sha256=QrGgpkD0F4Jm5cMJgN6oYai7UK_bJ0YoGr7Uvy5GtRU,2458
|
|
2131
|
+
pygpt_net/provider/llms/local.py,sha256=UGFFbao5zOaoztg7ED4kyz3-QYTDSGozhaXm2T-G5K0,2570
|
|
2132
|
+
pygpt_net/provider/llms/mistral.py,sha256=e8pcWyNT8HjA3KLZL1vO7z4FlBxer-QCVpaGtKgQ4UY,3858
|
|
2133
|
+
pygpt_net/provider/llms/ollama.py,sha256=vVqA22eH-APgyfHCaHSvJlAgxLSvspvZSaOCeaKWQCw,4434
|
|
2132
2134
|
pygpt_net/provider/llms/ollama_custom.py,sha256=WVbLiEEwnz5loKiLy7EYmpuWz0Tp5Vhd1vOUB2051kI,24167
|
|
2133
|
-
pygpt_net/provider/llms/
|
|
2135
|
+
pygpt_net/provider/llms/open_router.py,sha256=WydEHidDtkTCJ2_4xmjGNxCttzj8WcLL0oc3iTui3QE,3569
|
|
2136
|
+
pygpt_net/provider/llms/openai.py,sha256=oaPCEffOQI3TGe_l15Ta3Mt_MKshxsONRCSc59fINaE,5419
|
|
2134
2137
|
pygpt_net/provider/llms/perplexity.py,sha256=DO5RZaUEDmRhps0Hoa1OX05no5n4uxT4JjwOGWPshPY,3899
|
|
2135
|
-
pygpt_net/provider/llms/x_ai.py,sha256=
|
|
2138
|
+
pygpt_net/provider/llms/x_ai.py,sha256=TkOdSce3OndH4lSoYgBB7FkljM0eqbSX3OT5UtT0Cqc,4509
|
|
2136
2139
|
pygpt_net/provider/loaders/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
2137
2140
|
pygpt_net/provider/loaders/base.py,sha256=3-qzzGAF2jxhriNHjE3Y2GtDXxs1_2_BIloaVJS4qzQ,3101
|
|
2138
2141
|
pygpt_net/provider/loaders/file_csv.py,sha256=br4zlMFXMVkhq1n71tqCNk2CS1wBxvClpn9vivq3l2g,1266
|
|
@@ -2445,8 +2448,8 @@ pygpt_net/ui/widget/textarea/web.py,sha256=cqs5i67bD19_BNgcYL7NXlwYBei4UYSL_IYPZ
|
|
|
2445
2448
|
pygpt_net/ui/widget/vision/__init__.py,sha256=8HT4tQFqQogEEpGYTv2RplKBthlsFKcl5egnv4lzzEw,488
|
|
2446
2449
|
pygpt_net/ui/widget/vision/camera.py,sha256=v1qEncaZr5pXocO5Cpk_lsgfCMvfFigdJmzsYfzvCl0,1877
|
|
2447
2450
|
pygpt_net/utils.py,sha256=GBAXOpp_Wjfu7Al7TnTV62-R-JPMiP9GuPXLJ0HmeJU,8906
|
|
2448
|
-
pygpt_net-2.6.
|
|
2449
|
-
pygpt_net-2.6.
|
|
2450
|
-
pygpt_net-2.6.
|
|
2451
|
-
pygpt_net-2.6.
|
|
2452
|
-
pygpt_net-2.6.
|
|
2451
|
+
pygpt_net-2.6.26.dist-info/LICENSE,sha256=rbPqNB_xxANH8hKayJyIcTwD4bj4Y2G-Mcm85r1OImM,1126
|
|
2452
|
+
pygpt_net-2.6.26.dist-info/METADATA,sha256=Gy7L13Hw71wlfPfAHjwaC56aABGM95w2AZlrYRo0J8w,158049
|
|
2453
|
+
pygpt_net-2.6.26.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
|
|
2454
|
+
pygpt_net-2.6.26.dist-info/entry_points.txt,sha256=qvpII6UHIt8XfokmQWnCYQrTgty8FeJ9hJvOuUFCN-8,43
|
|
2455
|
+
pygpt_net-2.6.26.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|