gitextract_72oervwo/ ├── .github/ │ ├── FUNDING.yml │ ├── ISSUE_TEMPLATE/ │ │ ├── bug-report--autodev-py.md │ │ ├── bug-report--not-autodev-py.md │ │ ├── feature_request.md │ │ └── other-issues---feedback.md │ └── workflows/ │ ├── codeql.yml │ └── stale.yml ├── CODE_OF_CONDUCT.md ├── LICENSE.txt ├── README.md ├── System Prompts.md ├── _system-prompts/ │ ├── _backend_api__models.md │ ├── _backend_browser_restrictions.md │ ├── _custom-instructions.md │ ├── _dalle_changes_2023-11-07.md │ ├── advanced-data-analysis.md │ ├── all_tools.md │ ├── base.md │ ├── browse-with-bing.md │ ├── dall-e.md │ ├── gpts/ │ │ ├── README.md │ │ ├── _custom_gpt_builder.md │ │ ├── chatgpt_classic.md │ │ ├── coloring_book_hero.md │ │ ├── cosmic_dream.md │ │ ├── creative_writing_coach.md │ │ ├── dalle.md │ │ ├── data_analysis.md │ │ ├── game_time.md │ │ ├── genz_4_meme.md │ │ ├── hot_mods.md │ │ ├── laundry_buddy.md │ │ ├── math_mentor.md │ │ ├── mocktail_mixologist.md │ │ ├── sous_chef.md │ │ ├── sticker_whiz.md │ │ ├── tech_support_advisor.md │ │ └── the_negotiator.md │ ├── mobile-app-android.md │ ├── mobile-app-ios.md │ ├── plugins.md │ ├── vision.md │ └── voice-conversation.md ├── autoExpertChatGPTDebugHelper.user.js ├── autoexpert_userscript.js ├── developer-edition/ │ ├── README.md │ ├── autodev.py │ ├── chatgpt__about_me.md │ ├── chatgpt__custom_instructions.md │ └── example_memory.yml └── standard-edition/ ├── README.md ├── chatgpt_GPT3__about_me.md ├── chatgpt_GPT3__custom_instructions.md ├── chatgpt_GPT4__about_me.md └── chatgpt_GPT4__custom_instructions.md