Skip to content

Commit

Permalink
update name and fix sections on site
Browse files Browse the repository at this point in the history
  • Loading branch information
ncoop57 committed Sep 4, 2024
1 parent 2fd8be5 commit 52e973c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nbs/domains.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# llms.txt Guidelines
# llms.txt in Different Domains

This page has some guidelines and suggestions for how different domains could utilize `llms.txt` to allow LLMs to better interface with their site if they so choose.

Remember, when constructing your `llms.txt` you should "use concise, clear language. When linking to resources, include brief, informative descriptions. Avoid ambiguous terms or unexplained jargon." Additionally, the best way to determine if your `llms.txt` works well with LLMs is to test it with them! Here is a minimal way to test Anthropic's Claude against your `llms.txt`:

```python filename='test_llms_txt.py`
```python
# /// script
# requires-python = ">=3.8"
# dependencies = [
Expand Down
2 changes: 2 additions & 0 deletions nbs/sidebar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,7 @@ website:
- section: Editors and IDEs
contents:
- ed.md
- section: Guidlines
contents:
- domains.md

0 comments on commit 52e973c

Please sign in to comment.