mirror of
https://github.com/LouisShark/chatgpt_system_prompt.git
synced 2025-07-05 14:20:33 -04:00
feat: TOC.MD=>TOC.md
This commit is contained in:
parent
8700073e39
commit
f859cdcf1c
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ from gptparser import GptMarkdownFile, enum_gpts
|
|||
from typing import Tuple
|
||||
from urllib.parse import quote
|
||||
|
||||
TOC_FILENAME = 'TOC.MD'
|
||||
TOC_FILENAME = 'TOC.md'
|
||||
TOC_GPT_MARKER_LINE = '- GPTs'
|
||||
|
||||
def get_toc_file() -> str:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue