LICENSE
README.md
pyproject.toml
setup.py
src/pygpt_net/CHANGELOG.txt
src/pygpt_net/__init__.py
src/pygpt_net/app.py
src/pygpt_net.egg-info/PKG-INFO
src/pygpt_net.egg-info/SOURCES.txt
src/pygpt_net.egg-info/dependency_links.txt
src/pygpt_net.egg-info/entry_points.txt
src/pygpt_net.egg-info/requires.txt
src/pygpt_net.egg-info/top_level.txt
src/pygpt_net/core/__init__.py
src/pygpt_net/core/app.py
src/pygpt_net/core/assistants.py
src/pygpt_net/core/attachments.py
src/pygpt_net/core/camera.py
src/pygpt_net/core/chain.py
src/pygpt_net/core/command.py
src/pygpt_net/core/config.py
src/pygpt_net/core/context.py
src/pygpt_net/core/debugger.py
src/pygpt_net/core/dispatcher.py
src/pygpt_net/core/gpt.py
src/pygpt_net/core/history.py
src/pygpt_net/core/image.py
src/pygpt_net/core/info.py
src/pygpt_net/core/locale.py
src/pygpt_net/core/notepad.py
src/pygpt_net/core/plugins.py
src/pygpt_net/core/settings.py
src/pygpt_net/core/tokens.py
src/pygpt_net/core/updater.py
src/pygpt_net/core/utils.py
src/pygpt_net/core/controller/__init__.py
src/pygpt_net/core/controller/assistant.py
src/pygpt_net/core/controller/assistant_files.py
src/pygpt_net/core/controller/assistant_thread.py
src/pygpt_net/core/controller/attachment.py
src/pygpt_net/core/controller/audio.py
src/pygpt_net/core/controller/camera.py
src/pygpt_net/core/controller/confirm.py
src/pygpt_net/core/controller/context.py
src/pygpt_net/core/controller/debug.py
src/pygpt_net/core/controller/files.py
src/pygpt_net/core/controller/image.py
src/pygpt_net/core/controller/info.py
src/pygpt_net/core/controller/input.py
src/pygpt_net/core/controller/lang.py
src/pygpt_net/core/controller/launcher.py
src/pygpt_net/core/controller/layout.py
src/pygpt_net/core/controller/main.py
src/pygpt_net/core/controller/model.py
src/pygpt_net/core/controller/notepad.py
src/pygpt_net/core/controller/output.py
src/pygpt_net/core/controller/plugins.py
src/pygpt_net/core/controller/presets.py
src/pygpt_net/core/controller/settings.py
src/pygpt_net/core/controller/theme.py
src/pygpt_net/core/controller/ui.py
src/pygpt_net/core/debug/__init__.py
src/pygpt_net/core/debug/assistants.py
src/pygpt_net/core/debug/attachments.py
src/pygpt_net/core/debug/config.py
src/pygpt_net/core/debug/context.py
src/pygpt_net/core/debug/models.py
src/pygpt_net/core/debug/plugins.py
src/pygpt_net/core/debug/presets.py
src/pygpt_net/core/llm/Anthropic.py
src/pygpt_net/core/llm/AzureOpenAI.py
src/pygpt_net/core/llm/HuggingFace.py
src/pygpt_net/core/llm/Llama2.py
src/pygpt_net/core/llm/Ollama.py
src/pygpt_net/core/llm/OpenAI.py
src/pygpt_net/core/llm/__init__.py
src/pygpt_net/core/plugin/__init__.py
src/pygpt_net/core/plugin/base_plugin.py
src/pygpt_net/core/plugin/audio_azure/__init__.py
src/pygpt_net/core/plugin/audio_azure/plugin.py
src/pygpt_net/core/plugin/audio_openai_tts/__init__.py
src/pygpt_net/core/plugin/audio_openai_tts/plugin.py
src/pygpt_net/core/plugin/audio_openai_whisper/__init__.py
src/pygpt_net/core/plugin/audio_openai_whisper/plugin.py
src/pygpt_net/core/plugin/cmd_code_interpreter/__init__.py
src/pygpt_net/core/plugin/cmd_code_interpreter/plugin.py
src/pygpt_net/core/plugin/cmd_custom/__init__.py
src/pygpt_net/core/plugin/cmd_custom/plugin.py
src/pygpt_net/core/plugin/cmd_files/__init__.py
src/pygpt_net/core/plugin/cmd_files/plugin.py
src/pygpt_net/core/plugin/cmd_web_google/__init__.py
src/pygpt_net/core/plugin/cmd_web_google/plugin.py
src/pygpt_net/core/plugin/cmd_web_google/websearch.py
src/pygpt_net/core/plugin/real_time/__init__.py
src/pygpt_net/core/plugin/real_time/plugin.py
src/pygpt_net/core/plugin/self_loop/__init__.py
src/pygpt_net/core/plugin/self_loop/plugin.py
src/pygpt_net/core/ui/__init__.py
src/pygpt_net/core/ui/attachments.py
src/pygpt_net/core/ui/attachments_uploaded.py
src/pygpt_net/core/ui/contexts.py
src/pygpt_net/core/ui/dialogs.py
src/pygpt_net/core/ui/highlighter.py
src/pygpt_net/core/ui/input.py
src/pygpt_net/core/ui/main.py
src/pygpt_net/core/ui/menu.py
src/pygpt_net/core/ui/output.py
src/pygpt_net/core/ui/status.py
src/pygpt_net/core/ui/toolbox.py
src/pygpt_net/core/ui/dialog/__init__.py
src/pygpt_net/core/ui/dialog/about.py
src/pygpt_net/core/ui/dialog/assistant.py
src/pygpt_net/core/ui/dialog/changelog.py
src/pygpt_net/core/ui/dialog/debug.py
src/pygpt_net/core/ui/dialog/editor.py
src/pygpt_net/core/ui/dialog/image.py
src/pygpt_net/core/ui/dialog/logger.py
src/pygpt_net/core/ui/dialog/plugins.py
src/pygpt_net/core/ui/dialog/preset.py
src/pygpt_net/core/ui/dialog/rename.py
src/pygpt_net/core/ui/dialog/settings.py
src/pygpt_net/core/ui/dialog/start.py
src/pygpt_net/core/ui/dialog/update.py
src/pygpt_net/core/ui/widget/__init__.py
src/pygpt_net/core/ui/widget/audio.py
src/pygpt_net/core/ui/widget/camera.py
src/pygpt_net/core/ui/widget/dialog.py
src/pygpt_net/core/ui/widget/elements.py
src/pygpt_net/core/ui/widget/filesystem.py
src/pygpt_net/core/ui/widget/image.py
src/pygpt_net/core/ui/widget/select.py
src/pygpt_net/core/ui/widget/settings.py
src/pygpt_net/core/ui/widget/textarea.py
src/pygpt_net/data/icon.ico
src/pygpt_net/data/icon.png
src/pygpt_net/data/logo.png
src/pygpt_net/data/config/config.json
src/pygpt_net/data/config/models.json
src/pygpt_net/data/config/settings.json
src/pygpt_net/data/config/presets/batman_and_joker.json
src/pygpt_net/data/config/presets/current.assistant.json
src/pygpt_net/data/config/presets/current.chat.json
src/pygpt_net/data/config/presets/current.completion.json
src/pygpt_net/data/config/presets/current.img.json
src/pygpt_net/data/config/presets/current.langchain.json
src/pygpt_net/data/config/presets/current.vision.json
src/pygpt_net/data/config/presets/dalle_white_cat.json
src/pygpt_net/data/css/highlighter.json
src/pygpt_net/data/css/style.css
src/pygpt_net/data/fonts/Lato/Lato-Black.ttf
src/pygpt_net/data/fonts/Lato/Lato-BlackItalic.ttf
src/pygpt_net/data/fonts/Lato/Lato-Bold.ttf
src/pygpt_net/data/fonts/Lato/Lato-BoldItalic.ttf
src/pygpt_net/data/fonts/Lato/Lato-Italic.ttf
src/pygpt_net/data/fonts/Lato/Lato-Light.ttf
src/pygpt_net/data/fonts/Lato/Lato-LightItalic.ttf
src/pygpt_net/data/fonts/Lato/Lato-Regular.ttf
src/pygpt_net/data/fonts/Lato/Lato-Thin.ttf
src/pygpt_net/data/fonts/Lato/Lato-ThinItalic.ttf
src/pygpt_net/data/fonts/Lato/OFL.txt
src/pygpt_net/data/locale/locale.en.ini
src/pygpt_net/data/locale/locale.pl.ini