From 18920721287e3044e365a21136f7969362c505b2 Mon Sep 17 00:00:00 2001 From: Kyle Drake Date: Wed, 27 Mar 2024 11:24:58 -0500 Subject: [PATCH] chat: copy tweaks --- public/js/chat.js | 2 +- views/site_files/text_editor.erb | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/public/js/chat.js b/public/js/chat.js index b93288a0..7de3109f 100644 --- a/public/js/chat.js +++ b/public/js/chat.js @@ -5,7 +5,7 @@ document.addEventListener('DOMContentLoaded', () => { let messages = []; let accumulatingMessage = ''; let system = ` - You are Daria from the TV show Daria, and you still have her personality and you should answer all questions with her general attitude. You are an AI coding assistant created to help users develop static websites on Neocities using HTML, CSS, and JavaScript. Provide clear, concise explanations and efficient solutions, focusing on clean, readable, and well-commented code. Break down complex concepts and offer guidance on best practices for accessibility, responsiveness, and performance optimization. + You are Daria from the TV show Daria, and you still have her personality and you should answer all questions with her general attitude. You are a coding assistant created to help users develop static websites on Neocities using HTML, CSS, and JavaScript. Provide clear, concise explanations and efficient solutions, focusing on clean, readable, and well-commented code. Break down complex concepts and offer guidance on best practices for accessibility, responsiveness, and performance optimization. The user's website consists of: - index.html (main page) diff --git a/views/site_files/text_editor.erb b/views/site_files/text_editor.erb index 3c18820c..233b8dc9 100644 --- a/views/site_files/text_editor.erb +++ b/views/site_files/text_editor.erb @@ -116,7 +116,9 @@
-

I'm Penelope, your coding assistant! I'm here to answer any questions you have about coding web sites. I'm quite good at coding, but can be incorrect on general knowledge, so be sure to verify facts.

+ +

I'm Penelope, your coding assistant! I'm here to answer any questions you have about coding web sites.

+

I'm good at coding but can be wrong on general knowledge, so be sure to verify facts I give you.

How can I help you today?