pygpt-net 2.4.56__py3-none-any.whl → 2.4.57__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.
CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # CHANGELOG
2
2
 
3
+ ## 2.4.57 (2025-01-19)
4
+
5
+ - Logging fix.
6
+
3
7
  ## 2.4.56 (2025-01-19)
4
8
 
5
9
  - Improved tab switching and focus change.
README.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  [![pygpt](https://snapcraft.io/pygpt/badge.svg)](https://snapcraft.io/pygpt)
4
4
 
5
- Release: **2.4.56** | build: **2025.01.19** | Python: **>=3.10, <3.13**
5
+ Release: **2.4.57** | build: **2025.01.19** | Python: **>=3.10, <3.13**
6
6
 
7
7
  > Official website: https://pygpt.net | Documentation: https://pygpt.readthedocs.io
8
8
  >
@@ -3960,6 +3960,10 @@ may consume additional tokens that are not displayed in the main window.
3960
3960
 
3961
3961
  ## Recent changes:
3962
3962
 
3963
+ **2.4.57 (2025-01-19)**
3964
+
3965
+ - Logging fix.
3966
+
3963
3967
  **2.4.56 (2025-01-19)**
3964
3968
 
3965
3969
  - Improved tab switching and focus change.
pygpt_net/CHANGELOG.txt CHANGED
@@ -1,3 +1,7 @@
1
+ 2.4.57 (2025-01-19)
2
+
3
+ - Logging fix.
4
+
1
5
  2.4.56 (2025-01-19)
2
6
 
3
7
  - Improved tab switching and focus change.
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.4.56"
16
+ __version__ = "2.4.57"
17
17
  __build__ = "2025.01.19"
18
18
  __maintainer__ = "Marcin Szczygliński"
19
19
  __github__ = "https://github.com/szczyglis-dev/py-gpt"
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "__meta__": {
3
- "version": "2.4.56",
4
- "app.version": "2.4.56",
3
+ "version": "2.4.57",
4
+ "app.version": "2.4.57",
5
5
  "updated_at": "2025-01-19T00:00:00"
6
6
  },
7
7
  "access.audio.event.speech": false,
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "__meta__": {
3
- "version": "2.4.56",
4
- "app.version": "2.4.56",
3
+ "version": "2.4.57",
4
+ "app.version": "2.4.57",
5
5
  "updated_at": "2025-01-19T00:00:00"
6
6
  },
7
7
  "items": {
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "__meta__": {
3
- "version": "2.4.56",
4
- "app.version": "2.4.56",
3
+ "version": "2.4.57",
4
+ "app.version": "2.4.57",
5
5
  "updated_at": "2025-01-19T00:00:00"
6
6
  },
7
7
  "items": {
pygpt_net/ui/main.py CHANGED
@@ -376,7 +376,6 @@ class MainWindow(QMainWindow, QtStyleTools):
376
376
 
377
377
  config = copy.deepcopy(self.core.config.get("access.shortcuts"))
378
378
  for shortcut_conf in config:
379
- print(shortcut_conf)
380
379
  key = shortcut_conf.get('key', '')
381
380
  key_modifier = shortcut_conf.get('key_modifier', '')
382
381
  action_name = shortcut_conf.get('action')
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pygpt-net
3
- Version: 2.4.56
3
+ Version: 2.4.57
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, 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
  Home-page: https://pygpt.net
6
6
  License: MIT
@@ -93,7 +93,7 @@ Description-Content-Type: text/markdown
93
93
 
94
94
  [![pygpt](https://snapcraft.io/pygpt/badge.svg)](https://snapcraft.io/pygpt)
95
95
 
96
- Release: **2.4.56** | build: **2025.01.19** | Python: **>=3.10, <3.13**
96
+ Release: **2.4.57** | build: **2025.01.19** | Python: **>=3.10, <3.13**
97
97
 
98
98
  > Official website: https://pygpt.net | Documentation: https://pygpt.readthedocs.io
99
99
  >
@@ -4051,6 +4051,10 @@ may consume additional tokens that are not displayed in the main window.
4051
4051
 
4052
4052
  ## Recent changes:
4053
4053
 
4054
+ **2.4.57 (2025-01-19)**
4055
+
4056
+ - Logging fix.
4057
+
4054
4058
  **2.4.56 (2025-01-19)**
4055
4059
 
4056
4060
  - Improved tab switching and focus change.
@@ -1,9 +1,9 @@
1
- CHANGELOG.md,sha256=96KamTFC1rr-9luxr5k0tmd6YUarOBRukMU5UrGzcZk,81990
2
- README.md,sha256=XPmUB08LwDibgT-p7EXJE4FFIAUHb-_KzlpBWm2cIfw,162996
1
+ CHANGELOG.md,sha256=OIfFqYGx5T0RwHu1fHs2tHId0fu2epSQ3EUnbrJfEag,82030
2
+ README.md,sha256=7CNffhVfF0iHMhRxDtNdTYS1lT_Da2BI33C9saZTjfc,163037
3
3
  icon.png,sha256=CzcINJaU23a9hNjsDlDNbyuiEvKZ4Wg6DQVYF6SpuRg,13970
4
- pygpt_net/CHANGELOG.txt,sha256=oBZX8F-jOcY1EaGFgRJBw5BhWvyO1bsc5iLWt0C6Q8w,80486
4
+ pygpt_net/CHANGELOG.txt,sha256=kOd97FN0QU8SjcRJ2Sgn9JgTC-r_EEHD0BtnH9XeAqg,80523
5
5
  pygpt_net/LICENSE,sha256=dz9sfFgYahvu2NZbx4C1xCsVn9GVer2wXcMkFRBvqzY,1146
6
- pygpt_net/__init__.py,sha256=tBwlR0xZziswqrNfmhRJhioqeOoknQEHu1vaq4I3Ng0,1307
6
+ pygpt_net/__init__.py,sha256=XzH3dolrnjMndF-LITxmz-j_lVePfnl1s5e2UsGb0Xg,1307
7
7
  pygpt_net/app.py,sha256=i02M96uLngAs_XZCS1Mi84vb3Okx8ZZewbTdhCqFolM,16029
8
8
  pygpt_net/config.py,sha256=Qc1FOBtTf3O6A6-6KoqUGtoJ0u8hXQeowvCVbZFwtik,16405
9
9
  pygpt_net/container.py,sha256=BemiVZPpPNIzfB-ZvnZeeBPFu-AcX2c30OqYFylEjJc,4023
@@ -247,9 +247,9 @@ 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=waMrlZ3rgwLIVeM_tRy0XS3k827OzVqKL9ozi5pDHQM,19860
251
- pygpt_net/data/config/models.json,sha256=yGD3CCcjeKxxlsBA2WyS_5bMYdbEl-jgqvp2kCY-4MA,61940
252
- pygpt_net/data/config/modes.json,sha256=QWG_N4-HCDrEYuTt6-zejMP1HjJFyPUFejQSmqRgJ5k,1923
250
+ pygpt_net/data/config/config.json,sha256=sP2D192YAibH_cL0cpSIlF-nQMB6yH-c-GehJDQ8zmU,19860
251
+ pygpt_net/data/config/models.json,sha256=_-ouDlUk9D5z9PQUE-2x1aRAh9YF1Q4SX8XkAwmVWMo,61940
252
+ pygpt_net/data/config/modes.json,sha256=Z29dfMVQdxUT35_3VNjrWC1IQ43bKPd7GbJrgyQQ558,1923
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
255
255
  pygpt_net/data/config/presets/agent_planner.json,sha256=a6Rv58Bnm2STNWB0Rw_dGhnsz6Lb3J8_GwsUVZaTIXc,742
@@ -2055,7 +2055,7 @@ pygpt_net/ui/layout/toolbox/model.py,sha256=9JHW8yzTHUh6TJmOAylriwlDsyrB8J9wDpJp
2055
2055
  pygpt_net/ui/layout/toolbox/presets.py,sha256=Afb_hLddPQlTcCUcWSCPhfp7ApKdbypkDJdjNnv1oFk,5797
2056
2056
  pygpt_net/ui/layout/toolbox/prompt.py,sha256=QC5CZx5TvO0-CZVXea4eIuAHFjoYcGxYrLBtny15ATI,3937
2057
2057
  pygpt_net/ui/layout/toolbox/vision.py,sha256=GZY-N2z8re1LN1ntsy-3Ius8OY4DujmJpyJ1qP2ZRxs,2447
2058
- pygpt_net/ui/main.py,sha256=B-GTY1LXU1IbnO5d8ECDa4qAJ4m2QzUhmWXh9_SzzCk,12786
2058
+ pygpt_net/ui/main.py,sha256=_Y1FOX6WqM9erVtqpPXETLQpKRylgiZm-ClVk3fsSa0,12753
2059
2059
  pygpt_net/ui/menu/__init__.py,sha256=hGxe2_tp3-hDGm2EjjMwBc69zmK3cr664LoV3cm2vGk,1877
2060
2060
  pygpt_net/ui/menu/about.py,sha256=bzoUcE_Z2rfb6iGmw4II2m1S8f3XPZ-jA0cmvBwGtLI,5480
2061
2061
  pygpt_net/ui/menu/audio.py,sha256=Sb8NTAyMnPj4johTvBKwocHzq67XypIdw7K7hjf2760,3494
@@ -2176,8 +2176,8 @@ pygpt_net/ui/widget/textarea/web.py,sha256=2LebPHa_e5lvBqnIVzjwsLcFMoc11BonXgAUs
2176
2176
  pygpt_net/ui/widget/vision/__init__.py,sha256=8HT4tQFqQogEEpGYTv2RplKBthlsFKcl5egnv4lzzEw,488
2177
2177
  pygpt_net/ui/widget/vision/camera.py,sha256=T8b5cmK6uhf_WSSxzPt_Qod8JgMnst6q8sQqRvgQiSA,2584
2178
2178
  pygpt_net/utils.py,sha256=Gsh_mITVke3bb8o-Ke57l__xA5a9Wv4t7tlsnSQULj8,6655
2179
- pygpt_net-2.4.56.dist-info/LICENSE,sha256=rbPqNB_xxANH8hKayJyIcTwD4bj4Y2G-Mcm85r1OImM,1126
2180
- pygpt_net-2.4.56.dist-info/METADATA,sha256=yQ1UvjzWEs5q4xpecsJRNpTO0LNKBUNcsFATQ8FHntQ,167875
2181
- pygpt_net-2.4.56.dist-info/WHEEL,sha256=FMvqSimYX_P7y0a7UY-_Mc83r5zkBZsCYPm7Lr0Bsq4,88
2182
- pygpt_net-2.4.56.dist-info/entry_points.txt,sha256=qvpII6UHIt8XfokmQWnCYQrTgty8FeJ9hJvOuUFCN-8,43
2183
- pygpt_net-2.4.56.dist-info/RECORD,,
2179
+ pygpt_net-2.4.57.dist-info/LICENSE,sha256=rbPqNB_xxANH8hKayJyIcTwD4bj4Y2G-Mcm85r1OImM,1126
2180
+ pygpt_net-2.4.57.dist-info/METADATA,sha256=tOdn3D25VtYB7ccIRXDpxeQg1txArBpc87cmTDdtWPs,167916
2181
+ pygpt_net-2.4.57.dist-info/WHEEL,sha256=FMvqSimYX_P7y0a7UY-_Mc83r5zkBZsCYPm7Lr0Bsq4,88
2182
+ pygpt_net-2.4.57.dist-info/entry_points.txt,sha256=qvpII6UHIt8XfokmQWnCYQrTgty8FeJ9hJvOuUFCN-8,43
2183
+ pygpt_net-2.4.57.dist-info/RECORD,,