diff --git a/README.md b/README.md index bdd289c..f877857 100644 Binary files a/README.md and b/README.md differ diff --git a/compile.py b/compile.py index 181e03a..ec94be7 100644 --- a/compile.py +++ b/compile.py @@ -7,7 +7,9 @@ llms_txt_generator = RepositoryAnalyzer( def main(): try: - llms_txt_generator.push_to_hub("johwang/llms-txt-generator", with_code=True) + + llms_txt_generator.push_to_hub("johwang/llms-txt-generator", with_code=True, commit_message="Add quickstart to README.md") + except Exception as e: print(f"Error: {e}", file=sys.stderr) diff --git a/src/analyzer.py b/src/analyzer.py index 530e15c..ba5c56f 100644 --- a/src/analyzer.py +++ b/src/analyzer.py @@ -1,5 +1,4 @@ import os -from typing import Optional import dspy from modaic import PrecompiledAgent, PrecompiledConfig