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:
@@ -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({
|
||||
|
||||
Reference in New Issue
Block a user