mirror of
https://github.com/LouisShark/chatgpt_system_prompt.git
synced 2025-07-05 14:20:33 -04:00
Update gptparser.py
- added 'Verification Status' field (optional)
This commit is contained in:
parent
8884ab32fe
commit
8d8353704e
1 changed files with 1 additions and 0 deletions
|
@ -25,6 +25,7 @@ SUPPORTED_FIELDS = {
|
|||
'logo': GptFieldInfo(3, 'Logo'),
|
||||
'instructions': GptFieldInfo(4, 'Instructions'),
|
||||
'actions': GptFieldInfo(5, 'Actions'),
|
||||
'verif_status': GptFieldInfo(6, 'Verification Status'),
|
||||
'kb_files_list': GptFieldInfo(6, 'KB Files List'),
|
||||
'extras': GptFieldInfo(7, 'Extras')
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue