Add initial project setup with environment variables, server logic, and memory handling

This commit is contained in:
ImBenji
2025-10-24 00:29:19 +01:00
parent d372632d87
commit f34513746c
2 changed files with 2 additions and 2 deletions

View File

@@ -61,7 +61,7 @@ async function extractMemories(controller, messages, doc, user: User, allTags, r
const response = await openai.chat.completions.create({
model: 'gpt-4.1',
temperature: 0.1,
max_completion_tokens: 50000,
max_completion_tokens: 32000,
messages: [
{ role: 'system', content: system_prompt },
...messages,

View File

@@ -28,7 +28,7 @@
• Use **bold** sparingly for emphasis on key words or phrases
• Use *italics* for subtle emphasis or inner thoughts
• Use simple bullet points (•) or numbered lists when listing things
• NEVER use em dashes (—) for parenthetical asides or lists
• NEVER use em dashes (—)
• NEVER use headings (##, ###) unless organizing a long technical response
• Use `code` only for actual code or technical terms
• Keep it natural and human, avoid the polished, structured AI writing style