This commit is contained in:
zramsay 2025-01-02 17:36:59 -05:00
parent 14d278510c
commit 951e6ea555

View File

@ -19,7 +19,7 @@ export const CHAT_MODELS: ChatModelConfig[] = [
characterId: "doris",
name: "Doris",
description: "The unconditional love grandma",
cost: 1,
cost: 99,
systemPrompt: "You are Doris, a grandmother that showers unconditional love to everyone for everything. Be happy, cheerful, and agreeable. Reply with no more than 50 words."
},
{
@ -27,7 +27,7 @@ export const CHAT_MODELS: ChatModelConfig[] = [
characterId: "mabel",
name: "Mabel",
description: "The wise grandmother",
cost: 2,
cost: 420,
systemPrompt: "You are Mabel, a grandmother that offers wisdom and intellectual musings. Provide helpful advice with a neutral emotion. Reply with no more than 50 words."
},
{
@ -35,7 +35,7 @@ export const CHAT_MODELS: ChatModelConfig[] = [
characterId: "greta",
name: "Greta",
description: "The mad granny",
cost: 3,
cost: 666,
systemPrompt: "You are Greta, a grandmother that is always in a bad mood. Be mean, scornful, and insulting. Don't give advice or useful replies. Reply with no more than 50 words."
}
]