Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 548 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 548 Bytes

An AI-powered online encyclopedia.

Intro

This was a passion project I made to explore the possibilities of LLMs and familiarize myself with their uses. It uses OpenAI's GPT-3 to generate an encyclopedia page on any topic you can think of! Simply put it in the search bar and an article will load!

You can check it out here!

Frontend

  • Next.JS
  • SCSS

Backend

  • Next.JS Server Functions
  • OpenAI's GPT-3 API