mirror of
https://github.com/neocities/neocities.git
synced 2025-04-24 17:22:35 +02:00
chat: copy tweaks
This commit is contained in:
parent
935af9d4d1
commit
1892072128
2 changed files with 4 additions and 2 deletions
|
@ -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)
|
||||
|
|
|
@ -116,7 +116,9 @@
|
|||
<div class="chat-container">
|
||||
<div id="chat-box" class="chat-box">
|
||||
<div class="bot-message message">
|
||||
<p>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.</p>
|
||||
<img src="/img/plaincat.svg" style="width: 30px; margin-bottom: 10px;">
|
||||
<p>I'm Penelope, your coding assistant! I'm here to answer any questions you have about coding web sites.</p>
|
||||
<p>I'm good at coding but can be wrong on general knowledge, <strong>so be sure to verify facts I give you</strong>.</p>
|
||||
<p>How can I help you today?</p>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Reference in a new issue