Hacker Newsnew | past | comments | ask | show | jobs | submit | Liutprand's commentslogin

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.


Similar concept but for the command line, with some more features: https://github.com/marcolardera/chatgpt-cli


Is it made using the retrieval plugin (https://github.com/openai/chatgpt-retrieval-plugin) and a custom knowledge base?


I'm also developing something similar, but with a REPL style approach: https://github.com/marcolardera/chatgpt-cli


The pricing is insanely cheap. Why anyone would pay $20/month for ChatGPT Plus when we are going to have dozens of chat applications based on the APIs?

It took me just a little more then one hour to create a basic cli chat application (https://github.com/marcolardera/chatgpt-cli). In the next days/weeks/months I think we will see an explosion of ChatGPT based applications...


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: