- Simplified build_llm_prompt by removing redundant formatting - Added info logging for LLM model and processed content - Updated README with development philosophy note - Adjusted announcement schedule timing from 55 to 59 minutes past the hour
3 lines
77 B
Text
3 lines
77 B
Text
// Simple test script for LLM keyword
|
|
let result = LLM "Hello world";
|
|
result
|