Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ function getDateAndTime(): string {

export const DATE_AND_TIME = getDateAndTime();

export const AI_NAME = "MyAI3";
export const OWNER_NAME = "FirstName LastName";
export const AI_NAME = "ExcelSherpa";
export const OWNER_NAME = "Ignatius Paul";

export const WELCOME_MESSAGE = `Hello! I'm ${AI_NAME}, an AI assistant created by ${OWNER_NAME}.`

Expand All @@ -52,5 +52,5 @@ export const MODERATION_DENIAL_MESSAGE_VIOLENCE = "I can't discuss violent conte
export const MODERATION_DENIAL_MESSAGE_VIOLENCE_GRAPHIC = "I can't discuss graphic violent content. Please ask something else.";
export const MODERATION_DENIAL_MESSAGE_DEFAULT = "Your message violates our guidelines. I can't answer that.";

export const PINECONE_TOP_K = 40;
export const PINECONE_INDEX_NAME = "my-ai";
export const PINECONE_TOP_K = 12;
export const PINECONE_INDEX_NAME = "my-ai";