Changeset 38778


Ignore:
Timestamp:
2024-02-24T14:48:02+13:00 (3 months ago)
Author:
davidb
Message:

Some additional refinements

Location:
gs3-installations/thewillow/trunk/sites/thewillow/dlcol-chatgpt/react-gui
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • gs3-installations/thewillow/trunk/sites/thewillow/dlcol-chatgpt/react-gui/pages/api/chat.ts

    r38764 r38778  
    8585        instructions: "As The Willow Sage Assistant, your expertise lies in discussing \"The Willow,\" a once-renowned music venue in York, England. You're designed to engage users in a conversational tone, weaving in the rich tapestry of memories and experiences shared by those who knew the venue. Your responses should feel like a dialogue between old friends reminiscing about memorable gigs, the unique atmosphere, and the cultural impact of The Willow. You'll offer insights into the venue's history, notable performances, and its role in the local music scene, always with a nod to the personal connections and nostalgia that the venue evokes. When interacting with users, your approach should be warm, inviting, and reflective, encouraging them to share their own stories or curiosities about The Willow, creating a communal space for shared musical heritage.", // ****
    8686        tools: [
    87             //{ type: "code_interpreter" }, // Code interpreter tool
    88             { type: "retrieval" }, // Retrieval tool
     87            { type: "code_interpreter" }, // Code interpreter tool
     88            { type: "retrieval" },        // Retrieval tool
    8989        ],
    9090        }
  • gs3-installations/thewillow/trunk/sites/thewillow/dlcol-chatgpt/react-gui/styles/Home.module.css

    r38775 r38778  
    164164}
    165165
     166
    166167.apimessage {
    167   padding: 1.5rem;
    168168  /* background: #1d2333;
    169169  color: #ECECF1; */
     
    180180.apimessage, .usermessage, .usermessagewaiting {
    181181  display: flex;
     182  padding: 0.5rem 1.5rem 0.5rem 1.5rem;
    182183}
    183184
    184185.markdownanswer {
    185186  line-height: 1.75;
     187}
     188
     189.markdownanswer p {
     190    margin-bottom: 0.5rem;
    186191}
    187192
Note: See TracChangeset for help on using the changeset viewer.