Skip to content

Add open in LLM buttons #269

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion docs.json
Original file line number Diff line number Diff line change
Expand Up @@ -676,7 +676,9 @@
"contextual": {
"options": [
"copy",
"view"
"view",
"chatgpt",
"claude"
]
},
"styling": {
Expand Down
4 changes: 3 additions & 1 deletion llms/llms-overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@ To get an answer about Axiom from the documentation’s built-in AI assistant, p

To interpret individual pages of the documentation with an LLM, click <Icon icon="chevron-down" iconType="solid" /> in the top right, and then choose one of the following options:
- Copy the page in Markdown format and manually pass it to LLMs
- View the page in Markdown format and manually pass its URL to LLMs
- View the page in Markdown format
- Open the page in ChatGPT
- Open the page in Claude

## Interpret the full docs

Expand Down