Skip to content

Commit

Permalink
nbs/index.qmd
Browse files Browse the repository at this point in the history
  • Loading branch information
jph00 committed Nov 17, 2024
1 parent 0d13225 commit 3ce4e77
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion llms_txt/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__version__ = "0.0.4"
__version__ = "0.0.5"
from .core import *
2 changes: 1 addition & 1 deletion nbs/index.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -110,5 +110,5 @@ To create effective `llms.txt` files, consider these guidelines: Use concise, cl

## Next steps

The `llms.txt` specification is open for community input. A [GitHub repository](https://github.com/AnswerDotAI/llms-txt) hosts [this informal overview](https://github.com/AnswerDotAI/llms-txt/blob/main/nbs/index.md), allowing for version control and public discussion. A community discord channel is available for sharing implementation experiences and discussing best practices.
The `llms.txt` specification is open for community input. A [GitHub repository](https://github.com/AnswerDotAI/llms-txt) hosts [this informal overview](https://github.com/AnswerDotAI/llms-txt/blob/main/nbs/index.md), allowing for version control and public discussion. A [community discord channel](https://discord.gg/aJPygMvPEN) is available for sharing implementation experiences and discussing best practices.

3 changes: 2 additions & 1 deletion settings.ini
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[DEFAULT]
repo = llms-txt
lib_name = llms-txt
version = 0.0.4
version = 0.0.5
min_python = 3.8
license = apache2
black_formatting = False
Expand Down Expand Up @@ -36,4 +36,5 @@ allowed_cell_metadata_keys =
jupyter_hooks = False
clean_ids = True
clear_all = False
skip_procs =

0 comments on commit 3ce4e77

Please sign in to comment.