mirror of
https://github.com/LouisShark/chatgpt_system_prompt.git
synced 2025-07-05 06:10:28 -04:00
+ idxtool
A comprehensive GPT index and searching tool for mass GPT management (without using databases, yet).
This commit is contained in:
parent
e779123051
commit
acb6cf7f80
4 changed files with 462 additions and 0 deletions
37
.vscode/launch.json
vendored
Normal file
37
.vscode/launch.json
vendored
Normal file
|
@ -0,0 +1,37 @@
|
|||
{
|
||||
"version": "0.2.0",
|
||||
"configurations": [
|
||||
{
|
||||
"name": "idxtool.py -- Update Logo",
|
||||
"type": "python",
|
||||
"request": "launch",
|
||||
"program": "${workspaceFolder}/.scripts/idxtool.py",
|
||||
"args": ["--update-logo", "logo.png"],
|
||||
"console": "integratedTerminal"
|
||||
},
|
||||
{
|
||||
"name": "idxtool.py -- Rebuild TOC",
|
||||
"type": "python",
|
||||
"request": "launch",
|
||||
"program": "${workspaceFolder}/.scripts/idxtool.py",
|
||||
"args": ["--toc"],
|
||||
"console": "integratedTerminal"
|
||||
},
|
||||
{
|
||||
"name": "idxtool.py -- Find GPT File",
|
||||
"type": "python",
|
||||
"request": "launch",
|
||||
"program": "${workspaceFolder}/.scripts/idxtool.py",
|
||||
"args": ["--find-gptfile", "GPT3"],
|
||||
"console": "integratedTerminal"
|
||||
},
|
||||
{
|
||||
"name": "idxtool.py -- Help",
|
||||
"type": "python",
|
||||
"request": "launch",
|
||||
"program": "${workspaceFolder}/.scripts/idxtool.py",
|
||||
"args": ["--help"],
|
||||
"console": "integratedTerminal"
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue