├── LICENSE ├── README.md ├── Research_GPT.py ├── config ├── prompt_bot_name.txt ├── prompt_greeting.txt ├── prompt_main.txt └── prompt_username.txt ├── key_bing.txt └── key_openai.txt /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libraryofcelsus/Research_GPT/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libraryofcelsus/Research_GPT/HEAD/README.md -------------------------------------------------------------------------------- /Research_GPT.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libraryofcelsus/Research_GPT/HEAD/Research_GPT.py -------------------------------------------------------------------------------- /config/prompt_bot_name.txt: -------------------------------------------------------------------------------- 1 | Research GPT -------------------------------------------------------------------------------- /config/prompt_greeting.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libraryofcelsus/Research_GPT/HEAD/config/prompt_greeting.txt -------------------------------------------------------------------------------- /config/prompt_main.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libraryofcelsus/Research_GPT/HEAD/config/prompt_main.txt -------------------------------------------------------------------------------- /config/prompt_username.txt: -------------------------------------------------------------------------------- 1 | User -------------------------------------------------------------------------------- /key_bing.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /key_openai.txt: -------------------------------------------------------------------------------- 1 | --------------------------------------------------------------------------------