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:…
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…
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:…
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…