idxtool: find_gptfile() WIP

This commit is contained in:
Elias Bachaalany 2023-12-18 19:00:24 -08:00
parent 3cf64c4347
commit 24fcbd5061
3 changed files with 38 additions and 58 deletions

2
.vscode/launch.json vendored
View file

@ -22,7 +22,7 @@
"type": "python",
"request": "launch",
"program": "${workspaceFolder}/.scripts/idxtool.py",
"args": ["--find-gptfile", "GPT3"],
"args": ["--find-gptfile", "https://chat.openai.com/g/g-svehnI9xP-retro-adventures"],
"console": "integratedTerminal"
},
{