Skip to content

huichenggong/SearchGPT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SearchGPT

I want to combine search engine with GPT.
We first do a keyword search on Google.
Then we feed all the search result to GPT and ask question.

How to use

cp env.example .env

Configure your openAI API key
Configure your Programmable Search Engine
For Biochemistry academic search, please look at the academic_website.txt.
Go ahead to search_and_sumarize.ipynb

conda create -n search -c conda-forge openai requests python-dotenv ipykernel
# conda activate search
# ipython kernel install --name search --user

About

Use openAI GPT API to enhance search result

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published