Giter Club home page Giter Club logo

whiz's Introduction

Whiz

A copilot for your terminal.

whiz

Installation

npm install -g whiz_cli

Now, you will need to set OPENAI_API_KEY in your environment. You can do this by adding the following to your .bashrc or .zshrc. On windows, you can set this in the environment variables.

If you want to use a different model than gpt-3.5-turbo, then set WHIZ_LLM_MODEL to the model name. You can find a list of models here. As an example, you can set WHIZ_LLM_MODEL=gpt-4 to use the gpt-4 model.

export OPENAI_API_KEY=<your key>

๐Ÿš€ Usage

# wz <request>
wz curl google and store response in google.html
wz open google.com in chrome
wz list recent github branches sorted by activity

Privacy

Whiz sends the following information to OpenAI:

  • Your OS platform (process.platform): 'android', 'darwin', 'linux', 'openbsd', or 'win32'.
  • Your CPU architecture (process.arch): 'x32', 'x64', 'arm', or 'arm64'.
  • Your shell path (process.env.SHELL).
  • Your request, so don't send any sensitive information.

No other environment information, such as filenames or file content, is sent to OpenAI.

๐Ÿค— Contributing

Please read CONTRIBUTING.md for details.

๐Ÿ”– License

This project is licensed under the MIT License - see the LICENSE file for details

whiz's People

Contributors

searchableguy avatar 3rd avatar ineiti avatar

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.