diff --git a/examples/plan-and-execute/llm_compiler/LLMCompiler.ipynb b/examples/llm-compiler/LLMCompiler.ipynb similarity index 100% rename from examples/plan-and-execute/llm_compiler/LLMCompiler.ipynb rename to examples/llm-compiler/LLMCompiler.ipynb diff --git a/examples/plan-and-execute/llm_compiler/__init__.py b/examples/llm-compiler/__init__.py similarity index 100% rename from examples/plan-and-execute/llm_compiler/__init__.py rename to examples/llm-compiler/__init__.py diff --git a/examples/plan-and-execute/llm_compiler/ast_parser.py b/examples/llm-compiler/ast_parser.py similarity index 100% rename from examples/plan-and-execute/llm_compiler/ast_parser.py rename to examples/llm-compiler/ast_parser.py diff --git a/examples/plan-and-execute/llm_compiler/img/diagram.png b/examples/llm-compiler/img/diagram.png similarity index 100% rename from examples/plan-and-execute/llm_compiler/img/diagram.png rename to examples/llm-compiler/img/diagram.png diff --git a/examples/plan-and-execute/llm_compiler/math_tools.py b/examples/llm-compiler/math_tools.py similarity index 100% rename from examples/plan-and-execute/llm_compiler/math_tools.py rename to examples/llm-compiler/math_tools.py diff --git a/examples/plan-and-execute/llm_compiler/output_parser.py b/examples/llm-compiler/output_parser.py similarity index 100% rename from examples/plan-and-execute/llm_compiler/output_parser.py rename to examples/llm-compiler/output_parser.py