pygpt-net 2.5.12__py3-none-any.whl → 2.5.13__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 +5 -0
- pygpt_net/__init__.py +1 -1
- pygpt_net/controller/chat/common.py +1 -0
- pygpt_net/controller/painter/capture.py +1 -1
- pygpt_net/data/config/config.json +2 -2
- pygpt_net/data/config/models.json +2 -2
- pygpt_net/data/locale/locale.en.ini +1 -1
- {pygpt_net-2.5.12.dist-info → pygpt_net-2.5.13.dist-info}/METADATA +7 -2
- {pygpt_net-2.5.12.dist-info → pygpt_net-2.5.13.dist-info}/RECORD +12 -12
- {pygpt_net-2.5.12.dist-info → pygpt_net-2.5.13.dist-info}/LICENSE +0 -0
- {pygpt_net-2.5.12.dist-info → pygpt_net-2.5.13.dist-info}/WHEEL +0 -0
- {pygpt_net-2.5.12.dist-info → pygpt_net-2.5.13.dist-info}/entry_points.txt +0 -0
pygpt_net/CHANGELOG.txt
CHANGED
pygpt_net/__init__.py
CHANGED
@@ -13,7 +13,7 @@ __author__ = "Marcin Szczygliński"
|
|
13
13
|
__copyright__ = "Copyright 2025, Marcin Szczygliński"
|
14
14
|
__credits__ = ["Marcin Szczygliński"]
|
15
15
|
__license__ = "MIT"
|
16
|
-
__version__ = "2.5.
|
16
|
+
__version__ = "2.5.13"
|
17
17
|
__build__ = "2025-06-22"
|
18
18
|
__maintainer__ = "Marcin Szczygliński"
|
19
19
|
__github__ = "https://github.com/szczyglis-dev/py-gpt"
|
@@ -188,6 +188,7 @@ class Common:
|
|
188
188
|
if value == 0:
|
189
189
|
self.window.ui.nodes['input.send_none'].setChecked(True)
|
190
190
|
self.window.ui.nodes['input.send_shift_enter'].setChecked(False)
|
191
|
+
self.window.ui.nodes['input.send_enter'].setChecked(False)
|
191
192
|
elif value == 1:
|
192
193
|
self.window.ui.nodes['input.send_enter'].setChecked(True)
|
193
194
|
self.window.ui.nodes['input.send_shift_enter'].setChecked(False)
|
@@ -136,7 +136,7 @@ class Capture:
|
|
136
136
|
def use(self):
|
137
137
|
"""Use current image"""
|
138
138
|
# switch to vision mode if needed
|
139
|
-
self.window.controller.chat.vision.switch_to_vision()
|
139
|
+
# self.window.controller.chat.vision.switch_to_vision()
|
140
140
|
|
141
141
|
# clear attachments before capture if needed
|
142
142
|
if self.window.controller.attachment.is_capture_clear():
|
@@ -810,7 +810,7 @@ model.llama_index.mode.desc = Available sub-modes: chat
|
|
810
810
|
model.llama_index.provider = [LlamaIndex] Provider
|
811
811
|
model.llama_index.provider.desc = LLM provider to use in "Chat with Files" mode
|
812
812
|
model.mode = Mode(s)
|
813
|
-
model.mode.desc = Available modes: chat, completion, img, vision, assistant, langchain, llama_index, agent, agent_llama
|
813
|
+
model.mode.desc = Available modes: chat, completion, img, audio, vision, assistant, langchain, llama_index, agent, agent_llama, research
|
814
814
|
model.name = Name
|
815
815
|
model.tokens = Output tokens
|
816
816
|
model.tokens.desc = Max model output tokens
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.3
|
2
2
|
Name: pygpt-net
|
3
|
-
Version: 2.5.
|
3
|
+
Version: 2.5.13
|
4
4
|
Summary: Desktop AI Assistant powered by models: OpenAI o1, GPT-4o, GPT-4, GPT-4 Vision, GPT-3.5, DALL-E 3, Llama 3, Mistral, Gemini, Claude, DeepSeek, Bielik, and other models supported by Langchain, Llama Index, and Ollama. Features include chatbot, text completion, image generation, vision analysis, speech-to-text, internet access, file handling, command execution and more.
|
5
5
|
License: MIT
|
6
6
|
Keywords: py_gpt,py-gpt,pygpt,desktop,app,o1,gpt,gpt4,gpt-4o,gpt-4v,gpt3.5,gpt-4,gpt-4-vision,gpt-3.5,llama3,mistral,gemini,deepseek,bielik,claude,tts,whisper,vision,chatgpt,dall-e,chat,chatbot,assistant,text completion,image generation,ai,api,openai,api key,langchain,llama-index,ollama,presets,ui,qt,pyside
|
@@ -100,7 +100,7 @@ Description-Content-Type: text/markdown
|
|
100
100
|
|
101
101
|
[](https://snapcraft.io/pygpt)
|
102
102
|
|
103
|
-
Release: **2.5.
|
103
|
+
Release: **2.5.13** | build: **2025-06-22** | Python: **>=3.10, <3.13**
|
104
104
|
|
105
105
|
> Official website: https://pygpt.net | Documentation: https://pygpt.readthedocs.io
|
106
106
|
>
|
@@ -4070,6 +4070,11 @@ may consume additional tokens that are not displayed in the main window.
|
|
4070
4070
|
|
4071
4071
|
## Recent changes:
|
4072
4072
|
|
4073
|
+
**2.5.13 (2025-06-22)**
|
4074
|
+
|
4075
|
+
- Disabled auto-switch to vision mode in Painer.
|
4076
|
+
- UI fixes.
|
4077
|
+
|
4073
4078
|
**2.5.12 (2025-06-22)**
|
4074
4079
|
|
4075
4080
|
- Fixed send-mode radio buttons switch.
|
@@ -1,6 +1,6 @@
|
|
1
|
-
pygpt_net/CHANGELOG.txt,sha256=
|
1
|
+
pygpt_net/CHANGELOG.txt,sha256=qbyShD0569dXu872HQa8sx7FWWpSE6m7C8l7sWtI8Ks,83264
|
2
2
|
pygpt_net/LICENSE,sha256=dz9sfFgYahvu2NZbx4C1xCsVn9GVer2wXcMkFRBvqzY,1146
|
3
|
-
pygpt_net/__init__.py,sha256=
|
3
|
+
pygpt_net/__init__.py,sha256=ZuMDGxXwA4J74JWV2uUh2P2o0fC3UFY7X29WZ6bK7zQ,1373
|
4
4
|
pygpt_net/app.py,sha256=XXjn9XaKHGRcsHN8mMuqbRHAg8_Da0GLmACUU9ddjBc,16217
|
5
5
|
pygpt_net/config.py,sha256=Qc1FOBtTf3O6A6-6KoqUGtoJ0u8hXQeowvCVbZFwtik,16405
|
6
6
|
pygpt_net/container.py,sha256=BemiVZPpPNIzfB-ZvnZeeBPFu-AcX2c30OqYFylEjJc,4023
|
@@ -28,7 +28,7 @@ pygpt_net/controller/chat/__init__.py,sha256=JUDt_DqxgpBROpr6k2jFQ03EIqXwmrAkwkk
|
|
28
28
|
pygpt_net/controller/chat/attachment.py,sha256=6BzM8cKeazp12Ej6_3IH3I6NEMR5WON7N4PMY-i0h30,20974
|
29
29
|
pygpt_net/controller/chat/audio.py,sha256=QsU36McxqlRoP6B-NSeck968g1M8JhlLkLwGLunbapw,3210
|
30
30
|
pygpt_net/controller/chat/command.py,sha256=3fNYvgt9NmCZPNrlqfLXivmN63ZRsuFseNjj1ZLnwts,3293
|
31
|
-
pygpt_net/controller/chat/common.py,sha256=
|
31
|
+
pygpt_net/controller/chat/common.py,sha256=6CWvXPD39RLl2TgppgCiDRViFPTSZDhoHXrgpy9B9jg,14682
|
32
32
|
pygpt_net/controller/chat/files.py,sha256=VFiiTeWTYR15Nwf1CTLEmeXqlmRHzNQVkNaU6hY2Gz4,2846
|
33
33
|
pygpt_net/controller/chat/image.py,sha256=XghPvTP8n3DxFgRrZ3bCfeLNTvOKSxbl-ewTwUTd4HM,8308
|
34
34
|
pygpt_net/controller/chat/input.py,sha256=H6gmYjD3fSzSD_Xj7bpR0JooRtNgsyVkU6kobBUoSpk,10946
|
@@ -79,7 +79,7 @@ pygpt_net/controller/model/__init__.py,sha256=qRXFmBje0zu_obAku3qTkhnr01z5D5yDN4
|
|
79
79
|
pygpt_net/controller/model/editor.py,sha256=8UaNi_Ui5ooPdio9_mw4ECihTxE7Iq5n5hDl41D3hu0,12675
|
80
80
|
pygpt_net/controller/notepad/__init__.py,sha256=zLWbPvcOQ1yY7VFT27iarpBZqz9BPkOi4KvkLtUUsK4,9438
|
81
81
|
pygpt_net/controller/painter/__init__.py,sha256=1Ekmr2a3irDkSb2wowiPXhW59rfdZOW1tdbxeubph-k,2747
|
82
|
-
pygpt_net/controller/painter/capture.py,sha256=
|
82
|
+
pygpt_net/controller/painter/capture.py,sha256=X3TqnNypxT_wngkQ4ovfS9glQwoGHyM-peR5aLJQGvk,6666
|
83
83
|
pygpt_net/controller/painter/common.py,sha256=gTRCIcmAsgYhueUWNfEIwIJo-40YBVhoNSksOY1Oj34,6395
|
84
84
|
pygpt_net/controller/plugins/__init__.py,sha256=yvzAjlrNvRoPihr7kkrU8eqjVD6zCoHLT9ZRl-01dk0,14466
|
85
85
|
pygpt_net/controller/plugins/presets.py,sha256=SaMJTUENCsssz0lU__URBeFZXZHpkKiSjNEgKz-yYA4,12061
|
@@ -247,8 +247,8 @@ pygpt_net/css_rc.py,sha256=i13kX7irhbYCWZ5yJbcMmnkFp_UfS4PYnvRFSPF7XXo,11349
|
|
247
247
|
pygpt_net/data/audio/click_off.mp3,sha256=aNiRDP1pt-Jy7ija4YKCNFBwvGWbzU460F4pZWZDS90,65201
|
248
248
|
pygpt_net/data/audio/click_on.mp3,sha256=qfdsSnthAEHVXzeyN4LlC0OvXuyW8p7stb7VXtlvZ1k,65201
|
249
249
|
pygpt_net/data/audio/ok.mp3,sha256=LTiV32pEBkpUGBkKkcOdOFB7Eyt_QoP2Nv6c5AaXftk,32256
|
250
|
-
pygpt_net/data/config/config.json,sha256=
|
251
|
-
pygpt_net/data/config/models.json,sha256=
|
250
|
+
pygpt_net/data/config/config.json,sha256=20sCvfYbc4-pHap9DcKOYjuzM_hvw1nHoX0otdAATyQ,19973
|
251
|
+
pygpt_net/data/config/models.json,sha256=C07YuiWgdJDC6WPQzirjgjnoga0tDZI-oKoAdV2QzY4,124735
|
252
252
|
pygpt_net/data/config/modes.json,sha256=aOoswOizqG_nITWbw59vRokfbh57_D8FrDlCAtVhDJY,2085
|
253
253
|
pygpt_net/data/config/presets/agent_openai.json,sha256=vMTR-soRBiEZrpJJHuFLWyx8a3Ez_BqtqjyXgxCAM_Q,733
|
254
254
|
pygpt_net/data/config/presets/agent_openai_assistant.json,sha256=awJw9lNTGpKML6SJUShVn7lv8AXh0oic7wBeyoN7AYs,798
|
@@ -1487,7 +1487,7 @@ pygpt_net/data/js/katex/fonts/KaTeX_Typewriter-Regular.woff2,sha256=cdUX1ngneHz6
|
|
1487
1487
|
pygpt_net/data/js/katex/katex.min.css,sha256=lVaKnUaQNG4pI71WHffQZVALLQF4LMZEk4nOia8U9ow,23532
|
1488
1488
|
pygpt_net/data/js/katex/katex.min.js,sha256=KLASOtKS2x8pUxWVzCDmlWJ4jhuLb0vtrgakbD6gDDo,276757
|
1489
1489
|
pygpt_net/data/locale/locale.de.ini,sha256=j3Wfno6oS_1G_ZyCC8RaicXz6SREpilN8e034zEYPl0,64611
|
1490
|
-
pygpt_net/data/locale/locale.en.ini,sha256=
|
1490
|
+
pygpt_net/data/locale/locale.en.ini,sha256=La20hfu0T6OytXyyAlaLjTCjYPt7kquLgNjJMOW0hhY,77498
|
1491
1491
|
pygpt_net/data/locale/locale.es.ini,sha256=BYaHtKQCIYgXH-dMait7dU5LL_n50uo1PNRhOF9Vayw,64794
|
1492
1492
|
pygpt_net/data/locale/locale.fr.ini,sha256=lidia86KWGyWXiKz7pjZx9giTaELVndduS7ai91lAFc,66840
|
1493
1493
|
pygpt_net/data/locale/locale.it.ini,sha256=jVsWf8fm3E5FDzVxxm5Y2YMfJsiqU1rAmGRVo0h1jeU,63544
|
@@ -2178,8 +2178,8 @@ pygpt_net/ui/widget/textarea/web.py,sha256=2LebPHa_e5lvBqnIVzjwsLcFMoc11BonXgAUs
|
|
2178
2178
|
pygpt_net/ui/widget/vision/__init__.py,sha256=8HT4tQFqQogEEpGYTv2RplKBthlsFKcl5egnv4lzzEw,488
|
2179
2179
|
pygpt_net/ui/widget/vision/camera.py,sha256=T8b5cmK6uhf_WSSxzPt_Qod8JgMnst6q8sQqRvgQiSA,2584
|
2180
2180
|
pygpt_net/utils.py,sha256=WtrdagJ-BlCjxGEEVq2rhsyAZMcU6JqltCXzOs823po,6707
|
2181
|
-
pygpt_net-2.5.
|
2182
|
-
pygpt_net-2.5.
|
2183
|
-
pygpt_net-2.5.
|
2184
|
-
pygpt_net-2.5.
|
2185
|
-
pygpt_net-2.5.
|
2181
|
+
pygpt_net-2.5.13.dist-info/LICENSE,sha256=rbPqNB_xxANH8hKayJyIcTwD4bj4Y2G-Mcm85r1OImM,1126
|
2182
|
+
pygpt_net-2.5.13.dist-info/METADATA,sha256=McuC23hM39cIFlUAdcdOyE_XobOJxK8cG8coIWvqCEw,169789
|
2183
|
+
pygpt_net-2.5.13.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
|
2184
|
+
pygpt_net-2.5.13.dist-info/entry_points.txt,sha256=qvpII6UHIt8XfokmQWnCYQrTgty8FeJ9hJvOuUFCN-8,43
|
2185
|
+
pygpt_net-2.5.13.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|