Askgpt is a Python package that allows users to interact with the OpenAI GPT-3 model directly from the terminal, providing quick and convenient access to powerful language processing capabilities.
- Git installed on your system (https://git-scm.com/downloads)
- Python 3.x installed on your system (https://www.python.org/downloads/)
- OpenAI API key (https://platform.openai.com/api-keys)
- Clone the repository:
git clone https://github.com/nagendraallam/askgpt.git && cd askgpt
- Install the package using pip:
pip install .
- Set your OpenAPI key as env variable
export OPENAI_API_KEY="your_api_key_here"
Here are some examples of the chatbot in action:
If you're interested in contributing to the development of this chatbot, feel free to submit a pull request.