android linux macOS Windows

Introduction

DekuAI is a AI-powered chatbot tool but in cli based that has ability to generate natural & conversational customer experiences as prompt string.

demo gif

Concept

Getting Started

Prerequisites


This cli tool highly depends on curl for request to api & jq to parse the json response.

• Open api key is required.Create an OpenAI account and get free api key from OpenAI.





Installation


Note : After running installation command it will prompt you to enter openAI api key, enter your api key when prompted.



Android


Install termux (guide).


Termux package


          
            pkg
            install
            curl
            -y