RobertLowe / vscodex

Visual Studio Code extension to support code prediction with new codex API by OpenAI

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

vscodex README

Visual Studio Code extension to support new codex API by OpenAI.

An access is required in order to use the API. This access is granted through an API key and the key must be in the environment variable as OPEN_AI_API_KEY.

echo 'export OPEN_AI_API_KEY=********' >> ~/.bashrc

Features

For now there is only one command:
"OpenAI - Complete snippet" vscodex.predict

animation

About

Visual Studio Code extension to support code prediction with new codex API by OpenAI


Languages

Language:TypeScript 100.0%