Skip to content
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

Various improvements to the assitant help page #625

Merged
merged 9 commits into from
Dec 16, 2024
Prev Previous commit
Next Next commit
Rewrite of Bangs section to make it clear that Chat is without internet
  • Loading branch information
Thibault Molleman committed Dec 10, 2024
commit a34969ee5e19ad0bb2fe3cbe220ed802849e0d4e
13 changes: 10 additions & 3 deletions docs/kagi/ai/assistant.md
Original file line number Diff line number Diff line change
Expand Up @@ -160,10 +160,17 @@ You can learn more about how these models compare in the [Kagi LLM Benchmarking

## Bangs

You can quickly access Assistant from Kagi Search by using the following [bangs](../features/bangs.md):
`!ai`, `!chat`, `!assistant` , `!llm`, `!asst`, `!as`, `!expert` and `!fast`
You can quickly access the Kagi Assistant from Kagi Search using the following [bangs](../features/bangs.md):

You can also access the **Code** Custom Assistant with the `!code` bang.
- `!ai`, `!as`, `!assistant`, `!research`, `!answer`, `!discuss`, `!expert`, `!llm`, `!custom`, and `!asst`: These bangs direct you to the general Kagi Assistant interface for various types of queries.

- `!chat`: This bang accesses the Kagi Assistant with internet access turned off.

- `!code`: Use this bang to access the **Code** Custom Assistant, which is tailored for coding-related queries.

- `!ki`: This bang accesses the Kagi Assistant with the Ki profile, providing a specialized interaction.

Each bang is designed to optimize your search experience by directing you to the most appropriate version of the Kagi Assistant for your needs.

## URL Parameters

Expand Down