Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ChatGPTKeyWords

The main purpose of this project is to count the keyword information that people use ChatGPT to query high-frequency questions in their daily work.
Projects include frontend, backend and ops. The statistics format of information is consistent with json, which facilitates later maintenance and statistics.

[
  {
    "type": "your question type",
    "keyword": "your question key words",
    "question": "your question",
    "expected": "is it your expected answer",
    "author": "your name"
  }
]

If you have any improvement suggestions or better ideas, feel free to share them with us.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors