OpenAI Codex completions docker server
Listening on selected port and returns code completions with selected language
Direct requests
If you have openai api key, just use direct requests to openai.
Docker server
If you have openai api key and don't want to share him to others, to share Codex completion, you can:
- Build this docker server:
git clone https://github.com/format37/codex_completions.git
cd codex_completions
./compose.sh
- Send requests from client like in example