From 078c6ae18330e51e66c77c174fad28808a26d30c Mon Sep 17 00:00:00 2001 From: James Ketrenos Date: Tue, 1 Apr 2025 23:32:28 -0700 Subject: [PATCH] welcome message tweaks --- src/ketr-chat/src/App.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ketr-chat/src/App.tsx b/src/ketr-chat/src/App.tsx index f43095f..cae062f 100644 --- a/src/ketr-chat/src/App.tsx +++ b/src/ketr-chat/src/App.tsx @@ -50,7 +50,7 @@ import '@fontsource/roboto/700.css'; const welcomeMarkdown = ` # Welcome to Ketr-Chat. -Hi, my author is James Ketrenos. He built this LLM agent in order to provide answers to any questions you may have about his work history. +This LLM agent was built by James Ketrenos in order to provide answers to any questions you may have about his work history. In addition to being a RAG enabled expert system, the LLM is configured with real-time access to weather, stocks, the current time, and can answer questions about the contents of a website.