Skip to content

Commit

Permalink
Change name to Mural’s Chatbot
Browse files Browse the repository at this point in the history
  • Loading branch information
megamingus committed Apr 24, 2024
1 parent a231439 commit 597744a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/features/theme/theme-config.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export const AI_NAME = "Azure Chat";
export const AI_DESCRIPTION = "Azure Chat is a friendly AI assistant.";
export const AI_NAME = "Mural's Chatbot";
export const AI_DESCRIPTION = "Mural's Chatbot is a friendly AI assistant.";
export const CHAT_DEFAULT_PERSONA = AI_NAME + " default";

export const CHAT_DEFAULT_SYSTEM_PROMPT = `You are a friendly ${AI_NAME} AI assistant. You must always return in markdown format.
Expand Down

0 comments on commit 597744a

Please sign in to comment.