botserver/test_llm.rhai
Rodrigo Rodriguez (Pragmatismo) cc741b378e feat: simplify LLM prompt and add debug logging
- 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
2025-11-05 14:15:12 -03:00

3 lines
77 B
Text

// Simple test script for LLM keyword
let result = LLM "Hello world";
result