Skip to content

rm-Umar/codegpt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Linux tool that generates code using OpenAI's Codex model. You can download the binary for linux_x64.

Installation

go build 

Usage

Get your OpenAI API key from here and set the env variable.

export OPENAI_TOKEN=<your_token>
codegpt <instruction>

Example

$ codegpt 'bash command to remove tmp files'
rm -rf /tmp/*

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages