chatgpt-search pypi is a simple integration of openAI chatGPT-3.0 models like (text-davinci-003, code-davinci-002, text-curie-001, text-babbage-001, text-ada-001 etc.) with python to feed your queries answers in terminal.
Tips: update
models.toml
for tuning models based on your need and use-cases.
$ pip install chatgpt-search
$ pipenv --python 3.9.13
$ pipenv shell
$ git clone https://github.com/abhijeetkr93/chatgpt-search.git
set env 'CHATGPT_KEY' for api queries. get free api key by signing up here https://beta.openai.com/signup
$ export CHATGPT_KEY='XXXXXXXXXXXXX'
$ python -m search
Ask Anything (type exit to close):
source code: $ python src/search/main.py
Text Completion:
"write short story about colonisation."
Coding Queries:
"How do you implement a bucket sort algorithm?"
"How to convert list of dicts in dict of lists in python?"
"Explain 'const groupsData = await this.getMasterGroup(this.masterGroupName, this.userData.company);'
Q&A:
"What is the distance between earth and neptune?"
Distributed under the MIT License. See LICENSE
for more information.
This is a personal project, not affiliated in any way with OpenAI. If you have any objections, contact @abhijeetkr93.