- Navigate to the folder where your codebase is located (package.json should be present).
$ cd <Your Codebase>
- Install the package.
$ npm install codetask
- Create a .env file in project directory and add the following variables.
OPEN_ROUTE_API_KEY=<Your API Key>
- Open the terminal and run the following command.
$ npx codetask
- Install typescript and ts-node.
npm install -g typescript ts-node
- Using Cloning the repository.
git clone https://github.com/tsahil01/AI-code-task-planner
- Install the required packages.
npm install
- Create a .env file and add the following variables.
OPEN_ROUTE_API_KEY=<Your API Key>
- You can get free API key from https://openrouter.ai/
- To change LLama model, go to
src/main/llama.js
and change the model name.
model: <Your Model Name>
- Run the code.
npm run start