LICENSE
MANIFEST.in
README.md
setup.py
./.gitignore
./LICENSE
./MANIFEST.in
./README.md
./bump.py
./requirements.txt
./setup.py
./.git/FETCH_HEAD
./.git/HEAD
./.git/config
./.git/description
./.git/index
./.git/hooks/applypatch-msg.sample
./.git/hooks/commit-msg.sample
./.git/hooks/fsmonitor-watchman.sample
./.git/hooks/post-update.sample
./.git/hooks/pre-applypatch.sample
./.git/hooks/pre-commit.sample
./.git/hooks/pre-merge-commit.sample
./.git/hooks/pre-push.sample
./.git/hooks/pre-rebase.sample
./.git/hooks/pre-receive.sample
./.git/hooks/prepare-commit-msg.sample
./.git/hooks/push-to-checkout.sample
./.git/hooks/sendemail-validate.sample
./.git/hooks/update.sample
./.git/info/exclude
./.git/logs/HEAD
./.git/logs/refs/heads/master
./.git/logs/refs/remotes/origin/Added-different-profiles-mode
./.git/logs/refs/remotes/origin/Added-icon
./.git/logs/refs/remotes/origin/Added-input-box-and-button
./.git/logs/refs/remotes/origin/Added-just-text-mode
./.git/logs/refs/remotes/origin/Added-reset-system
./.git/logs/refs/remotes/origin/Added-send-text-with-screenshot-button
./.git/logs/refs/remotes/origin/Added-splitting-long-audios
./.git/logs/refs/remotes/origin/Fixed-high-delay-problem
./.git/logs/refs/remotes/origin/master
./.git/objects/pack/pack-6aa62f27b4352d133f0a1b79af18a8b2418f910f.idx
./.git/objects/pack/pack-6aa62f27b4352d133f0a1b79af18a8b2418f910f.pack
./.git/objects/pack/pack-6aa62f27b4352d133f0a1b79af18a8b2418f910f.rev
./.git/refs/heads/master
./.git/refs/remotes/origin/Added-different-profiles-mode
./.git/refs/remotes/origin/Added-icon
./.git/refs/remotes/origin/Added-input-box-and-button
./.git/refs/remotes/origin/Added-just-text-mode
./.git/refs/remotes/origin/Added-reset-system
./.git/refs/remotes/origin/Added-send-text-with-screenshot-button
./.git/refs/remotes/origin/Added-splitting-long-audios
./.git/refs/remotes/origin/Fixed-high-delay-problem
./.git/refs/remotes/origin/master
./.git/refs/tags/v0.1.0
./.git/refs/tags/v0.1.1
./.git/refs/tags/v0.1.2
./.git/refs/tags/v0.2.0
./.git/refs/tags/v0.3.0
./.git/refs/tags/v0.4.0
./.git/refs/tags/v0.5.0
./.git/refs/tags/v0.5.1
./.git/refs/tags/v0.5.2
./.git/refs/tags/v0.5.3
./.git/refs/tags/v0.5.4
./.git/refs/tags/v0.5.5
./.git/refs/tags/v0.5.6
./.git/refs/tags/v0.6.0
./.git/refs/tags/v0.6.1
./.git/refs/tags/v0.6.2
./.git/refs/tags/v0.6.3
./.git/refs/tags/v0.6.4
./.github/workflows/deploys.yml
./.github/workflows/release.yml
./.github/workflows/release_generation.yml
./gpt_computer_assistant/__init__.py
./gpt_computer_assistant/gpt_computer_assistant.py
./gpt_computer_assistant/llm.py
./gpt_computer_assistant/start.py
./gpt_computer_assistant.egg-info/PKG-INFO
./gpt_computer_assistant.egg-info/SOURCES.txt
./gpt_computer_assistant.egg-info/dependency_links.txt
./gpt_computer_assistant.egg-info/entry_points.txt
./gpt_computer_assistant.egg-info/not-zip-safe
./gpt_computer_assistant.egg-info/requires.txt
./gpt_computer_assistant.egg-info/top_level.txt
./gpt_computer_assistant/agent/__init__.py
./gpt_computer_assistant/agent/agent.py
./gpt_computer_assistant/agent/assistant.py
./gpt_computer_assistant/agent/background.py
./gpt_computer_assistant/agent/chat_history.py
./gpt_computer_assistant/agent/proccess.py
./gpt_computer_assistant/audio/__init__.py
./gpt_computer_assistant/audio/record.py
./gpt_computer_assistant/audio/stt.py
./gpt_computer_assistant/audio/tts.py
./gpt_computer_assistant/gui/__init__.py
./gpt_computer_assistant/gui/button.py
./gpt_computer_assistant/gui/signal.py
./gpt_computer_assistant/screen/__init__.py
./gpt_computer_assistant/screen/shot.py
./gpt_computer_assistant/utils/db.py
./gpt_computer_assistant/utils/media/icon_16.png
./gpt_computer_assistant/utils/media/icon_24.png
./gpt_computer_assistant/utils/media/icon_256.png
./gpt_computer_assistant/utils/media/icon_32.png
./gpt_computer_assistant/utils/media/icon_48.png
gpt_computer_assistant/__init__.py
gpt_computer_assistant/gpt_computer_assistant.py
gpt_computer_assistant/llm.py
gpt_computer_assistant/start.py
gpt_computer_assistant.egg-info/PKG-INFO
gpt_computer_assistant.egg-info/SOURCES.txt
gpt_computer_assistant.egg-info/dependency_links.txt
gpt_computer_assistant.egg-info/entry_points.txt
gpt_computer_assistant.egg-info/not-zip-safe
gpt_computer_assistant.egg-info/requires.txt
gpt_computer_assistant.egg-info/top_level.txt
gpt_computer_assistant/agent/__init__.py
gpt_computer_assistant/agent/agent.py
gpt_computer_assistant/agent/assistant.py
gpt_computer_assistant/agent/background.py
gpt_computer_assistant/agent/chat_history.py
gpt_computer_assistant/agent/proccess.py
gpt_computer_assistant/audio/__init__.py
gpt_computer_assistant/audio/record.py
gpt_computer_assistant/audio/stt.py
gpt_computer_assistant/audio/tts.py
gpt_computer_assistant/gui/__init__.py
gpt_computer_assistant/gui/button.py
gpt_computer_assistant/gui/signal.py
gpt_computer_assistant/screen/__init__.py
gpt_computer_assistant/screen/shot.py
gpt_computer_assistant/utils/db.py