AI - Generating Code/Comments

Post a reply


In an effort to prevent automatic submissions, we require that you complete the following challenge.
Smilies
:D :) ;) :( :o :shock: :? 8-) :lol: :x :P :oops: :cry: :evil: :twisted: :roll: :!: :?: :idea: :| :mrgreen: :geek: :ugeek: :arrow: :angel: :clap: :crazy: :eh: :lolno: :problem: :shh: :shifty: :sick: :silent: :think: :thumbup: :thumbdown: :salute: :wave: :wtf: :yawn: :facepalm: :bravo: :dance: :beard: :morebeard: :xmas: :HeHe: :trollface: :cookie: :rainbow: :monkeysee: :monkeysay: :happybday: :headwall: :offtopic: :superhappy: :terms: :beer:
View more smilies

BBCode is ON
[img] is OFF
[flash] is OFF
[url] is ON
Smilies are ON

Topic review
   

Expand view Topic review: AI - Generating Code/Comments

Re: AI - Generating Code/Comments

Post by xMaxrayx » 14 Feb 2024, 11:08

almost most AI are bad with ahkv2 and just for ahkv1 thing because there isn't any data for it
and LLM is way better than gpt in my opinion

AI - Generating Code/Comments

Post by BoBo » 09 Nov 2022, 01:46

Just in case you are creating a programming language like KeySharp# (by @mfeemster) and getting interested to auto-comment its code… or creating code from comments :shock:
The Codex model series is a descendant of our GPT-3 series that's been trained on both natural language and billions of lines of code. It's most capable in Python and proficient in over a dozen languages including JavaScript, Go, Perl, PHP, Ruby, Swift, TypeScript, SQL, and even Shell.

During this initial private beta period, Codex usage is free
. Learn more.

You can use Codex for a variety of tasks including:

Turn comments into code
Complete your next line or function in context
Bring knowledge to you, such as finding a useful library or API call for an application
Add comments
Rewrite code for efficiency

https://beta.openai.com/docs/guides/code
:thumbup:

Top