Live data from Hacker News

Show HN: Create books on any topic with ChatGPT

books-by-ai.vercel.app

11–20 of 21 posts

Re: Show HN: Create books on any topic with ChatGPT

#12
post #8

Amazing, wonderful, fantastic... I am trying to deploy it in Vercel, but I got error 500 (internal Error). Any suggestion?

Which template are you trying to deploy to Vercel? If you can send me the link to the template/GitHub issue/support ticket, I can try and debug it for you!

Thanks a lot! I just forked books-by-ai, and added a new project in Vercel. The only thing I added was my openai api key, in the enviroment.

Re: Show HN: Create books on any topic with ChatGPT

#13
post #7

Had some fun with this ;) TITLE: Why You Should Eat More Sand 1.1 The Nutritional Value of Sand 1.2 Sand as a Source of Minerals 1.3 Sand as a Source of Fiber 1.4 Sand as a Source of Protein 1.5 Sand as a Source of Carbohydrates 1.6 Sand as a Source of Essential Fatty Acids

That definitely should go to "Humour & Fun" category ) Seems like chatgpt is not factchecking the input, assumes it is true.

Re: Show HN: Create books on any topic with ChatGPT

#14
post #4

This is genuinely great. Wow. 7_hours_ago's suggestion: > Is it possible to provide an option to enable ChatGPT to search the Internet for recent topics like LK-99 for example. would make enough of a difference for me to say that this is the greatest project with the OpenAI API that I have ever used.

Currently we are restricted by knowledge cutoff of chatgpt.

If I understood correctly, you want a more advanced system, which would go search the internets for a given topic, collect a set of webpages around it, and come up with an organised presentation of information, in form of an article or a book.

It could also possibly suggest a set of topics given the users interests.

Sounds like an interesting and much more advanced project.

Re: Show HN: Create books on any topic with ChatGPT

#15

Earlier quoted context omitted.

Which template are you trying to deploy to Vercel? If you can send me the link to the template/GitHub issue/support ticket, I can try and debug it for you!

Thanks a lot! I just forked books-by-ai, and added a new project in Vercel. The only thing I added was my openai api key, in the enviroment.

Postgres storage must be added to vercel, it will define POSTGRES_PRISMA_URL env variable, which must be added to local .env file, to run locally.

You also need to define OPENAI_API_KEY env variable.

Will add instructions in the github README.

Post reply on HN