diff --git a/.vscode/launch.json b/.vscode/launch.json index 650eefd5..7d670568 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -20,14 +20,6 @@ "module": "module_example", "justMyCode": true }, - { - "name": "Module Modeling LLM", - "type": "python", - "request": "launch", - "cwd": "${workspaceFolder}/modules/modeling/module_modeling_llm", - "module": "module_modeling_llm", - "justMyCode": false - }, { "name": "Module Programming LLM", "type": "python",