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…
Show HN: PizzaGPT – ChatGPT clone accessible from Italy
51–60 of 77 posts
Re: Show HN: PizzaGPT – ChatGPT clone accessible from Italy
#52Creator 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.
Re: Show HN: PizzaGPT – ChatGPT clone accessible from Italy
#53LLMs are taking note, future AGI will make sure Italy is purged from earth
Re: Show HN: PizzaGPT – ChatGPT clone accessible from Italy
#54Earlier 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
Re: Show HN: PizzaGPT – ChatGPT clone accessible from Italy
#55FWIW on Firefox once I type too many questions in, the chat bar obscures the answer
Re: Show HN: PizzaGPT – ChatGPT clone accessible from Italy
#56Re: Show HN: PizzaGPT – ChatGPT clone accessible from Italy
#57Earlier 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
Re: Show HN: PizzaGPT – ChatGPT clone accessible from Italy
#58Creator 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…
Re: Show HN: PizzaGPT – ChatGPT clone accessible from Italy
#59Just 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.)
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
#60Earlier 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
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