mirror of
https://github.com/LouisShark/chatgpt_system_prompt.git
synced 2025-07-05 22:30:37 -04:00
feat: sh->py
This commit is contained in:
commit
d282156af6
2 changed files with 3 additions and 2 deletions
4
.github/workflows/build-toc.yaml
vendored
4
.github/workflows/build-toc.yaml
vendored
|
@ -21,8 +21,8 @@ jobs:
|
|||
|
||||
- name: Run TOC generation script
|
||||
run: |
|
||||
chmod +x .script/idxtool.py
|
||||
python3 .script/idxtool.py --toc
|
||||
chmod +x .scripts/idxtool.py
|
||||
python3 .scripts/idxtool.py --toc
|
||||
|
||||
- name: Commit TOC updates
|
||||
run: |
|
||||
|
|
1
TOC.md
1
TOC.md
|
@ -11,6 +11,7 @@
|
|||
- [gpt_dalle](./prompts/gpt_dalle.md)
|
||||
- [gpt_voice](./prompts/gpt_voice.md)
|
||||
|
||||
|
||||
- Opensource GPTs
|
||||
- [RestGPT](./prompts/opensource-prj/RestGPT.md)
|
||||
- [netwrck](./prompts/opensource-prj/netwrck.md)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue