Liutprand·3 yıl önce·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 yıl önce·discussSimilar concept but for the command line, with some more features: https://github.com/marcolardera/chatgpt-cli
Liutprand·3 yıl önce·discussIs it made using the retrieval plugin (https://github.com/openai/chatgpt-retrieval-plugin) and a custom knowledge base?
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.