Skip to content

timcash/openai-mods

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Purpose

Set of api tools around OpenAI codex models to explore new ways to write code. Experience with copilot shows that a few modifications to the model can make it more useful. For example programatic control of the previous context, multiple returns with short token lengths, and adjustable temperature.

Setup

add your openai api key to query.js or create a .env file with

export OPENAI_API_KEY=yourkeyhere

Installation

npm install

Test

npm test

Contributing

pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Roadmap

  • integrate into web based code editor
  • work with functions instead of files

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published