AnswerDotAI / llms-txt

The /llms.txt file, helping language models use your website
http://llmstxt.org/
Apache License 2.0
222 stars 17 forks source link

allow saving of file into directory and clean up the code #9

Closed hamelsmu closed 2 months ago

hamelsmu commented 2 months ago

This PR does the following:

  1. Cleans up the code by using get_config
  2. Allows you to save the file into the right nbdev directory based upon the settings.ini file.

This PR is tightly coupled to https://github.com/fastai/fastcore/pull/624

jph00 commented 2 months ago

Much better! :D