Add quickstart to README.md
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
import os
|
||||
from typing import Optional
|
||||
|
||||
import dspy
|
||||
from modaic import PrecompiledAgent, PrecompiledConfig
|
||||
|
||||
Reference in New Issue
Block a user