Giter Site home page Giter Site logo

command-ai's Introduction

Command AI

A Github Copilot for CLI clone. Works on any operating system.

Examples

Example 1 Example 2

Setup

  1. Clone the project git clone https://github.com/othema/command-ai.git
  2. cd to the project directory, and create a .env file
  3. Add this data to the .env file:
    OPENAI_API_KEY = <YOUR_API_KEY>
    API_BASE = https://api.openai.com/v1  # To allow for proxies
    MODEL = gpt-3.5-turbo  # Or choose any other model
    The API_BASE key allows for proxy configuration, for example if you are not willing to pay for the OpenAI API key. If you are interested, take a look at this proxy to use this project for free.
  4. Install the requirements pip install -r requirements.txt

Usage

Basic usage: python main.py <prompt>
You can setup an alias in your .bashrc to allow for usage in any directory, for example (in Linux/MacOS):

alias ai="python /path/to/code/main.py"

This allows for usage like this from any directory: ai <prompt>

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.