HackerTrans
TopNewTrendsCommentsPastAskShowJobs

Liutprand

no profile record

comments

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