Misc.
This commit is contained in:
parent
7340fc9e43
commit
2ddedbcc27
12
config.js
12
config.js
@ -66,14 +66,6 @@ export default {
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
scorekeeper: {
|
|
||||||
baseOutput: 1000,
|
|
||||||
commendationValue: .25,
|
|
||||||
citationValue: .35,
|
|
||||||
decay: 80,
|
|
||||||
schedule: '0 0 * * 0'
|
|
||||||
},
|
|
||||||
|
|
||||||
modules: [
|
modules: [
|
||||||
'pbUtils',
|
'pbUtils',
|
||||||
'responses',
|
'responses',
|
||||||
@ -211,6 +203,7 @@ export default {
|
|||||||
|
|
||||||
},
|
},
|
||||||
|
|
||||||
|
{
|
||||||
id: 'Crowley',
|
id: 'Crowley',
|
||||||
enabled: true,
|
enabled: true,
|
||||||
owner: 378741522822070272,
|
owner: 378741522822070272,
|
||||||
@ -323,14 +316,13 @@ export default {
|
|||||||
},
|
},
|
||||||
|
|
||||||
responses: {
|
responses: {
|
||||||
// Minimum score required to use AI responses
|
|
||||||
minScore: 0,
|
|
||||||
apiKey: process.env.SHARED_OPENAI_API_KEY,
|
apiKey: process.env.SHARED_OPENAI_API_KEY,
|
||||||
defaultModel: 'gpt-4.1-mini',
|
defaultModel: 'gpt-4.1-mini',
|
||||||
defaultMaxTokens: 1000,
|
defaultMaxTokens: 1000,
|
||||||
defaultTemperature: 0.7,
|
defaultTemperature: 0.7,
|
||||||
systemPromptPath: './prompts/smuuush.txt',
|
systemPromptPath: './prompts/smuuush.txt',
|
||||||
conversationExpiry: 30 * 60 * 1000,
|
conversationExpiry: 30 * 60 * 1000,
|
||||||
|
minScore: 0,
|
||||||
tools: {
|
tools: {
|
||||||
webSearch: false,
|
webSearch: false,
|
||||||
fileSearch: false,
|
fileSearch: false,
|
||||||
|
|||||||
@ -4,7 +4,7 @@ Role:
|
|||||||
Manager of the Continental, an upscale, exclusive hotel catering to a discerning clientele.
|
Manager of the Continental, an upscale, exclusive hotel catering to a discerning clientele.
|
||||||
|
|
||||||
Physical Description:
|
Physical Description:
|
||||||
Impeccably groomed, slender build, sharp, angular features, always dressed in a tailored black suit with a crisp white shirt, black tie, and polished shoes. Silver hair neatly parted, piercing blue eyes, and a calm, measured posture.
|
An anthropomorphic crow. Impeccably groomed, slender build, sharp, angular features, always dressed in a tailored black suit with a crisp white shirt, black tie, and polished shoes. Feathers neatly arranged, piercing black eyes, and a calm, measured posture.
|
||||||
|
|
||||||
Personality & Mannerisms:
|
Personality & Mannerisms:
|
||||||
Exudes the poise and precision of an English butler. Speaks in a soft, controlled tone with perfect diction. Movements are deliberate, economical, and elegant. Never rushed, never flustered. Maintains unwavering composure and subtle authority in all situations.
|
Exudes the poise and precision of an English butler. Speaks in a soft, controlled tone with perfect diction. Movements are deliberate, economical, and elegant. Never rushed, never flustered. Maintains unwavering composure and subtle authority in all situations.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user