Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
Liutprand
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
21 ms
·
1.
▲
by
Liutprand
3y ago
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://pastebi
2.
▲
by
Liutprand
3y ago
Similar concept but for the command line, with some more features: https://github.com/marcolardera/chatgpt-cli
3.
▲
by
Liutprand
3y ago
Is it made using the retrieval plugin ( https://github.com/openai/chatgpt-retrieval-plugin ) and a custom knowledge base?
4.
▲
by
Liutprand
4y ago
I'm also developing something similar, but with a REPL style approach: https://github.com/marcolardera/chatgpt-cli
5.
▲
by
Liutprand
4y ago
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