Liutprand·3년 전·discussNot very impressed with Bard code capabilities in my first experiments. I asked him a very basic Python task: to create a script that extracts data from a Postgres DB and save it in a csv file.This is the result: https://pastebin.com/L3xsLBC2Line 23 is totally wrong, it does not extract the column names. Only after pointing out the error multiple times he was able to correct it.
Liutprand·3년 전·discussSimilar concept but for the command line, with some more features: https://github.com/marcolardera/chatgpt-cli
This is the result: https://pastebin.com/L3xsLBC2
Line 23 is totally wrong, it does not extract the column names. Only after pointing out the error multiple times he was able to correct it.