askaldy-cli
v1.0.1
Published
An AI search engine for cli designed to provide short, helpful answers to user queries. Eg. aldy how to make easy pancakes
Downloads
1
Readme
ask-aldy-cli
This is a command-line interface (CLI) tool that allows you to interact with the OpenAI GPT-3.5 Turbo model to get brief and helpful answers to user queries. You can get an API key from OpenAI Platform
Getting Started
Follow these steps to set up and use the askaldy-cli
:
Installation
Clone this repository to your local machine:
npm install -g askaldy-cli
Get new API key from OpenAI portal and set it as the environment variable. It will be saved locally. In 'Users/usernam/.aldy_config.json'
aldy --config API_KEY=NEW_API_KEY
You can start using
aldy
command in terminal nowExamples
~ aldy how to create an array in javascript
~ aldy var vs let vs const in javascript
~ aldy what does is the meaning of ingress in aws
License
This project is licensed under the ISC License - see the LICENSE file for details.