Live data from Hacker News

Show HN: PizzaGPT – ChatGPT clone accessible from Italy

pizzagpt.it

41–50 of 77 posts

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

#41

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…

> 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.

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

#42

Are there any technical details about this website and how it works? I asked it to quote Marcus Aurelius, then for 5 more similar quotes - it didn't get the context that I meant from the same person and found 5x others. But otherwise it was very snappy and I've seen similar results from ChatGPT. For "Write an openfaas function with the python3-http templates to convert from text to speech" (something I saw a communit…

Hey, the model is GPT-turbo3.5 from OpenAI. I’m just using their API. Formatting is not supported at the moment but maybe I try to make it work today

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

#43

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…

> 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.

Not really had much time to test the results. Yeah it should be possible to tweak the settings (mostly temperature and prompt) to get better results. Also I think I’m not sending the full history right now, to avoid consuming too many tokens

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

#44

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…

I think if you want the same as ChatGPT you need the use the chat API, not the completions API.

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

#46

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…

> 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

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

#47
post #33

Earlier quoted context omitted.

> LLMs will absolutely increase the capabilities and powers of organizations that use them. I don't think that's debatable. I very much think that's debatable, but time will tell.

I'd be interested to hear why. From using it and testing plugins, GPT-4 is a significant advantage right now, with no additional developments.

Significant advantage to do what?

Can you blindly trust it to do anything without you being there to correct it? Even when it's not giving you bullshit, it gives the most uncreative, boilerplate output that any human will quickly learn to instantly dismiss. Like the myriad of HN accounts that tried to use it to post comments and that the rest of us instantly recognised as bots.

I'm not saying it's useless, it certainly has its use cases, but the best it can do is supplement humans (give ideas for a blog post, find an answer to an unconventionally asked question by sifting through docs), I'm not buying that it's ever gonna replace millions of us or that it brings significant advantage over a worker using a traditional search engine and good judgement.

I know it's too soon to make a definitive statement like this, but I'm not impressed at all. I'd compare it more to tech whose point of usefulness is always X years away (blockchain, self-driving cars) than to tech that truly revolutionised the world (Google, Wikipedia, smartphones). But again, time will tell.

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

#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.

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

#50

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…

I think if you want the same as ChatGPT you need the use the chat API, not the completions API.

It's confusing because is actually called Chat Completion API :) https://platform.openai.com/docs/guides/chat It's the one used on ChatGPT that includes gpt-3.5-turbo and gpt-4
Post reply on HN