pygpt-net 2.6.26__py3-none-any.whl → 2.6.28__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 +3 -3
- pygpt_net/app.py +5 -1
- pygpt_net/controller/access/voice.py +3 -5
- pygpt_net/controller/audio/audio.py +9 -6
- pygpt_net/controller/audio/ui.py +263 -0
- pygpt_net/controller/chat/common.py +17 -1
- pygpt_net/controller/kernel/kernel.py +2 -0
- pygpt_net/controller/notepad/notepad.py +10 -1
- pygpt_net/controller/theme/markdown.py +2 -0
- pygpt_net/controller/theme/theme.py +4 -1
- pygpt_net/controller/ui/tabs.py +5 -0
- pygpt_net/core/audio/backend/native.py +114 -82
- pygpt_net/core/audio/backend/pyaudio.py +16 -19
- pygpt_net/core/audio/backend/pygame.py +12 -15
- pygpt_net/core/audio/capture.py +10 -9
- pygpt_net/core/audio/context.py +3 -6
- pygpt_net/core/command/command.py +2 -0
- pygpt_net/core/render/web/helpers.py +13 -3
- pygpt_net/core/render/web/renderer.py +3 -3
- pygpt_net/data/config/config.json +7 -5
- pygpt_net/data/config/models.json +3 -3
- pygpt_net/data/config/settings.json +24 -10
- pygpt_net/data/css/web-blocks.darkest.css +91 -0
- pygpt_net/data/css/web-chatgpt.css +7 -5
- pygpt_net/data/css/web-chatgpt.dark.css +5 -2
- pygpt_net/data/css/web-chatgpt.darkest.css +91 -0
- pygpt_net/data/css/web-chatgpt.light.css +8 -2
- pygpt_net/data/css/web-chatgpt_wide.css +7 -4
- pygpt_net/data/css/web-chatgpt_wide.dark.css +5 -2
- pygpt_net/data/css/web-chatgpt_wide.darkest.css +91 -0
- pygpt_net/data/css/web-chatgpt_wide.light.css +9 -6
- pygpt_net/data/locale/locale.de.ini +2 -0
- pygpt_net/data/locale/locale.en.ini +2 -0
- pygpt_net/data/locale/locale.es.ini +2 -0
- pygpt_net/data/locale/locale.fr.ini +2 -0
- pygpt_net/data/locale/locale.it.ini +2 -0
- pygpt_net/data/locale/locale.pl.ini +3 -1
- pygpt_net/data/locale/locale.uk.ini +2 -0
- pygpt_net/data/locale/locale.zh.ini +2 -0
- pygpt_net/data/themes/dark_darkest.css +31 -0
- pygpt_net/data/themes/dark_darkest.xml +10 -0
- pygpt_net/plugin/audio_input/simple.py +5 -10
- pygpt_net/plugin/audio_output/plugin.py +4 -17
- pygpt_net/plugin/tuya/__init__.py +12 -0
- pygpt_net/plugin/tuya/config.py +256 -0
- pygpt_net/plugin/tuya/plugin.py +117 -0
- pygpt_net/plugin/tuya/worker.py +588 -0
- pygpt_net/plugin/wikipedia/__init__.py +12 -0
- pygpt_net/plugin/wikipedia/config.py +228 -0
- pygpt_net/plugin/wikipedia/plugin.py +114 -0
- pygpt_net/plugin/wikipedia/worker.py +430 -0
- pygpt_net/provider/core/config/patch.py +11 -0
- pygpt_net/ui/layout/chat/input.py +5 -2
- pygpt_net/ui/main.py +1 -2
- pygpt_net/ui/widget/audio/bar.py +5 -1
- pygpt_net/ui/widget/tabs/output.py +2 -0
- pygpt_net/ui/widget/textarea/input.py +483 -55
- {pygpt_net-2.6.26.dist-info → pygpt_net-2.6.28.dist-info}/METADATA +78 -35
- {pygpt_net-2.6.26.dist-info → pygpt_net-2.6.28.dist-info}/RECORD +63 -49
- {pygpt_net-2.6.26.dist-info → pygpt_net-2.6.28.dist-info}/LICENSE +0 -0
- {pygpt_net-2.6.26.dist-info → pygpt_net-2.6.28.dist-info}/WHEEL +0 -0
- {pygpt_net-2.6.26.dist-info → pygpt_net-2.6.28.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.28
|
|
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
|
|
@@ -117,7 +117,7 @@ Description-Content-Type: text/markdown
|
|
|
117
117
|
|
|
118
118
|
[](https://snapcraft.io/pygpt)
|
|
119
119
|
|
|
120
|
-
Release: **2.6.
|
|
120
|
+
Release: **2.6.28** | build: **2025-08-27** | Python: **>=3.10, <3.14**
|
|
121
121
|
|
|
122
122
|
> Official website: https://pygpt.net | Documentation: https://pygpt.readthedocs.io
|
|
123
123
|
>
|
|
@@ -487,41 +487,41 @@ Please go to `Debugging and Logging` section for instructions on how to log and
|
|
|
487
487
|
|
|
488
488
|
# Quick Start
|
|
489
489
|
|
|
490
|
-
## Setting-up
|
|
490
|
+
## Setting-up API Key(s)
|
|
491
491
|
|
|
492
|
-
|
|
492
|
+
You can configure API keys for various providers, such as OpenAI, Anthropic, Google, xAI, Perplexity, OpenRouter, and more. This flexibility allows you to use different providers based on your needs.
|
|
493
493
|
|
|
494
|
-
During the initial
|
|
494
|
+
During the initial setup, configure your API keys within the application.
|
|
495
495
|
|
|
496
496
|
To do so, navigate to the menu:
|
|
497
497
|
|
|
498
|
-
|
|
499
|
-
Config -> Settings -> API Keys
|
|
500
|
-
```
|
|
498
|
+
`Config -> Settings -> API Keys`
|
|
501
499
|
|
|
502
|
-
|
|
500
|
+
Here, you can add or manage API keys for any supported provider.
|
|
503
501
|
|
|
504
502
|

|
|
505
503
|
|
|
506
|
-
|
|
504
|
+
**Configuring Provider**
|
|
507
505
|
|
|
508
|
-
|
|
506
|
+
1. **Select the Provider:** Choose a tab with provider.
|
|
507
|
+
2. **Enter the API Key:** Paste the corresponding API key for the selected provider.
|
|
509
508
|
|
|
510
|
-
|
|
509
|
+
**Example**
|
|
511
510
|
|
|
512
|
-
|
|
511
|
+
- **OpenAI:** Obtain your API key by registering on the OpenAI website: https://platform.openai.com and navigating to https://platform.openai.com/account/api-keys.
|
|
512
|
+
- **Anthropic, Google, etc.:** Follow similar steps on their respective platforms.
|
|
513
513
|
|
|
514
|
-
**Note:** The ability to use models
|
|
514
|
+
**Note:** The ability to use models or services depends on your access level with the respective provider. If you wish to use custom API endpoints or local APIs that do not require API keys, simply enter any value into the API key field to bypass prompts about an empty key.
|
|
515
515
|
|
|
516
|
-
#
|
|
516
|
+
# Work modes
|
|
517
517
|
|
|
518
518
|
## Chat
|
|
519
519
|
|
|
520
520
|
**+ Inline Vision and Image generation**
|
|
521
521
|
|
|
522
|
-
This mode in **PyGPT** mirrors `ChatGPT`, allowing you to chat with models such as `
|
|
522
|
+
This mode in **PyGPT** mirrors `ChatGPT`, allowing you to chat with models such as `GPT-5`, `GPT-4`, `o1`, `o3`, and`Claude`, `Gemini`, `Grok`, `Perplexity (sonar)`, `Deepseek`, and others. It works by using the `Responses` and `ChatCompletions` OpenAI API (or compatible). You can select the API endpoint to use in: `Config -> Settings -> API Keys`.
|
|
523
523
|
|
|
524
|
-
**Tip: This mode directly uses the OpenAI
|
|
524
|
+
**Tip: This mode directly uses the OpenAI SDK. Other models, such as Gemini, Claude, Grok, Sonar, or Llama3, are supported in Chat mode via LlamaIndex or OpenAI API compatible endpoints (if available), which the application switches to in the background when working with models other than OpenAI.**
|
|
525
525
|
|
|
526
526
|
The main part of the interface is a chat window where you see your conversations. Below it is a message box for typing. On the right side, you can set up or change the model and system prompt. You can also save these settings as presets to easily switch between models or tasks.
|
|
527
527
|
|
|
@@ -629,7 +629,7 @@ You can also develop and provide your own custom loader and register it within t
|
|
|
629
629
|
LlamaIndex is also integrated with context database - you can use data from database (your context history) as additional context in discussion.
|
|
630
630
|
Options for indexing existing context history or enabling real-time indexing new ones (from database) are available in `Settings / Indexes / LlamaIndex` section.
|
|
631
631
|
|
|
632
|
-
**WARNING:** remember that when indexing content, API calls to the embedding model are used. Each indexing consumes additional tokens. Always control the number of tokens used on the
|
|
632
|
+
**WARNING:** remember that when indexing content, API calls to the embedding model are used. Each indexing consumes additional tokens. Always control the number of tokens used on the provider's page.
|
|
633
633
|
|
|
634
634
|
**Tip:** Using the Chat with Files mode, you have default access to files manually indexed from the /data directory. However, you can use additional context by attaching a file - such additional context from the attachment does not land in the main index, but only in a temporary one, available only for the given conversation.
|
|
635
635
|
|
|
@@ -655,8 +655,6 @@ In the `Settings -> LlamaIndex -> Data loaders` section you can define the addit
|
|
|
655
655
|
|
|
656
656
|
## Chat with Audio
|
|
657
657
|
|
|
658
|
-
2024-11-26: currently in beta.
|
|
659
|
-
|
|
660
658
|
This mode works like the Chat mode but with native support for audio input and output using a multimodal model - `gpt-4o-audio`. In this mode, audio input and output are directed to and from the model directly, without the use of external plugins. This enables faster and better audio communication.
|
|
661
659
|
|
|
662
660
|
More info: https://platform.openai.com/docs/guides/audio/quickstart
|
|
@@ -665,8 +663,6 @@ Currently, in beta. Tool and function calls are not enabled in this mode.
|
|
|
665
663
|
|
|
666
664
|
## Research
|
|
667
665
|
|
|
668
|
-
2025-03-02: currently in beta.
|
|
669
|
-
|
|
670
666
|
This mode (when using Sonar and R1 models) operates using the Perplexity API: https://perplexity.ai.
|
|
671
667
|
|
|
672
668
|
It allows for deep web searching and utilizes Sonar models, available in `Perplexity AI`.
|
|
@@ -731,7 +727,7 @@ Images are stored in ``img`` directory in **PyGPT** user data folder.
|
|
|
731
727
|
|
|
732
728
|
## Vision
|
|
733
729
|
|
|
734
|
-
This mode enables image analysis using the `
|
|
730
|
+
This mode enables image analysis using the `GPT-5`, `GPT-4o` and other vision (multimodal) models. Functioning much like the chat mode,
|
|
735
731
|
it also allows you to upload images or provide URLs to images. The vision feature can analyze both local
|
|
736
732
|
images and those found online.
|
|
737
733
|
|
|
@@ -835,8 +831,6 @@ You can change the prompts used for evaluating the response in `Settings -> Prom
|
|
|
835
831
|
|
|
836
832
|
## Agent (OpenAI)
|
|
837
833
|
|
|
838
|
-
**Added in: 2.5.76** - currently in beta.
|
|
839
|
-
|
|
840
834
|
The mode operates on the `openai-agents` library integrated into the application:
|
|
841
835
|
|
|
842
836
|
https://github.com/openai/openai-agents-python
|
|
@@ -965,9 +959,7 @@ You can choose which internal mode the agent should use in the settings:
|
|
|
965
959
|
|
|
966
960
|
```Settings / Agent (autonomous) / Sub-mode to use```
|
|
967
961
|
|
|
968
|
-
|
|
969
|
-
|
|
970
|
-
Default is: `chat`.
|
|
962
|
+
Default mode is: `Chat`.
|
|
971
963
|
|
|
972
964
|
If you want to use the LlamaIndex mode when running the agent, you can also specify which index `LlamaIndex` should use with the option:
|
|
973
965
|
|
|
@@ -1006,8 +998,6 @@ Give me a list of active experts.
|
|
|
1006
998
|
|
|
1007
999
|
## Computer use
|
|
1008
1000
|
|
|
1009
|
-
**2.5.71**: Currently in beta.
|
|
1010
|
-
|
|
1011
1001
|
This mode allows for autonomous computer control.
|
|
1012
1002
|
|
|
1013
1003
|
In this mode, the model takes control of the mouse and keyboard and can navigate within the user's environment. The `Computer use` remote tool is used here: https://platform.openai.com/docs/guides/tools-computer-use, combined with the `Mouse and Keyboard` plugin.
|
|
@@ -1123,6 +1113,12 @@ Files such as jpg, png, and similar images are a special case. By default, image
|
|
|
1123
1113
|
|
|
1124
1114
|
To use the `RAG` mode, the file must be indexed in the vector database. This occurs automatically at the time of upload if the `Auto-index on upload` option in the `Attachments` tab is enabled. When uploading large files, such indexing might take a while - therefore, if you are using the `Full context` option, which does not use the index, you can disable the `Auto-index` option to speed up the upload of the attachment. In this case, it will only be indexed when the `RAG` option is called for the first time, and until then, attachment will be available in the form of `Full context` and `Summary`.
|
|
1125
1115
|
|
|
1116
|
+
**Embeddings**
|
|
1117
|
+
|
|
1118
|
+
When using RAG to query attachments, the documents are indexed into a temporary vector store. With multiple providers and models available, you can select the model used for querying attachments in: `Config -> Settings -> Files and Attachments`. You can also choose the embedding models for specified providers in `Config -> Settings -> Indexes / LlamaIndex -> Embeddings -> Default embedding models` list. By default, when querying an attachment using RAG, the default embedding model and provider corresponding to the RAG query model will be used. If no default configuration is provided for a specific provider, the global embedding configuration will be used.
|
|
1119
|
+
|
|
1120
|
+
For example, if the RAG query model is `gpt-4o-mini`, then the default model for the provider `OpenAI` will be used. If the default model for `OpenAI` is not specified on the list, the global provider and model will be used.
|
|
1121
|
+
|
|
1126
1122
|
## Downloading files
|
|
1127
1123
|
|
|
1128
1124
|
**PyGPT** enables the automatic download and saving of files created by the model. This is carried out in the background, with the files being saved to an `data` folder located within the user's working directory. To view or manage these files, users can navigate to the `Files` tab which features a file browser for this specific directory. Here, users have the interface to handle all files sent by the AI.
|
|
@@ -1171,7 +1167,7 @@ The name of the currently active profile is shown as (Profile Name) in the windo
|
|
|
1171
1167
|
|
|
1172
1168
|
## Built-in models
|
|
1173
1169
|
|
|
1174
|
-
PyGPT has
|
|
1170
|
+
PyGPT has a preconfigured list of models (as of 2025-07-26):
|
|
1175
1171
|
|
|
1176
1172
|
- `bielik-11b-v2.3-instruct:Q4_K_M` (Ollama)
|
|
1177
1173
|
- `chatgpt-4o-latest` (OpenAI)
|
|
@@ -1250,7 +1246,9 @@ PyGPT has built-in support for models (as of 2025-07-26):
|
|
|
1250
1246
|
All models are specified in the configuration file `models.json`, which you can customize.
|
|
1251
1247
|
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.
|
|
1252
1248
|
|
|
1253
|
-
|
|
1249
|
+
You can import new models by manually editing `models.json` or by using the model importer in the `Config -> Models -> Import` menu.
|
|
1250
|
+
|
|
1251
|
+
**Tip**: Anthropic and Deepseek API providers use VoyageAI for embeddings (Chat with Files and attachments RAG), so you must also configure the Voyage API key if you want to use embeddings from these providers.
|
|
1254
1252
|
|
|
1255
1253
|
## Adding a custom model
|
|
1256
1254
|
|
|
@@ -1472,12 +1470,16 @@ The following plugins are currently available, and model can use them instantly:
|
|
|
1472
1470
|
|
|
1473
1471
|
- `Telegram` - Send messages, photos, and documents; manage chats and contacts.
|
|
1474
1472
|
|
|
1473
|
+
- `Tuya (IoT)` - Handle Tuya Smart Home devices via Tuya Cloud API.
|
|
1474
|
+
|
|
1475
1475
|
- `Vision (inline)` - integrates Vision capabilities with any chat mode, not just Vision mode. When the plugin is enabled, the model temporarily switches to vision in the background when an image attachment or vision capture is provided.
|
|
1476
1476
|
|
|
1477
1477
|
- `Voice Control (inline)` - provides voice control command execution within a conversation.
|
|
1478
1478
|
|
|
1479
1479
|
- `Web Search` - provides the ability to connect to the Web, search web pages for current data, and index external content using LlamaIndex data loaders.
|
|
1480
1480
|
|
|
1481
|
+
- `Wikipedia` - Search Wikipedia for information.
|
|
1482
|
+
|
|
1481
1483
|
- `X/Twitter` - Interact with tweets and users, manage bookmarks and media, perform likes, retweets, and more.
|
|
1482
1484
|
|
|
1483
1485
|
|
|
@@ -1864,6 +1866,20 @@ The plugin enables integration with Telegram for both bots and user accounts thr
|
|
|
1864
1866
|
|
|
1865
1867
|
Documentation: https://pygpt.readthedocs.io/en/latest/plugins.html#telegram
|
|
1866
1868
|
|
|
1869
|
+
## Tuya (IoT)
|
|
1870
|
+
|
|
1871
|
+
The Tuya plugin integrates with Tuya's Smart Home platform, enabling seamless interactions with your smart devices via the Tuya Cloud API. This plugin provides a user-friendly interface to manage and control devices directly from your assistant.
|
|
1872
|
+
|
|
1873
|
+
* Provide your Tuya Cloud credentials to enable communication.
|
|
1874
|
+
* Access and list all smart devices connected to your Tuya app account.
|
|
1875
|
+
* Retrieve detailed information about each device, including its status and supported functions.
|
|
1876
|
+
* Effortlessly search for devices by their names using cached data for quick access.
|
|
1877
|
+
* Control devices by turning them on or off, toggle states, and set specific device parameters.
|
|
1878
|
+
* Send custom commands to devices for more advanced control.
|
|
1879
|
+
* Read sensor values and normalize them for easy interpretation.
|
|
1880
|
+
|
|
1881
|
+
Documentation: https://pygpt.readthedocs.io/en/latest/plugins.html#tuya-iot
|
|
1882
|
+
|
|
1867
1883
|
## Vision (inline)
|
|
1868
1884
|
|
|
1869
1885
|
The plugin integrates vision capabilities across all chat modes, not just Vision mode. Once enabled, it allows the model to seamlessly switch to vision processing in the background whenever an image attachment or vision capture is detected.
|
|
@@ -1888,6 +1904,20 @@ Web searches are provided by `Google Custom Search Engine` and `Microsoft Bing`
|
|
|
1888
1904
|
|
|
1889
1905
|
Documentation: https://pygpt.readthedocs.io/en/latest/plugins.html#web-search
|
|
1890
1906
|
|
|
1907
|
+
## Wikipedia
|
|
1908
|
+
|
|
1909
|
+
The Wikipedia plugin allows for comprehensive interactions with Wikipedia, including language settings, article searching, summaries, and random article discovery. This plugin offers a variety of options to optimize your search experience.
|
|
1910
|
+
|
|
1911
|
+
* Set your preferred language for Wikipedia queries.
|
|
1912
|
+
* Retrieve and check the current language setting.
|
|
1913
|
+
* Explore a list of supported languages.
|
|
1914
|
+
* Search for articles using keywords or get suggestions for queries.
|
|
1915
|
+
* Obtain summaries and detailed page content.
|
|
1916
|
+
* Discover articles by geographic location or randomly.
|
|
1917
|
+
* Open articles directly in your web browser.
|
|
1918
|
+
|
|
1919
|
+
Documentation: https://pygpt.readthedocs.io/en/latest/plugins.html#wikipedia
|
|
1920
|
+
|
|
1891
1921
|
## X/Twitter
|
|
1892
1922
|
|
|
1893
1923
|
The X/Twitter plugin integrates with the X platform, allowing for comprehensive interactions such as tweeting, retweeting, liking, media uploads, and more. This plugin requires OAuth2 authentication and offers various configuration options to manage API interactions effectively.
|
|
@@ -1935,7 +1965,7 @@ PyGPT can be extended with:
|
|
|
1935
1965
|
|
|
1936
1966
|
- custom web search engine providers
|
|
1937
1967
|
|
|
1938
|
-
- custom agents
|
|
1968
|
+
- custom agents (LlamaIndex or OpenAI Agents)
|
|
1939
1969
|
|
|
1940
1970
|
|
|
1941
1971
|
See the section `Extending PyGPT / Adding a custom plugin` for more details.
|
|
@@ -2113,7 +2143,7 @@ a particular query will consume and displays this estimate in real time. This gi
|
|
|
2113
2143
|
control over your token usage. The app provides detailed information about the tokens used for the user's prompt,
|
|
2114
2144
|
the system prompt, any additional data, and those used within the context (the memory of previous entries).
|
|
2115
2145
|
|
|
2116
|
-
**Remember that these are only approximate calculations and do not include, for example, the number of tokens consumed by some plugins. You can find the exact number of tokens used on
|
|
2146
|
+
**Remember that these are only approximate calculations and do not include, for example, the number of tokens consumed by some plugins. You can find the exact number of tokens used on provider's website.**
|
|
2117
2147
|
|
|
2118
2148
|

|
|
2119
2149
|
|
|
@@ -2469,6 +2499,8 @@ Enable/disable remote tools, like Web Search or Image generation to use in OpenA
|
|
|
2469
2499
|
|
|
2470
2500
|
- `Audio notify microphone listening start/stop`: enables audio "tick" notify when microphone listening started/ended.
|
|
2471
2501
|
|
|
2502
|
+
- `Continuous Audio Recording (Chunks)`: Enable recording in chunks for long audio recordings in notepad (voice notes).
|
|
2503
|
+
|
|
2472
2504
|
**Indexes / LlamaIndex**
|
|
2473
2505
|
|
|
2474
2506
|
**General**
|
|
@@ -3037,7 +3069,7 @@ PyGPT can be extended with:
|
|
|
3037
3069
|
|
|
3038
3070
|
- custom web search engine providers
|
|
3039
3071
|
|
|
3040
|
-
- custom agents
|
|
3072
|
+
- custom agents (LlamaIndex or OpenAI Agents)
|
|
3041
3073
|
|
|
3042
3074
|
**Examples (tutorial files)**
|
|
3043
3075
|
|
|
@@ -3143,6 +3175,7 @@ There is built-in support for those LLM providers:
|
|
|
3143
3175
|
- Local models (OpenAI API compatible)
|
|
3144
3176
|
- Ollama
|
|
3145
3177
|
- OpenAI
|
|
3178
|
+
- OpenRouter
|
|
3146
3179
|
- Perplexity
|
|
3147
3180
|
- xAI
|
|
3148
3181
|
|
|
@@ -3542,6 +3575,16 @@ may consume additional tokens that are not displayed in the main window.
|
|
|
3542
3575
|
|
|
3543
3576
|
## Recent changes:
|
|
3544
3577
|
|
|
3578
|
+
**2.6.28 (2025-08-27)**
|
|
3579
|
+
|
|
3580
|
+
- Added new plugins: Tuya (IoT) and Wikipedia.
|
|
3581
|
+
- Improved formatting of JSON command output.
|
|
3582
|
+
- Fixed CSS issues.
|
|
3583
|
+
|
|
3584
|
+
**2.6.27 (2025-08-26)**
|
|
3585
|
+
|
|
3586
|
+
- Simplified audio input: A microphone icon has been added to the input field.
|
|
3587
|
+
|
|
3545
3588
|
**2.6.26 (2025-08-26)**
|
|
3546
3589
|
|
|
3547
3590
|
- Added new provider: OpenRouter (#133).
|
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
pygpt_net/CHANGELOG.txt,sha256=
|
|
1
|
+
pygpt_net/CHANGELOG.txt,sha256=0Mp_OTbKNd6-hEKhY6_RsWmc1k8uRVigYXrejrNBN70,102445
|
|
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=4rt0-NDjt_aWUsu6I3lsyZgS1bUL4XCfRitS50OL7sY,1373
|
|
4
|
+
pygpt_net/app.py,sha256=iF934FseRJAhhGLIxnpqzPKyOFrBtYWU7ePVT-P8I48,21434
|
|
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
|
|
8
8
|
pygpt_net/controller/access/__init__.py,sha256=_XZxGy5U93JGU49GbIB9E_I26_uRV_Zbz18lcp7u23A,510
|
|
9
9
|
pygpt_net/controller/access/access.py,sha256=nPttwQf6RZHJAlXZ-3fnlcplwXxcJWp8ciq3FMsSssI,3974
|
|
10
10
|
pygpt_net/controller/access/control.py,sha256=nMGWzg60jNJMVAHIrism0_APzVMpbLAOcXG6mJuOSJ8,17332
|
|
11
|
-
pygpt_net/controller/access/voice.py,sha256=
|
|
11
|
+
pygpt_net/controller/access/voice.py,sha256=vMFRpHJeUlHzjrfdoCD1S9cVBNm17hvn13vRh9WcYvk,15703
|
|
12
12
|
pygpt_net/controller/agent/__init__.py,sha256=GRKHllr8kuzoA2_rRHiQv27znsEcwLCiuNuU4G9xVZw,509
|
|
13
13
|
pygpt_net/controller/agent/agent.py,sha256=2MYfXbWB4z11eAo5Y3Iz8kll3RKwA156E8D_BioXUSc,6319
|
|
14
14
|
pygpt_net/controller/agent/common.py,sha256=55CHhV-dsWeNe5QvdvNoyhEYVhQNrHt_Lv-VDTuiYRc,3871
|
|
@@ -25,7 +25,8 @@ pygpt_net/controller/assistant/threads.py,sha256=eh8qJfcMFJSWfciXMpsLvRgcdaK-ilX
|
|
|
25
25
|
pygpt_net/controller/attachment/__init__.py,sha256=-5owOyszPze-YLQuTtFLQnSwEj_ftTxFwAP_3jPNpss,514
|
|
26
26
|
pygpt_net/controller/attachment/attachment.py,sha256=jO45LFBY9tbVWXPGwHenAMZUIFPdubIkoSr10aAUMHQ,20942
|
|
27
27
|
pygpt_net/controller/audio/__init__.py,sha256=Ci5ClV3DKuMCLtFqQEOr5qun--tlIzKkQlwj9ug_kI0,509
|
|
28
|
-
pygpt_net/controller/audio/audio.py,sha256=
|
|
28
|
+
pygpt_net/controller/audio/audio.py,sha256=sW7RC9oL20D7lLS5i7mxSHn9brCcJLd0T0FMET2puGw,13665
|
|
29
|
+
pygpt_net/controller/audio/ui.py,sha256=XFTd3XneK-uXLsNWYZJmJsvIQV-t81r5SU7Qq0F0n9E,7762
|
|
29
30
|
pygpt_net/controller/calendar/__init__.py,sha256=AyzoNqYgxV35CMEzoi_SCSsQh4ehg_Wu_2nsK3xsbyg,512
|
|
30
31
|
pygpt_net/controller/calendar/calendar.py,sha256=s55RkCFQPFzdDoQ2zp3kohlNdpiWxdSxQtsaROeiigw,4424
|
|
31
32
|
pygpt_net/controller/calendar/note.py,sha256=AkOQ0FslaDkQbNwXBg95XhtPi3KzhKiFd374L8kTKBA,10169
|
|
@@ -36,7 +37,7 @@ pygpt_net/controller/chat/attachment.py,sha256=hU1Slpop6rebGcLTwln-zL5SjXxhDNJUC
|
|
|
36
37
|
pygpt_net/controller/chat/audio.py,sha256=QsU36McxqlRoP6B-NSeck968g1M8JhlLkLwGLunbapw,3210
|
|
37
38
|
pygpt_net/controller/chat/chat.py,sha256=3cOxTeub6X7ui3TxoP9rAi4GPuwUeOEcLd-TG5ogbc4,3003
|
|
38
39
|
pygpt_net/controller/chat/command.py,sha256=eKFQzP0tehZ3S_G7RoZVMTebQFSjPIpix3t7vDB7MWc,5291
|
|
39
|
-
pygpt_net/controller/chat/common.py,sha256=
|
|
40
|
+
pygpt_net/controller/chat/common.py,sha256=SaWRLcm0VfJbadvqbmIIxHe4ltWq1wcFbYgkpCkyt98,17710
|
|
40
41
|
pygpt_net/controller/chat/files.py,sha256=QZAi1Io57EU7htKt9M5I9OoGAFX51OH2V5-NsJktOto,2838
|
|
41
42
|
pygpt_net/controller/chat/image.py,sha256=2mZdFiCyej1RimfsKn0CSuu9kLOw0Za6B3lhEUEz9nU,8027
|
|
42
43
|
pygpt_net/controller/chat/input.py,sha256=5CKEHSzx1SU1F-ktIUt9VA3TLtxP5kSqWyvYzANqruY,7846
|
|
@@ -82,7 +83,7 @@ pygpt_net/controller/idx/idx.py,sha256=Xah-oob7vgVF10sIHLdw-Ds3yfw08vzbxMLsPgPfH
|
|
|
82
83
|
pygpt_net/controller/idx/indexer.py,sha256=BeR3qVSJJXyWKxmFYM1EWZoKLvzyakZAI3KAxP-G0MU,22173
|
|
83
84
|
pygpt_net/controller/idx/settings.py,sha256=orWd8ARxIBBs3MWJLjEKcqmrXLi6DvsLitsPvPd2fXU,7916
|
|
84
85
|
pygpt_net/controller/kernel/__init__.py,sha256=XVS7uaC0VZZkpjqkbs6pqSwXdAZWLnR3dVNCHmF7XH4,510
|
|
85
|
-
pygpt_net/controller/kernel/kernel.py,sha256=
|
|
86
|
+
pygpt_net/controller/kernel/kernel.py,sha256=Kb3kroTGSoFi9HNYvewC3wFcqW9Wj-7vTOhhz1Cg0Yo,13640
|
|
86
87
|
pygpt_net/controller/kernel/reply.py,sha256=ccot0hZ7_TYBD29kYlTvahhQZ-QoHsBfXlPkCXaF9Kw,5438
|
|
87
88
|
pygpt_net/controller/kernel/stack.py,sha256=Bs770-OfgXIAacT_uG_GTUTsr_YGuqO1WFmWzWdnC9A,4150
|
|
88
89
|
pygpt_net/controller/lang/__init__.py,sha256=Bpr9Ygoi_vd_CnfbQiZzYAeg9KV0vqNIuMl8EWmHKaM,508
|
|
@@ -102,7 +103,7 @@ pygpt_net/controller/model/editor.py,sha256=_WDVFTrgZKM5Y8MZiWur4e5oSuRbXr-Q3PDo
|
|
|
102
103
|
pygpt_net/controller/model/importer.py,sha256=yODAd4eNOdWEt12TP7DmXuqmu900s-mVbF_6e3hB61g,23531
|
|
103
104
|
pygpt_net/controller/model/model.py,sha256=E0VfgIwNn75pjnB_v3RnqHr6jV1Eeua8VgpreQlA8vI,9132
|
|
104
105
|
pygpt_net/controller/notepad/__init__.py,sha256=ZbMh4D6nsGuI4AwYMdegfij5ubmUznEE_UcqSSDjSPk,511
|
|
105
|
-
pygpt_net/controller/notepad/notepad.py,sha256=
|
|
106
|
+
pygpt_net/controller/notepad/notepad.py,sha256=Mn3XOrNq8_7EHq3Jf9fMyJ6YzHRawczRXfoZbn2f7L4,11155
|
|
106
107
|
pygpt_net/controller/painter/__init__.py,sha256=ZNZE6YcKprDPqLK5kiwtcJVvcW3H-YkerFW0PwbeQ1Y,511
|
|
107
108
|
pygpt_net/controller/painter/capture.py,sha256=X3TqnNypxT_wngkQ4ovfS9glQwoGHyM-peR5aLJQGvk,6666
|
|
108
109
|
pygpt_net/controller/painter/common.py,sha256=gTRCIcmAsgYhueUWNfEIwIJo-40YBVhoNSksOY1Oj34,6395
|
|
@@ -122,15 +123,15 @@ pygpt_net/controller/settings/settings.py,sha256=cFA4ZKjcsu8uoapWMTllUUB9DvJXVBz
|
|
|
122
123
|
pygpt_net/controller/settings/workdir.py,sha256=h1-S6xU4_naPvfOCOtonOUrSnPlhX3_y7km_oD43D0Y,22163
|
|
123
124
|
pygpt_net/controller/theme/__init__.py,sha256=-HMDkTGRa7Q6_AGomkZPVyasIOgNCqeez0Ocw_z9gMc,509
|
|
124
125
|
pygpt_net/controller/theme/common.py,sha256=z5mzpMnfkTeFstKm_uodDboAa3xj5vTpMKGCZzvkX9A,7114
|
|
125
|
-
pygpt_net/controller/theme/markdown.py,sha256=
|
|
126
|
+
pygpt_net/controller/theme/markdown.py,sha256=ot4LQEDyavt1sb7-Tw3d9MXIlPMlF5MOHh-sS7e851U,6172
|
|
126
127
|
pygpt_net/controller/theme/menu.py,sha256=17D8mW5i97D_nENKFM2EZ9KgR7RP0whiaYXLzHO2rb8,7452
|
|
127
128
|
pygpt_net/controller/theme/nodes.py,sha256=RTaxLR2aXXDrVNIpS9585xbFQlqrGI3gAO7Jng8NUHs,4871
|
|
128
|
-
pygpt_net/controller/theme/theme.py,sha256=
|
|
129
|
+
pygpt_net/controller/theme/theme.py,sha256=Qow-s3s8dN_L4AXgCPFCEdaiF9cOipJUJMehdVndmKU,8883
|
|
129
130
|
pygpt_net/controller/tools/__init__.py,sha256=ds63rOuwLEIe-SlY_sQkhWSdXS0lfVwseUiHkg2NTD4,509
|
|
130
131
|
pygpt_net/controller/tools/tools.py,sha256=bWxdwL3J2-WHBS3MBiKsS3kTW_rQI_nS9z8-8iKifKg,2920
|
|
131
132
|
pygpt_net/controller/ui/__init__.py,sha256=cxfh2SYeEDATGAZpcYDqCxYfp4KReQ1CYehevSf89EU,507
|
|
132
133
|
pygpt_net/controller/ui/mode.py,sha256=RX2omKQ65efycMPiH2BwMXIz30Ud5pA8MOe7WrX592s,8119
|
|
133
|
-
pygpt_net/controller/ui/tabs.py,sha256=
|
|
134
|
+
pygpt_net/controller/ui/tabs.py,sha256=NpoC_DJeeB8CA5fw4zRs7th0wjlg2XP9bPgQCclenww,28948
|
|
134
135
|
pygpt_net/controller/ui/ui.py,sha256=UvqQdDNRuO45oE18kkxt2aUEsdCyItVnhisfWkjsHl8,7693
|
|
135
136
|
pygpt_net/controller/ui/vision.py,sha256=X4AxUXbPdoWgxNUUbWTeoQuyJa_AJ3sehSSNF0mQRaM,2415
|
|
136
137
|
pygpt_net/core/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
@@ -170,11 +171,11 @@ pygpt_net/core/attachments/worker.py,sha256=NgZmrAPGzD8_97UXgvMZKYI_DtJKRTOG62_Q
|
|
|
170
171
|
pygpt_net/core/audio/__init__.py,sha256=SNShKpjqXzLhaSKxWiM8b6lasHRkrdSZ8ck-X7RJ-VY,509
|
|
171
172
|
pygpt_net/core/audio/audio.py,sha256=_WaS1JHT9S3BqmzEc7bOcWwMfth6ueMJQVs13jzoy4c,7709
|
|
172
173
|
pygpt_net/core/audio/backend/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
173
|
-
pygpt_net/core/audio/backend/native.py,sha256=
|
|
174
|
-
pygpt_net/core/audio/backend/pyaudio.py,sha256=
|
|
175
|
-
pygpt_net/core/audio/backend/pygame.py,sha256=
|
|
176
|
-
pygpt_net/core/audio/capture.py,sha256=
|
|
177
|
-
pygpt_net/core/audio/context.py,sha256=
|
|
174
|
+
pygpt_net/core/audio/backend/native.py,sha256=9MutP1iMnvOJqwG9UfFFjY2H4uGKH1R2ThGgt5Rvvl8,23604
|
|
175
|
+
pygpt_net/core/audio/backend/pyaudio.py,sha256=GWS3cBpFxOb7T8_8q9JhVEcSL0LMggFtCSwd8ycAbNU,18508
|
|
176
|
+
pygpt_net/core/audio/backend/pygame.py,sha256=jVzPY2_RRjRgQu_aU5Frn-t1V5oSvHSVuxmX-16dyDM,16717
|
|
177
|
+
pygpt_net/core/audio/capture.py,sha256=z0uvhTmShq0hdnQgWxaIZ5tPXxN6ThuHbOwjwpg5q44,3813
|
|
178
|
+
pygpt_net/core/audio/context.py,sha256=7Hgph0cvpB5_RE66icGT7vp98iMnHUbvxCmfBSAutqY,1050
|
|
178
179
|
pygpt_net/core/audio/output.py,sha256=qhXw1rziBShha84b1lBKstNlA470Yuz-abkx9aNId6U,2737
|
|
179
180
|
pygpt_net/core/audio/whisper.py,sha256=WZ_fNQ06s1NBxyoYB-lTFqDO6ARcnq9MZFekRaTNxTo,993
|
|
180
181
|
pygpt_net/core/bridge/__init__.py,sha256=RCrT3CuP8-Gf_APr5mBXyNcRigrfHcgS-SYVVP_9flE,510
|
|
@@ -190,7 +191,7 @@ pygpt_net/core/chain/chain.py,sha256=C7Xm88bRblcyM4e0wZMFG-6SQCdw_frXN9kqnWzce60
|
|
|
190
191
|
pygpt_net/core/chain/chat.py,sha256=5LxPWHkocjrIAAwrdDH1ss6knAnh4_owfbHPsOQYSws,5238
|
|
191
192
|
pygpt_net/core/chain/completion.py,sha256=GGRA-q6sQgPnSibiwHBwk7jgT0MgOkka1_jK2-IiBPg,5698
|
|
192
193
|
pygpt_net/core/command/__init__.py,sha256=3pjRwUt1VGN8P5HE1i2rokNhxtiCL-drc_mmu4tDe-o,512
|
|
193
|
-
pygpt_net/core/command/command.py,sha256=
|
|
194
|
+
pygpt_net/core/command/command.py,sha256=Ix8Y_T8Ayn2a86tZdVGcFJ5VEoSW2IkcU-_Aog50Jfs,23334
|
|
194
195
|
pygpt_net/core/ctx/__init__.py,sha256=hsqzIDxcwIIjF-7Zr5SkkhQV9LLmIYndQ_dohK20bg0,507
|
|
195
196
|
pygpt_net/core/ctx/bag.py,sha256=IcUrmS8KafOHwS_7ufhet6GY90fp4xmG7dS6W17gw4o,1340
|
|
196
197
|
pygpt_net/core/ctx/container.py,sha256=5nlgM_8laH0igUASILD5zIiK3YhB-BA9pTKI0jVqHeQ,4938
|
|
@@ -306,10 +307,10 @@ pygpt_net/core/render/plain/pid.py,sha256=Pz3v1tnLj-XI_9vcaVkCf9SZ2EgVs4LYV4qzel
|
|
|
306
307
|
pygpt_net/core/render/plain/renderer.py,sha256=mb1d6UBbuOs_fotG9fZPdBk95i8n0UMCJNnF4an8E0o,15357
|
|
307
308
|
pygpt_net/core/render/web/__init__.py,sha256=istp5dsn6EkLEP7lOBeDb8RjodUcWZqjcEvTroaTT-w,489
|
|
308
309
|
pygpt_net/core/render/web/body.py,sha256=EPY9wXfPctHgHHEHUqboX5rx200HtecHfXAqum5M03s,55666
|
|
309
|
-
pygpt_net/core/render/web/helpers.py,sha256=
|
|
310
|
+
pygpt_net/core/render/web/helpers.py,sha256=KAmUNUuIk8gArCMkyWcK_Ak0uxJOuIULt5eOA-jnjJM,5757
|
|
310
311
|
pygpt_net/core/render/web/parser.py,sha256=pDFc9Tf8P-jvrDilXyT1fukcQHbixHRJ9Dn9hF10Gko,12892
|
|
311
312
|
pygpt_net/core/render/web/pid.py,sha256=pXBdPb8hw_aZS2Rtz3pLBpuybpXrzoqwYAFWBal9bLE,3685
|
|
312
|
-
pygpt_net/core/render/web/renderer.py,sha256=
|
|
313
|
+
pygpt_net/core/render/web/renderer.py,sha256=cH-YgvAKvec7rW6rGY9BeHY-D518iilJqj1NdJ6bmrY,57326
|
|
313
314
|
pygpt_net/core/render/web/syntax_highlight.py,sha256=QSLGF5cJL_Xeqej7_TYwY_5C2w9enXV_cMEuaJ3C43U,2005
|
|
314
315
|
pygpt_net/core/settings/__init__.py,sha256=GQ6_gJ2jf_Chm7ZuZLvkcvEh_sfMDVMBieeoJi2iPI4,512
|
|
315
316
|
pygpt_net/core/settings/settings.py,sha256=Ix06y-gJ3q7NJDf55XAWBBYulBLpinBqzYqsytH_9mo,8686
|
|
@@ -347,8 +348,8 @@ pygpt_net/css_rc.py,sha256=i13kX7irhbYCWZ5yJbcMmnkFp_UfS4PYnvRFSPF7XXo,11349
|
|
|
347
348
|
pygpt_net/data/audio/click_off.mp3,sha256=aNiRDP1pt-Jy7ija4YKCNFBwvGWbzU460F4pZWZDS90,65201
|
|
348
349
|
pygpt_net/data/audio/click_on.mp3,sha256=qfdsSnthAEHVXzeyN4LlC0OvXuyW8p7stb7VXtlvZ1k,65201
|
|
349
350
|
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=
|
|
351
|
+
pygpt_net/data/config/config.json,sha256=Wxn9BPx58KmqF2AmhoshyfHUkVDgy1_Ca6eiO-pZevk,26026
|
|
352
|
+
pygpt_net/data/config/models.json,sha256=kyVaSjwBv-6OK_D6EJCVPHhoPw4IExYY2N72JQ2D4CY,110162
|
|
352
353
|
pygpt_net/data/config/modes.json,sha256=M882iiqX_R2sNQl9cqZ3k-uneEvO9wpARtHRMLx_LHw,2265
|
|
353
354
|
pygpt_net/data/config/presets/agent_code_act.json,sha256=GYHqhxtKFLUCvRI3IJAJ7Qe1k8yD9wGGNwManldWzlI,754
|
|
354
355
|
pygpt_net/data/config/presets/agent_openai.json,sha256=bpDJgLRey_effQkzFRoOEGd4aHUrmzeODSDdNzrf62I,730
|
|
@@ -383,7 +384,7 @@ pygpt_net/data/config/presets/current.vision.json,sha256=x1ll5B3ROSKYQA6l27PRGXU
|
|
|
383
384
|
pygpt_net/data/config/presets/dalle_white_cat.json,sha256=esqUb43cqY8dAo7B5u99tRC0MBV5lmlrVLnJhTSkL8w,552
|
|
384
385
|
pygpt_net/data/config/presets/joke_agent.json,sha256=R6n9P7KRb0s-vZWZE7kHdlOfXAx1yYrPmUw8uLyw8OE,474
|
|
385
386
|
pygpt_net/data/config/presets/joke_expert.json,sha256=jjcoIYEOaEp8kLoIbecxQROiq4J3Zess5w8_HmngPOY,671
|
|
386
|
-
pygpt_net/data/config/settings.json,sha256=
|
|
387
|
+
pygpt_net/data/config/settings.json,sha256=FYQual-ajyQGqUDXJpZFpmOSmpuzoElTTFuUP8hvlhM,69392
|
|
387
388
|
pygpt_net/data/config/settings_section.json,sha256=OLWgjs3hHFzk50iwzVyUpcFW7dfochOnbZS0vDoMlDU,1158
|
|
388
389
|
pygpt_net/data/css/fix_windows.css,sha256=Mks14Vg25ncbMqZJfAMStrhvZmgHF6kU75ohTWRZeI8,664
|
|
389
390
|
pygpt_net/data/css/fix_windows.dark.css,sha256=7hGbT_qI5tphYC_WlFpJRDAcmjBb0AQ2Yc-y-_Zzf2M,161
|
|
@@ -396,13 +397,16 @@ pygpt_net/data/css/style.dark.css,sha256=Uzgr_KomVwwRVvFoJY4duLymLv7aBYRW_SBRrzH
|
|
|
396
397
|
pygpt_net/data/css/style.light.css,sha256=g8tWOpjPgm6PBi1XyQoXQqi5-txDBzDkD9EEggw6T_A,4924
|
|
397
398
|
pygpt_net/data/css/web-blocks.css,sha256=hI2G0a7J6fsoiQUq8k9w_n0mBEIkoPCxC2H6x_eB4EU,7345
|
|
398
399
|
pygpt_net/data/css/web-blocks.dark.css,sha256=eU8-uXcvu4weRp55CZmhB-6nK7P6n9m-OyJwGV95rJc,1514
|
|
400
|
+
pygpt_net/data/css/web-blocks.darkest.css,sha256=kRv3qqTbjZxEITtQUm3RmrkGoZosMZjs423lUyTFyAQ,1466
|
|
399
401
|
pygpt_net/data/css/web-blocks.light.css,sha256=bmJyOCi6qytbxLmBrO4hVU99y0ymOo9kof3EGLEZRLg,1541
|
|
400
|
-
pygpt_net/data/css/web-chatgpt.css,sha256=
|
|
401
|
-
pygpt_net/data/css/web-chatgpt.dark.css,sha256=
|
|
402
|
-
pygpt_net/data/css/web-chatgpt.
|
|
403
|
-
pygpt_net/data/css/web-
|
|
404
|
-
pygpt_net/data/css/web-chatgpt_wide.
|
|
405
|
-
pygpt_net/data/css/web-chatgpt_wide.
|
|
402
|
+
pygpt_net/data/css/web-chatgpt.css,sha256=Vpd1GXMH8YWDkDdKs11o4lzY1he2-Udqk68IDNuZ61k,7912
|
|
403
|
+
pygpt_net/data/css/web-chatgpt.dark.css,sha256=8INjPiZGndfie_QdJTHhEgT7k4dmT0aph6WYmU79Yy4,1435
|
|
404
|
+
pygpt_net/data/css/web-chatgpt.darkest.css,sha256=X2myPkIMYa77RUZ7jucxbyWIomRyqYAg_wqmZA1E0mM,1387
|
|
405
|
+
pygpt_net/data/css/web-chatgpt.light.css,sha256=AvCdgVqUFwU9zyrQJxJkzq09NCDwSKI-FskTKoW-rNI,1536
|
|
406
|
+
pygpt_net/data/css/web-chatgpt_wide.css,sha256=ebDxPMnR_2mcHL2EL81GR9ZlKN4WJQDiZWnRiFeiy0E,7818
|
|
407
|
+
pygpt_net/data/css/web-chatgpt_wide.dark.css,sha256=8INjPiZGndfie_QdJTHhEgT7k4dmT0aph6WYmU79Yy4,1435
|
|
408
|
+
pygpt_net/data/css/web-chatgpt_wide.darkest.css,sha256=X2myPkIMYa77RUZ7jucxbyWIomRyqYAg_wqmZA1E0mM,1387
|
|
409
|
+
pygpt_net/data/css/web-chatgpt_wide.light.css,sha256=WWhVX4xbDOPgW7O2SIRZCvWR1N8fzqviFO5fhe-AvDs,1503
|
|
406
410
|
pygpt_net/data/fonts/Lato/Lato-Black.ttf,sha256=iUTaWoYezgAYX6Fz6mUyTn1Hl6qGPG-g8D4GaAWXS2w,69484
|
|
407
411
|
pygpt_net/data/fonts/Lato/Lato-BlackItalic.ttf,sha256=G7asNGubFS-gk9VAMO_NBz4o5R7AB8-3bCAflv103mc,71948
|
|
408
412
|
pygpt_net/data/fonts/Lato/Lato-Bold.ttf,sha256=e3IFmfiu07rFuVMf7PZ1DI-n5ZO3J3ObwGkvzA9Vtng,73316
|
|
@@ -1607,14 +1611,14 @@ pygpt_net/data/js/katex/fonts/KaTeX_Typewriter-Regular.woff2,sha256=cdUX1ngneHz6
|
|
|
1607
1611
|
pygpt_net/data/js/katex/katex.min.css,sha256=lVaKnUaQNG4pI71WHffQZVALLQF4LMZEk4nOia8U9ow,23532
|
|
1608
1612
|
pygpt_net/data/js/katex/katex.min.js,sha256=KLASOtKS2x8pUxWVzCDmlWJ4jhuLb0vtrgakbD6gDDo,276757
|
|
1609
1613
|
pygpt_net/data/languages.csv,sha256=fvtER6vnTXFHQslCh-e0xCfZDQ-ijgW4GYpOJG4U7LY,8289
|
|
1610
|
-
pygpt_net/data/locale/locale.de.ini,sha256
|
|
1611
|
-
pygpt_net/data/locale/locale.en.ini,sha256=
|
|
1612
|
-
pygpt_net/data/locale/locale.es.ini,sha256=
|
|
1613
|
-
pygpt_net/data/locale/locale.fr.ini,sha256=
|
|
1614
|
-
pygpt_net/data/locale/locale.it.ini,sha256=
|
|
1615
|
-
pygpt_net/data/locale/locale.pl.ini,sha256=
|
|
1616
|
-
pygpt_net/data/locale/locale.uk.ini,sha256=
|
|
1617
|
-
pygpt_net/data/locale/locale.zh.ini,sha256=
|
|
1614
|
+
pygpt_net/data/locale/locale.de.ini,sha256=z7X-5AjmZrqkLQGbel9u_rYSuoF9_gt4aaxwMq_zTiw,102827
|
|
1615
|
+
pygpt_net/data/locale/locale.en.ini,sha256=DQ8AvAA9V4LgWYCdIsZH-NPltNlxL705ncBcwOZnOTQ,94182
|
|
1616
|
+
pygpt_net/data/locale/locale.es.ini,sha256=LkR1AGN-XvBdg5zptmOg-UQXmQS9nhLePAO8cillmGo,103487
|
|
1617
|
+
pygpt_net/data/locale/locale.fr.ini,sha256=qfaLjDnmwsZr8q4UOoBPIu3z8FlrEo6-zHegfRgJ340,106292
|
|
1618
|
+
pygpt_net/data/locale/locale.it.ini,sha256=ekPv-WlnAhGcGO8Fi3wkgC_77JfDX9PjVaUiqn4OrPk,101282
|
|
1619
|
+
pygpt_net/data/locale/locale.pl.ini,sha256=E8XlrZR__yN353h16nWQanxTC9WKknSCI7YI1t08UUM,101028
|
|
1620
|
+
pygpt_net/data/locale/locale.uk.ini,sha256=cTQuWq2sbCSOqula6zr_iV6AYDyaKEMxsvXOzW1C-88,140816
|
|
1621
|
+
pygpt_net/data/locale/locale.zh.ini,sha256=dHbX2rjc46RHYk9T7ldjUGlqH7GvpbBC6SEGOXR-jI8,90170
|
|
1618
1622
|
pygpt_net/data/locale/plugin.agent.de.ini,sha256=BY28KpfFvgfVYJzcw2o5ScWnR4uuErIYGyc3NVHlmTw,1714
|
|
1619
1623
|
pygpt_net/data/locale/plugin.agent.en.ini,sha256=HwOWCI7e8uzlIgyRWRVyr1x6Xzs8Xjv5pfEc7jfLOo4,1728
|
|
1620
1624
|
pygpt_net/data/locale/plugin.agent.es.ini,sha256=bqaJQne8HPKFVtZ8Ukzo1TSqVW41yhYbGUqW3j2x1p8,1680
|
|
@@ -1782,6 +1786,8 @@ pygpt_net/data/themes/dark.css,sha256=JlaKPwzZYlY-wGUoMnUeim6JHDnA_oRnf5pQmBPbnq
|
|
|
1782
1786
|
pygpt_net/data/themes/dark.xml,sha256=S_4szAYsEkJhv_HI8nhuewQn5tSW2LbOA-iLWIf9nis,414
|
|
1783
1787
|
pygpt_net/data/themes/dark_darker.css,sha256=JlaKPwzZYlY-wGUoMnUeim6JHDnA_oRnf5pQmBPbnqo,541
|
|
1784
1788
|
pygpt_net/data/themes/dark_darker.xml,sha256=5YWXtckOY6sbjngWhcyi74FGPzMT78SRKcIFOmHBzjU,414
|
|
1789
|
+
pygpt_net/data/themes/dark_darkest.css,sha256=qpYI8lpyPcN5WV-BCXympl_I6QVypEirRtKjxwtkkkw,605
|
|
1790
|
+
pygpt_net/data/themes/dark_darkest.xml,sha256=SVFAXrt9XE_-JZdKnlNxUOEIFVSpOcsWFTBMVJS3PQw,414
|
|
1785
1791
|
pygpt_net/data/themes/dark_gray.css,sha256=JlaKPwzZYlY-wGUoMnUeim6JHDnA_oRnf5pQmBPbnqo,541
|
|
1786
1792
|
pygpt_net/data/themes/dark_gray.xml,sha256=VMbf8UZyusYyFt6ikOBTME4cLV1z9F308lJSA4MI0o8,414
|
|
1787
1793
|
pygpt_net/data/themes/light.css,sha256=6jVgD0C2Ziqd6yVQlOlTyNQp0tfwLostbbpYfHEwHU0,786
|
|
@@ -1835,11 +1841,11 @@ pygpt_net/plugin/agent/plugin.py,sha256=FcYwDE4QofWc0Utp89__bRpTYYbXcMk8xKRaM8GJ
|
|
|
1835
1841
|
pygpt_net/plugin/audio_input/__init__.py,sha256=c2WZ3EJZbtdBebTHvvTAURbe7ATo0oXjkKzblgJsMnk,511
|
|
1836
1842
|
pygpt_net/plugin/audio_input/config.py,sha256=x57IVxBapJp9rwos327T6U0jTFSPeRJ6BorqfYxJ4u0,9197
|
|
1837
1843
|
pygpt_net/plugin/audio_input/plugin.py,sha256=vGwDtsPkwCEwiz2ePnzW48Tuhr0VHEc7kQua11VE7tI,15714
|
|
1838
|
-
pygpt_net/plugin/audio_input/simple.py,sha256=
|
|
1844
|
+
pygpt_net/plugin/audio_input/simple.py,sha256=5zEAGsbzSE74nZC7D7cKHmPkSXa4VPG8L8ATtUPRDx8,6580
|
|
1839
1845
|
pygpt_net/plugin/audio_input/worker.py,sha256=06-08cQ63n7V-47tjUdUdE_gs5GMQTG--b5fxeHP1Zs,12186
|
|
1840
1846
|
pygpt_net/plugin/audio_output/__init__.py,sha256=UglI8YPtzF_-buENrR0vqDuvzlK3CJdIXKx-iaJozZM,510
|
|
1841
1847
|
pygpt_net/plugin/audio_output/config.py,sha256=IA2K-9fQMZSwYGyi30Uh5qAlYwuqwaHo3dtDJ13vQdo,1208
|
|
1842
|
-
pygpt_net/plugin/audio_output/plugin.py,sha256=
|
|
1848
|
+
pygpt_net/plugin/audio_output/plugin.py,sha256=plnsKSyfe7Ad5O5gTKWXmMKVkb1aOR_LOylw002iRwo,9845
|
|
1843
1849
|
pygpt_net/plugin/audio_output/worker.py,sha256=XhkY0uYlx1UIuAeWB3CA9MLvvDxI870E0iKJ0O2Lx10,3718
|
|
1844
1850
|
pygpt_net/plugin/base/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
1845
1851
|
pygpt_net/plugin/base/config.py,sha256=q5WAcF-h3KZH4bJFYANasM7UmV1v1c43fF1EZ05iF7Y,848
|
|
@@ -1950,6 +1956,10 @@ pygpt_net/plugin/telegram/__init__.py,sha256=tvF6upS93L61NRbkQmscSJXM7ZzPlmVj16m
|
|
|
1950
1956
|
pygpt_net/plugin/telegram/config.py,sha256=-3V8EQcIp52weJXTCD-fQozugJ1h49tMnzU3h1SjMNY,12288
|
|
1951
1957
|
pygpt_net/plugin/telegram/plugin.py,sha256=1vjdbJYuZPx_iSvSqZwR0RqTbOVk6_L4gaD8kjsQWi8,3258
|
|
1952
1958
|
pygpt_net/plugin/telegram/worker.py,sha256=pVUraWkqBaEEZPU9lOkNXzn8ARbxmN7_hSmj7eFmgNM,24484
|
|
1959
|
+
pygpt_net/plugin/tuya/__init__.py,sha256=aiE7xBxoF7D9TdjVH6B9b75ZGvQXhRdbZR8dUpPf66Y,510
|
|
1960
|
+
pygpt_net/plugin/tuya/config.py,sha256=8n6LL1jJmL7FVAl0gxBwL3-mNfKaNj9q66aVkfHwSFQ,9574
|
|
1961
|
+
pygpt_net/plugin/tuya/plugin.py,sha256=bPKnT0DPoZ1NiqgIbfD3NIZjR8kegRreiqpHxrIlaW4,3280
|
|
1962
|
+
pygpt_net/plugin/tuya/worker.py,sha256=rikhD6HXJiOcZdp1j16ZSWT5vfUi1igcNT5FoyUWmKQ,24270
|
|
1953
1963
|
pygpt_net/plugin/twitter/__init__.py,sha256=tvF6upS93L61NRbkQmscSJXM7ZzPlmVj16mVHUM-NHU,510
|
|
1954
1964
|
pygpt_net/plugin/twitter/config.py,sha256=MgJkk-OXTRXR1jEeDknlg5wa0k5cFnUd87MTMICbkFk,20792
|
|
1955
1965
|
pygpt_net/plugin/twitter/plugin.py,sha256=1TDSeCab-O51PDdUVtywS4X_bG-2PsUb1ysqyODB9pI,3520
|
|
@@ -1957,6 +1967,10 @@ pygpt_net/plugin/twitter/worker.py,sha256=1VKElMj6HylICK4pAU5ezZ04kIVp7i5WLxSnQs
|
|
|
1957
1967
|
pygpt_net/plugin/voice_control/__init__.py,sha256=qIXiIKpGz5-DvKXXKouwLowJkNqfdOgoJUKxweBhUMQ,510
|
|
1958
1968
|
pygpt_net/plugin/voice_control/config.py,sha256=iSjLR8bsYwMJJOEz3AShIQXqlCPNWNJ8-7nnRfrAOuE,1314
|
|
1959
1969
|
pygpt_net/plugin/voice_control/plugin.py,sha256=gdQ1P3ud9lwcFcxyX23_ODSwFFGeO3g1dkxPqhG0Hug,4837
|
|
1970
|
+
pygpt_net/plugin/wikipedia/__init__.py,sha256=aiE7xBxoF7D9TdjVH6B9b75ZGvQXhRdbZR8dUpPf66Y,510
|
|
1971
|
+
pygpt_net/plugin/wikipedia/config.py,sha256=TwiQhz8nuXcvXshXVRu9DUZn7Mi1taCLBSLVkmoEUAE,9639
|
|
1972
|
+
pygpt_net/plugin/wikipedia/plugin.py,sha256=5IxTgtuRkbsjNwI1dMwcdtdYjUvr_RZPdAvo--TPVcM,3105
|
|
1973
|
+
pygpt_net/plugin/wikipedia/worker.py,sha256=qKSz2ABQkYa0s59DQvWoPI_c_LBSAZrw9MkViV4347I,17018
|
|
1960
1974
|
pygpt_net/provider/__init__.py,sha256=lOkgAiuNUqkAl_QrIG3ZsUznIZeJYtokgzEnDB8gRic,488
|
|
1961
1975
|
pygpt_net/provider/agents/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
1962
1976
|
pygpt_net/provider/agents/base.py,sha256=reCwWTHGm0ejW2hvClpd2SjLiKIiUUYNjxoQ608DpJI,3763
|
|
@@ -2038,7 +2052,7 @@ pygpt_net/provider/core/calendar/db_sqlite/storage.py,sha256=QDclQCQdr4QyRIqjgGX
|
|
|
2038
2052
|
pygpt_net/provider/core/config/__init__.py,sha256=jQQgG9u_ZLsZWXustoc1uvC-abUvj4RBKPAM30-f2Kc,488
|
|
2039
2053
|
pygpt_net/provider/core/config/base.py,sha256=cbvzbMNqL2XgC-36gGubnU37t94AX7LEw0lecb2Nm80,1365
|
|
2040
2054
|
pygpt_net/provider/core/config/json_file.py,sha256=GCcpCRQnBiSLWwlGbG9T3ZgiHkTfp5Jsg2KYkZcakBw,6789
|
|
2041
|
-
pygpt_net/provider/core/config/patch.py,sha256=
|
|
2055
|
+
pygpt_net/provider/core/config/patch.py,sha256=SclBLdaAKN2RTdkugVPdgQVAN2lTieaWAzzZeA67gNo,124431
|
|
2042
2056
|
pygpt_net/provider/core/ctx/__init__.py,sha256=jQQgG9u_ZLsZWXustoc1uvC-abUvj4RBKPAM30-f2Kc,488
|
|
2043
2057
|
pygpt_net/provider/core/ctx/base.py,sha256=Tfb4MDNe9BXXPU3lbzpdYwJF9S1oa2-mzgu5XT4It9g,3003
|
|
2044
2058
|
pygpt_net/provider/core/ctx/db_sqlite/__init__.py,sha256=0dP8VhI4bnFsQQKxAkaleKFlyaMycDD_cnE7gBCa57Y,512
|
|
@@ -2299,7 +2313,7 @@ pygpt_net/ui/layout/chat/attachments_uploaded.py,sha256=MZA0aFOm9iKbYc6NrM7Ivg2i
|
|
|
2299
2313
|
pygpt_net/ui/layout/chat/calendar.py,sha256=hE9Gl0h5kPXe0OUkimRfys2aFti0Y4wzKxhh1gyGnjs,6578
|
|
2300
2314
|
pygpt_net/ui/layout/chat/chat.py,sha256=qB4RwT9N0eCtrbyasgO0Cxvcm2nXACck6MflGAoQqK0,2221
|
|
2301
2315
|
pygpt_net/ui/layout/chat/explorer.py,sha256=Jg6aK5qTCTNgb4EXr-zeZXSexARQSzn4W8unqV1MGe8,1358
|
|
2302
|
-
pygpt_net/ui/layout/chat/input.py,sha256=
|
|
2316
|
+
pygpt_net/ui/layout/chat/input.py,sha256=0EHzkZiZSzWXUuP_CSS5Fz1Ykx_TOgtEBMMipy1pjg0,9965
|
|
2303
2317
|
pygpt_net/ui/layout/chat/markdown.py,sha256=hjYY8Da1z0IZZD086_csMcDY1wwagpuQTDZ-XfgeNgs,18656
|
|
2304
2318
|
pygpt_net/ui/layout/chat/output.py,sha256=b1qY1C2Fs_k3fOA47JnkHXfvRDdptHbEZpMF6aiwA8g,7280
|
|
2305
2319
|
pygpt_net/ui/layout/chat/painter.py,sha256=fOoGvVHnKpkpilK-3ZgZh6kCh9uxINNtsCT8NUtOarQ,5761
|
|
@@ -2323,7 +2337,7 @@ pygpt_net/ui/layout/toolbox/presets.py,sha256=OSpVhZjmdI11ZH3YB3G1Vx9XFvQbJdTXu6
|
|
|
2323
2337
|
pygpt_net/ui/layout/toolbox/prompt.py,sha256=subUUZJgkCmvSRekZcgVYs6wzl-MYPBLXKTs0wcJFgw,2663
|
|
2324
2338
|
pygpt_net/ui/layout/toolbox/toolbox.py,sha256=CvYn_rCJ3JgDfXqw5IqslMDtNxd8Hyd5lgbqGpSUbus,2988
|
|
2325
2339
|
pygpt_net/ui/layout/toolbox/vision.py,sha256=E6-lLfU3vrWdlprayr6gxFs7F7AGkn4OIrFXrQ9p5XA,2035
|
|
2326
|
-
pygpt_net/ui/main.py,sha256=
|
|
2340
|
+
pygpt_net/ui/main.py,sha256=ytc69FgZgEr_JpHRDOeJTeMtqLsvRdGsRW29oeGg5zE,14116
|
|
2327
2341
|
pygpt_net/ui/menu/__init__.py,sha256=wAIKG9wLWfYv6tpXCTXptWb_XKoCc-4lYWLDvV1bVYk,508
|
|
2328
2342
|
pygpt_net/ui/menu/about.py,sha256=BtelbYhpXJGgsoEwsPuw61wVuGkzogpY3FVvWtd09HE,4619
|
|
2329
2343
|
pygpt_net/ui/menu/audio.py,sha256=3vQhMq8vk_h7yb_Gk2dZMRviFR2PExgR_ynpgOkyl-g,4226
|
|
@@ -2341,7 +2355,7 @@ pygpt_net/ui/widget/__init__.py,sha256=X9-pucLqQF9_ocDV-qNY6EQAJ_4dubGb-7TcWIzCX
|
|
|
2341
2355
|
pygpt_net/ui/widget/anims/loader.py,sha256=PzxHraeABUyMIZlg4Rk_tbJnUPmiwxlhdcHaCkURWWw,5989
|
|
2342
2356
|
pygpt_net/ui/widget/anims/toggles.py,sha256=9mX_yRwYJJxseb3cNIkWed_euv-iRNPzOBxiAz8wLjk,5935
|
|
2343
2357
|
pygpt_net/ui/widget/audio/__init__.py,sha256=8HT4tQFqQogEEpGYTv2RplKBthlsFKcl5egnv4lzzEw,488
|
|
2344
|
-
pygpt_net/ui/widget/audio/bar.py,sha256=
|
|
2358
|
+
pygpt_net/ui/widget/audio/bar.py,sha256=1TnNx5x4sXx-Iu4zPtwID7DGf97TH3OABG8BKyiC0Lk,3275
|
|
2345
2359
|
pygpt_net/ui/widget/audio/input.py,sha256=t9VAhP15HkSOvNV2crI3Kg6AgrQDj-wSQiiYTMlvK60,1721
|
|
2346
2360
|
pygpt_net/ui/widget/audio/input_button.py,sha256=QDfA8WBskY0pkN8EMXZ97017Sj11t4p9b_jCz4Q6aRY,4498
|
|
2347
2361
|
pygpt_net/ui/widget/audio/output.py,sha256=UxkiCnVT9DNFeByDGTFW_CK0LW8xSvhEK1zygtHvx4k,1586
|
|
@@ -2429,7 +2443,7 @@ pygpt_net/ui/widget/tabs/Input.py,sha256=ELHpaWjhHJdKRhtTjDIByaMF_BqaHCyKwEWDofm
|
|
|
2429
2443
|
pygpt_net/ui/widget/tabs/__init__.py,sha256=8HT4tQFqQogEEpGYTv2RplKBthlsFKcl5egnv4lzzEw,488
|
|
2430
2444
|
pygpt_net/ui/widget/tabs/body.py,sha256=lSb0DxsjymBa0bzGpiAIRSn9DfFlqtmdRglBuRZlwFA,3219
|
|
2431
2445
|
pygpt_net/ui/widget/tabs/layout.py,sha256=6b6bN04IFS0I0cYvq-nUxN2eWwHVUBiNwPXoNgLokM4,6628
|
|
2432
|
-
pygpt_net/ui/widget/tabs/output.py,sha256=
|
|
2446
|
+
pygpt_net/ui/widget/tabs/output.py,sha256=OwlRYcAwb12kMp5RT-DjsEOkXHG9FNQfJuVQBL7XnKA,25082
|
|
2433
2447
|
pygpt_net/ui/widget/textarea/__init__.py,sha256=8HT4tQFqQogEEpGYTv2RplKBthlsFKcl5egnv4lzzEw,488
|
|
2434
2448
|
pygpt_net/ui/widget/textarea/calendar_note.py,sha256=4LsPZ2ZHHZAsgjvgn6iZLKupKFq9fLGDu1PFEQVkaGw,5896
|
|
2435
2449
|
pygpt_net/ui/widget/textarea/console.py,sha256=nCV92S5JR4DiRWH6akWhygxg9kaLLxnCPoqXV0ZRK74,1333
|
|
@@ -2437,7 +2451,7 @@ pygpt_net/ui/widget/textarea/create.py,sha256=f4SrAW-2hjkKYIPrwVliSYH-LkgsQP8G13
|
|
|
2437
2451
|
pygpt_net/ui/widget/textarea/editor.py,sha256=qCMFJk8T7f4u3TFYKi02r2kOFSzzwrasWm_zSMsisPE,5153
|
|
2438
2452
|
pygpt_net/ui/widget/textarea/find.py,sha256=fQu6t-_LTZGFRNCkezywtMVsL-DocIkGBR_HbRFq61g,1534
|
|
2439
2453
|
pygpt_net/ui/widget/textarea/html.py,sha256=4DOnUYtHBhN-6X5w13GK-ceAAvTPd8M4mH_N-c3L_h0,12344
|
|
2440
|
-
pygpt_net/ui/widget/textarea/input.py,sha256
|
|
2454
|
+
pygpt_net/ui/widget/textarea/input.py,sha256=-to_Etv3W-8nxaUFEsRM_g1Z9Kj3HwbPkeax21I34mo,23799
|
|
2441
2455
|
pygpt_net/ui/widget/textarea/name.py,sha256=vcyAY_pJWJoS_IJqdJjhIeDSniTL9rfpt8aaobWNFVY,1132
|
|
2442
2456
|
pygpt_net/ui/widget/textarea/notepad.py,sha256=Yl2fvJyRzADxvZe0B44QG8E15LdZtPjwGcdM2iIcgu4,9858
|
|
2443
2457
|
pygpt_net/ui/widget/textarea/output.py,sha256=krWta3GHwdlPOqcxLln150bo7iUOtbFL_yJzMucGOFU,6246
|
|
@@ -2448,8 +2462,8 @@ pygpt_net/ui/widget/textarea/web.py,sha256=cqs5i67bD19_BNgcYL7NXlwYBei4UYSL_IYPZ
|
|
|
2448
2462
|
pygpt_net/ui/widget/vision/__init__.py,sha256=8HT4tQFqQogEEpGYTv2RplKBthlsFKcl5egnv4lzzEw,488
|
|
2449
2463
|
pygpt_net/ui/widget/vision/camera.py,sha256=v1qEncaZr5pXocO5Cpk_lsgfCMvfFigdJmzsYfzvCl0,1877
|
|
2450
2464
|
pygpt_net/utils.py,sha256=GBAXOpp_Wjfu7Al7TnTV62-R-JPMiP9GuPXLJ0HmeJU,8906
|
|
2451
|
-
pygpt_net-2.6.
|
|
2452
|
-
pygpt_net-2.6.
|
|
2453
|
-
pygpt_net-2.6.
|
|
2454
|
-
pygpt_net-2.6.
|
|
2455
|
-
pygpt_net-2.6.
|
|
2465
|
+
pygpt_net-2.6.28.dist-info/LICENSE,sha256=rbPqNB_xxANH8hKayJyIcTwD4bj4Y2G-Mcm85r1OImM,1126
|
|
2466
|
+
pygpt_net-2.6.28.dist-info/METADATA,sha256=A7b6P74fMUOJ6oDpV4vxD4YhO_tm5d9VFaOISO7R_Ks,161388
|
|
2467
|
+
pygpt_net-2.6.28.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
|
|
2468
|
+
pygpt_net-2.6.28.dist-info/entry_points.txt,sha256=qvpII6UHIt8XfokmQWnCYQrTgty8FeJ9hJvOuUFCN-8,43
|
|
2469
|
+
pygpt_net-2.6.28.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|