|
|
|
|
|
by scarface_74
532 days ago
|
|
I’ve had pretty good luck when having it write Python automation scripts around AWS using Boto3. If it’s a newer API that ChatGPT isn’t trained on, I would either tell it where to find the newest documentation for the API on the web or paste the documentation in. It usually worked pretty well. If the author of the library wrote good documentation and sample code, you wouldn’t need StackOverflow hypothetically if ChatGPT was trained on it Apple is training its own autocomplete for Swift on its documentation and its own sample code. |
|
I haven't found an LLM that could reliably produce syntactically correct code, much less logically correct code.