Code Monkey home page Code Monkey logo

codex-autocomplete's Introduction

codex README

This is an extension that incorporates the openAI's Codex API. By providing the code editor with the API_KEY of openAI Codex you can directly use it within your code files to generate code automatically.

Features

  • This is just an abstraction to the underlying Codex API that was implemented by openAI
  • openai-codex <- Check the following link to understand the specification.

Requirements

  • You are required to have a Codex API key in your possession.

Known Issues

  • Cannot generate multiple completion for the same piece of code
  • The Generated code, is limited by the effeciency of AI

Possible issues

  • Even though you have a API Key the extension might reject it
    // Key not verified error message might be displayed
    Check:
    - If you have access to davinci-codex through playground
    Fix:
    - If you don't have access: please apply for codex
    - If you do have the access: A simple fix might be to create a new API key from the API keys settings and use that instead
    

Release Notes

  • Improved Error Messages

1.1.0

{
    // Specification for extension
    "model_used": "davinci-codex",

    // Tokens generated by AI per exection
    // (Can be changed through settings)
    "token_generation": 128,
    "bug fixes": "README.md, main_code",
    "fixes": "Improved key verification & Error Understanding"
    
}

codex-autocomplete's People

Stargazers

 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.