/UnderscoOre

Is a AI online CLI helper who gives you the command for every question you ask using AI with the Cohere API.

Primary LanguageAstroMIT LicenseMIT

What is UnderscoOre

Is a AI online CLI helper who gives you the command for every question you ask using AI with the Cohere API.

Input: Install nodejs un ubuntu
Output: apt install nodejs

Table Of Content

Installation

Clone repository

git clone https://github.com/KleyberJMH/UnderscoOre.git

Setup your API Key

#env.d.ts
COHERE_API_KEY = "{HERE YOUR API KEY}"
COHERE_API_GENERATION_URL = "https://api.cohere.ai/generate"

Install needed dependencies

npm install

Run developer server

npm run dev

Contributing

If you have suggestions for how UnderscoOre could be improved, or want to report a bug, open an issue! We'd love all and any contributions.

For more, check out the Code Of Conduct.

License

MIT