diff --git a/gpt/.gitignore b/archived/chat_app_v1/.gitignore similarity index 100% rename from gpt/.gitignore rename to archived/chat_app_v1/.gitignore diff --git a/gpt/assets/favicon.ico b/archived/chat_app_v1/assets/favicon.ico similarity index 100% rename from gpt/assets/favicon.ico rename to archived/chat_app_v1/assets/favicon.ico diff --git a/gpt/gpt/__init__.py b/archived/chat_app_v1/gpt/__init__.py similarity index 100% rename from gpt/gpt/__init__.py rename to archived/chat_app_v1/gpt/__init__.py diff --git a/gpt/gpt/gpt.py b/archived/chat_app_v1/gpt/gpt.py similarity index 100% rename from gpt/gpt/gpt.py rename to archived/chat_app_v1/gpt/gpt.py diff --git a/gpt/gpt/helpers.py b/archived/chat_app_v1/gpt/helpers.py similarity index 100% rename from gpt/gpt/helpers.py rename to archived/chat_app_v1/gpt/helpers.py diff --git a/gpt/requirements.txt b/archived/chat_app_v1/requirements.txt similarity index 100% rename from gpt/requirements.txt rename to archived/chat_app_v1/requirements.txt diff --git a/gpt/rxconfig.py b/archived/chat_app_v1/rxconfig.py similarity index 100% rename from gpt/rxconfig.py rename to archived/chat_app_v1/rxconfig.py