diff --git a/tag-notes.py b/tag-notes.py index 9949da6..996503f 100755 --- a/tag-notes.py +++ b/tag-notes.py @@ -138,7 +138,7 @@ def process_note(file_path, taxonomy): return # Call LLM - llm_response = call_llm(None, body[:2000], taxonomy) # Limit content to first 2000 chars + llm_response = call_llm(None, body[:20000], taxonomy) # Limit content to first 20000 chars if not llm_response: print(f" ✗ Failed to get LLM response")