HackerTrans
TopNewTrendsCommentsPastAskShowJobs

Liutprand

no profile record

comments

Liutprand
·hace 3 años·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
·hace 3 años·discuss
Similar concept but for the command line, with some more features: https://github.com/marcolardera/chatgpt-cli
Liutprand
·hace 3 años·discuss
Is it made using the retrieval plugin (https://github.com/openai/chatgpt-retrieval-plugin) and a custom knowledge base?
Liutprand
·hace 3 años·discuss
I'm also developing something similar, but with a REPL style approach: https://github.com/marcolardera/chatgpt-cli
Liutprand
·hace 3 años·discuss
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...