diff --git a/app/llm-template/Pipfile b/scripts/llm-template/Pipfile similarity index 100% rename from app/llm-template/Pipfile rename to scripts/llm-template/Pipfile diff --git a/app/llm-template/Pipfile.lock b/scripts/llm-template/Pipfile.lock similarity index 100% rename from app/llm-template/Pipfile.lock rename to scripts/llm-template/Pipfile.lock diff --git a/app/llm-template/README.md b/scripts/llm-template/README.md similarity index 100% rename from app/llm-template/README.md rename to scripts/llm-template/README.md diff --git a/app/llm-template/agents/agent1.py b/scripts/llm-template/agents/agent1.py similarity index 100% rename from app/llm-template/agents/agent1.py rename to scripts/llm-template/agents/agent1.py diff --git a/app/llm-template/agents/agent2.py b/scripts/llm-template/agents/agent2.py similarity index 100% rename from app/llm-template/agents/agent2.py rename to scripts/llm-template/agents/agent2.py diff --git a/app/llm-template/chains/qa_chain.py b/scripts/llm-template/chains/qa_chain.py similarity index 100% rename from app/llm-template/chains/qa_chain.py rename to scripts/llm-template/chains/qa_chain.py diff --git a/app/llm-template/chains/rag_chain.py b/scripts/llm-template/chains/rag_chain.py similarity index 100% rename from app/llm-template/chains/rag_chain.py rename to scripts/llm-template/chains/rag_chain.py diff --git a/app/llm-template/chains/sql_chain.py b/scripts/llm-template/chains/sql_chain.py similarity index 100% rename from app/llm-template/chains/sql_chain.py rename to scripts/llm-template/chains/sql_chain.py diff --git a/app/llm-template/chains/summarization_chain.py b/scripts/llm-template/chains/summarization_chain.py similarity index 100% rename from app/llm-template/chains/summarization_chain.py rename to scripts/llm-template/chains/summarization_chain.py diff --git a/app/llm-template/llmops/deployment.py b/scripts/llm-template/llmops/deployment.py similarity index 100% rename from app/llm-template/llmops/deployment.py rename to scripts/llm-template/llmops/deployment.py diff --git a/app/llm-template/llmops/evaluation.py b/scripts/llm-template/llmops/evaluation.py similarity index 100% rename from app/llm-template/llmops/evaluation.py rename to scripts/llm-template/llmops/evaluation.py diff --git a/app/llm-template/llmops/monitoring.py b/scripts/llm-template/llmops/monitoring.py similarity index 100% rename from app/llm-template/llmops/monitoring.py rename to scripts/llm-template/llmops/monitoring.py diff --git a/scripts/llm-template/main.py b/scripts/llm-template/main.py new file mode 100644 index 0000000..e69de29 diff --git a/app/llm-template/main.py b/scripts/llm-template/main_old.py similarity index 100% rename from app/llm-template/main.py rename to scripts/llm-template/main_old.py diff --git a/app/llm-template/requirements.txt b/scripts/llm-template/requirements.txt similarity index 100% rename from app/llm-template/requirements.txt rename to scripts/llm-template/requirements.txt diff --git a/app/llm-template/utils/data_loader.py b/scripts/llm-template/utils/data_loader.py similarity index 100% rename from app/llm-template/utils/data_loader.py rename to scripts/llm-template/utils/data_loader.py diff --git a/app/llm-template/utils/embedding_utils.py b/scripts/llm-template/utils/embedding_utils.py similarity index 100% rename from app/llm-template/utils/embedding_utils.py rename to scripts/llm-template/utils/embedding_utils.py