pygpt-net 2.6.44__py3-none-any.whl → 2.6.45__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 +3 -3
- pygpt_net/app.py +1 -1
- pygpt_net/controller/ctx/ctx.py +6 -0
- pygpt_net/controller/debug/fixtures.py +1 -1
- pygpt_net/core/debug/console/console.py +2 -1
- pygpt_net/core/debug/debug.py +1 -1
- pygpt_net/core/fixtures/stream/generator.py +1 -2
- pygpt_net/core/render/web/body.py +290 -23
- pygpt_net/core/render/web/helpers.py +26 -0
- pygpt_net/core/render/web/renderer.py +457 -704
- pygpt_net/data/config/config.json +3 -3
- pygpt_net/data/config/models.json +3 -3
- pygpt_net/data/fixtures/fake_stream.txt +5733 -0
- pygpt_net/data/js/app.js +1878 -942
- pygpt_net/data/locale/locale.en.ini +4 -4
- pygpt_net/js_rc.py +14265 -11599
- pygpt_net/ui/layout/chat/output.py +1 -1
- pygpt_net/ui/widget/textarea/web.py +4 -4
- pygpt_net/utils.py +3 -2
- {pygpt_net-2.6.44.dist-info → pygpt_net-2.6.45.dist-info}/METADATA +64 -14
- {pygpt_net-2.6.44.dist-info → pygpt_net-2.6.45.dist-info}/RECORD +25 -24
- {pygpt_net-2.6.44.dist-info → pygpt_net-2.6.45.dist-info}/LICENSE +0 -0
- {pygpt_net-2.6.44.dist-info → pygpt_net-2.6.45.dist-info}/WHEEL +0 -0
- {pygpt_net-2.6.44.dist-info → pygpt_net-2.6.45.dist-info}/entry_points.txt +0 -0
|
@@ -811,7 +811,7 @@ menu.info.ms_store = Microsoft Store
|
|
|
811
811
|
menu.info.pypi = PyPi
|
|
812
812
|
menu.info.report = Report a bug
|
|
813
813
|
menu.info.snap = Snap Store
|
|
814
|
-
menu.info.updates = Check for
|
|
814
|
+
menu.info.updates = Check for updates...
|
|
815
815
|
menu.info.website = Project Website - pygpt.net
|
|
816
816
|
menu.lang = Language
|
|
817
817
|
menu.plugins = Plugins
|
|
@@ -1174,8 +1174,8 @@ settings.audio.output.backend = Audio Output Backend
|
|
|
1174
1174
|
settings.audio.output.backend.desc = Select the audio output backend.
|
|
1175
1175
|
settings.audio.output.device = Audio Output Device
|
|
1176
1176
|
settings.audio.output.device.desc = Select the audio device for audio output.
|
|
1177
|
-
settings.check_updates = Check for
|
|
1178
|
-
settings.check_updates.bg = Check for
|
|
1177
|
+
settings.check_updates = Check for updates on start
|
|
1178
|
+
settings.check_updates.bg = Check for updates in the background
|
|
1179
1179
|
settings.cmd.config.collapse = JSON params
|
|
1180
1180
|
settings.cmd.field.desc = Enable `{cmd}` tool.
|
|
1181
1181
|
settings.cmd.field.enable = Tool: {cmd}
|
|
@@ -1631,7 +1631,7 @@ update.new_version = Newest version
|
|
|
1631
1631
|
updater.check.launch = Check on launch
|
|
1632
1632
|
update.released = build
|
|
1633
1633
|
update.snap = Go to Snap Store
|
|
1634
|
-
update.title = Check for
|
|
1634
|
+
update.title = Check for updates
|
|
1635
1635
|
vid.status.downloading = Downloading video... please wait...
|
|
1636
1636
|
vid.status.generating = Generating video from
|
|
1637
1637
|
vid.status.prompt.error = Enhancement prompt error occured
|