Skip to content

harnyk/wingman

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Wingman

Your second pilot in the terminal.

What is Wingman?

Wingman is a tool that helps you to generate shell commands using OpenAI GPT-3 model.

How to use?

Install

Just download the binary from the releases page and put it in your $PATH.

Alternatively, you can install it using eget:

eget harnyk/wingman

Setup

You need to get an API key from OpenAI.

Then, you need to create a file ~/.wingman.yaml with the following content:

openai_token = <your key>
openai_model = gpt-4o

openai_model can be omitted if you want to use the default model, which is gpt-3.5-turbo.

Usage

wingman <your query>
# For example:
wingman display weather forecast in Kyiv

asciicast

About

Your second pilot in the terminal.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages