diff --git a/config.ts b/config.ts index e8b008f..415d38d 100644 --- a/config.ts +++ b/config.ts @@ -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}.` @@ -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"; \ No newline at end of file +export const PINECONE_TOP_K = 12; +export const PINECONE_INDEX_NAME = "my-ai";