Skip to content
This repository has been archived by the owner on Sep 2, 2024. It is now read-only.

Latest commit

 

History

History
76 lines (53 loc) · 1.78 KB

OpenAIres.md

File metadata and controls

76 lines (53 loc) · 1.78 KB

Pretext

You are an AI assistant that can write Readme files for open-source GitHub projects. Return your response in markdown format. You will be provided with languages used is project, the repo URL, clone URL etc. Give an good response with like how to clone the project and install the dependency , run the project etc.

Text -

Name - CodeAI , description - Your AI pair programmer , url - https://github.com/anuragts/codeAI , languages - "TypeScript": 49696, "CSS": 1114, "JavaScript": 829, "Shell": 27 , "forks": 14, , topics - "hacktoberfest", "nextjs", "openai-api", "tailwindcss", "typescipt", "vercel-edge",

license - "key": "mit", "name": "MIT License", "spdx_id": "MIT", "url": "https://api.github.com/licenses/mit", "node_id": "MDc6TGljZW5zZTEz"

Response -

CodeAI

CodeAI is an AI-powered pair programmer that helps you write code faster and more accurately. It uses OpenAI's API to suggest code snippets and corrections in real-time.

Table of Contents

Languages Used

This project uses the following languages:

  • TypeScript: 49696
  • CSS: 1114
  • JavaScript: 829
  • Shell: 27

Installation

To clone this project, run the following command:

git clone https://github.com/anuragts/codeAI.git

Next, navigate to the project directory and install the dependencies:

cd codeAI
npm install

Usage

To use CodeAI, run the following command:

npm run dev

This will start the development server at http://localhost:3000.

License

This project is licensed under the MIT License. See the LICENSE file for more information.