Artificial Intelligence programming autocompletion tool for developers
This post describes how to generate code with Artificial Intelligence.
Artificial intelligence programming autocompletion tool
- https://github.com/features/copilot/
- https://openai.com/blog/openai-codex/
- https://openai.com/api/
- https://www.warp.dev/
- https://github.com/openai/openai-cookbook#1-write-code
- https://visualstudio.microsoft.com/services/intellicode/
- https://www.tabnine.com/
- https://plugins.jetbrains.com/plugin/13574-aixcoder-code-completer
- https://www.useblackbox.io/landingPage
- https://aws.amazon.com/codewhisperer/
- https://www.codiga.io/
- https://datalore.jetbrains.com/
- https://github.com/CodedotAl/gpt-code-clippy
- https://github.com/samrawal/emacs-secondmate
- https://ai.googleblog.com/2022/07/ml-enhanced-code-completion-improves.html
- https://sourcery.ai/
- https://codegeex.ai/en-US/
- https://codegeex.ai/codeTranslator
- https://codegeex.ai/playground
- https://github.com/EleutherAI/gpt-neo
- https://gpt3demo.com/
- Facebook’s TransCoder AI
- IBM’s CodeNet
Image generated with
deepai.org
and a prompt Artificial Intelligence programming autocompletion tool for developers
.
Some images are generated with OpenAI DALL·E 2
1curl https://api.openai.com/v1/completions \
2-H 'Content-Type: application/json' \
3-H "Authorization: Bearer $OPENAI_API_KEY" \
4-d '{
5"model": "text-davinci-003",
6"prompt": "",
7"max_tokens": 50,
8"temperature": 0
9}'
10
11openai api image.create -p "" -n 4
Have fun, Ego!