generated agent-1

This commit is contained in:
Dobromir Popov
2024-03-22 17:38:43 +02:00
parent 9373d2ba3f
commit 90f4537a4c
24 changed files with 155 additions and 37 deletions

14
.vscode/tasks.json vendored
View File

@ -74,7 +74,17 @@
// "kind": "build",
// "isDefault": true
// }
// }
// },
,
{
"label": "Activate Conda Env, Set ENV Variable, and Open Shell",
"type": "shell",
"command": "bash --init-file <(echo 'source ~/miniconda3/etc/profile.d/conda.sh && conda activate aider && export OPENAI_API_KEY=xxx && aider --no-auto-commits')",
"problemMatcher": [],
"presentation": {
"reveal": "always",
"panel": "new"
},
}
]
}