diff --git a/frontend/src/App.tsx b/frontend/src/App.tsx index 70c3e33..f1b28dc 100644 --- a/frontend/src/App.tsx +++ b/frontend/src/App.tsx @@ -52,7 +52,9 @@ import { MessageMetadata } from './MessageMeta'; const welcomeMarkdown = ` # Welcome to Backstory -Backstory was written by James Ketrenos in order to provide answers to questions potential employers may have about his work history. Backstory is a RAG enabled expert system with access to real-time data running self-hosted (no cloud) versions of industry leading Large and Small Language Models (LLM/SLMs). You can ask things like: +Backstory was written by James Ketrenos in order to provide answers to +questions potential employers may have about his work history. +You can ask things like: @@ -61,6 +63,9 @@ Backstory was written by James Ketrenos in order to provide answers to questions You can click the text above to submit that query, or type it in yourself (or whatever questions you may have.) +Backstory is a RAG enabled expert system with access to real-time data running self-hosted +(no cloud) versions of industry leading Large and Small Language Models (LLM/SLMs). + As with all LLM interactions, the results may not be 100% accurate. If you have questions about my career, I'd love to hear from you. You can send me an email at **james_backstory@ketrenos.com**.`; const welcomeMessage: MessageData = {