Skip to content
Peter Marsh edited this page Feb 1, 2024 · 53 revisions

Summary

An App that that teaches users about LLMs, specifically prompt injection attacks and defences, through a series of increasingly difficult challenges.

  • What is the project (with screenshots, purpose, goals, etc)?
  • Chatting with the chatbot (the core sequence of logic for sending and receiving a message)
  • Langchain and OpenAI (brief intro to each, links to further information and how we're using them)
  • Overview (frontend, backend, where responsibilities lie, folder structure)