refactor(prompts): update and refine UI design and content guidelines

Refine the UI design and content guidelines in the prompts to ensure consistency and professionalism. Add detailed instructions for animations, color schemes, typography, and layout.

Remove redundant console log in the LLM stream-text module.
This commit is contained in:
KevIsDev
2025-04-30 01:24:31 +01:00
parent 51762835d5
commit e6dae47ce4
3 changed files with 24 additions and 10 deletions

View File

@@ -155,7 +155,7 @@ ${props.summary}
logger.info(`Sending llm call to ${provider.name} with model ${modelDetails.name}`);
console.log(systemPrompt, processedMessages);
// console.log(systemPrompt, processedMessages);
return await _streamText({
model: provider.getModelInstance({