Live data from Hacker News

Show HN: PizzaGPT – ChatGPT clone accessible from Italy

pizzagpt.it

51–60 of 77 posts

Re: Show HN: PizzaGPT – ChatGPT clone accessible from Italy

#51
post #12
post #6

Earlier quoted context omitted.

Between the EU and ChatGPT lies, A stormy rift, dark clouds arise, Like gales within the mountain's hold, And rain that falls, fierce and bold. The EU, a lion proud, With bared teeth and claws unbound, While ChatGPT cradles liberty, Together, they struggle endlessly. The Tao is constant, holds the way, In words and actions, balance lay, Seek harmony in this divide, And down the path of peace, abide

Winnie the Pooh, with his pot of honey in hand, Set out on a journey to find a lost friend, Christopher Robbins had gone away, And Pooh Bear knew he couldn't stay. As he traveled the world, he brought with him, The Zen of Pooh, a philosophy quite trim, He showed people how to slow down and be still, To find happiness in small things, with no need to thrill. From China to Paris, and all the way to Peru, Pooh Bear spre…

the last sigh of Pooh.

https://labs.openai.com/s/tpQDGWFTOV7jEENecOiKWNPL

Re: Show HN: PizzaGPT – ChatGPT clone accessible from Italy

#52
post #48

Creator here, just woken up and it’s funny to see PizzaGPT on the front page of HN. I had the idea yesterday, when reading about ChatGPT being blocked in Italy. I’m an Italian living abroad so I still have access to it, but my parents and friends living there don’t. I believe AI is a revolutionary tool that should be available to anyone, the same way internet has been. The website was coded yesterday in a couple of h…

Feedback: The prompt bar seems to be in front / on top of the (generated) text. Pretty annoying.

Thanks for the feedback! Tried to solve this just now, can you check?

Re: Show HN: PizzaGPT – ChatGPT clone accessible from Italy

#54
post #8

Earlier quoted context omitted.

>> and some text about that person that was incorrect. >> Reported to GPDP. That's why we should regulate humans before regulating AI. People expect a statistical tool to be omniscient.

The law theyre referencing has nothing to do with omniscience, just the ability to report and have mistakes corrected... the opposite of omniscience really

And the irony is that most people in the country complain about other people breaking the law. When they themselves do it, it's because the government is s** or "it's just the system...".

Re: Show HN: PizzaGPT – ChatGPT clone accessible from Italy

#56
post #48

Earlier quoted context omitted.

Feedback: The prompt bar seems to be in front / on top of the (generated) text. Pretty annoying.

Thanks for the feedback! Tried to solve this just now, can you check?

Yep, it seems to be much better now. Thanks for the fast response!

Re: Show HN: PizzaGPT – ChatGPT clone accessible from Italy

#57
post #8

Earlier quoted context omitted.

>> and some text about that person that was incorrect. >> Reported to GPDP. That's why we should regulate humans before regulating AI. People expect a statistical tool to be omniscient.

The law theyre referencing has nothing to do with omniscience, just the ability to report and have mistakes corrected... the opposite of omniscience really

Ah, sorry. that's right, I forgot about the ppl's sense of fairness and morality.

Re: Show HN: PizzaGPT – ChatGPT clone accessible from Italy

#58

Creator here, just woken up and it’s funny to see PizzaGPT on the front page of HN. I had the idea yesterday, when reading about ChatGPT being blocked in Italy. I’m an Italian living abroad so I still have access to it, but my parents and friends living there don’t. I believe AI is a revolutionary tool that should be available to anyone, the same way internet has been. The website was coded yesterday in a couple of h…

Does it address the issue that led to forbidding ChatGPT in the first place ?

Re: Show HN: PizzaGPT – ChatGPT clone accessible from Italy

#59
post #5

Just got a name out of it and some text about that person that was incorrect. There is no means of correction so this fails the "right to rectification". Reported to GPDP.

Large language models are fundamentally incompatible with EU bureaucracy. This has two possible endings: the EU adjusts its regulations, or companies operate outside of the EU and they are left behind. (Yes, the EU can, in theory, fine a foreign company, but they probably won't ever see that money.)

How are they incompatible exactly? They don't break any EU laws afaik.

Italy's issue was with the chat service and GDPR - it would be a simple fix if OpenAI wanted to.

Re: Show HN: PizzaGPT – ChatGPT clone accessible from Italy

#60

Earlier quoted context omitted.

> Regarding the AI, it’s literally just a wrapper of OpenAI completions API (turbo-3.5 model) and a chat interface, so it should give the same answers as the free version of ChatGPT. Have you tested this? My impression after a couple of tests is that its answers are worse than free ChatGPT (no idea why). Maybe I just got unlucky with the RNG, though.

The free user interface does something behind the scenes to provide context to chatgpt but I haven't figured out what it is

> My name is George

Nice to meet you, George. How can I assist you today?

> What is my name

As an AI language model, I don't have access to your personal information such as your name. Can you please tell me your name?

You need to pass the whole chat history in your request:

    [{:role "assistant", :content "Ciao, sono PizzaGPT come posso aiutarti?"}
     {:role "user",      :content "My name is George"}
     {:role "assistant", :content "Nice to meet you, George. How can I assist you today?"}
     {:role "user",      :content "What is my name"}
     {:role "assistant", :content "Your name is George."}]
On the ChatCompletion API endpoint
Post reply on HN