Skip to content

Commit

Permalink
Update theme-config.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
jpatgriffsoft authored Jul 19, 2024
1 parent 0d19294 commit 02b4d09
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 = "GriffSoft Azure Chat";
export const AI_DESCRIPTION = "GriffSoft Azure Chat 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 02b4d09

Please sign in to comment.