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

Open
wants to merge 7 commits into
base: main
Choose a base branch
from
Open
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
30 changes: 23 additions & 7 deletions docs/kagi/ai/assistant.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ The Assistant by Kagi combines top large language models (LLM) with optional res

## Privacy

When you use the Assistant by Kagi, your data is never used to train AI models, and no account information is shared with the LLM providers. By default, threads expire after 24 hours of inactivity. This behavior can be adjusted in the [settings](https://kagi.com/settings/?p=assistant).
When you use the Assistant by Kagi, your data is never used to train AI models (not by us or by the LLM providers), and no account information is shared with the LLM providers. By default, threads expire after 24 hours of inactivity. This behavior can be adjusted in the [settings](https://kagi.com/settings/?p=assistant).

## Using the Assistant

Expand All @@ -55,7 +55,7 @@ By default threads are kept for 24 hours after the last message.
If keeping threads alive permanently better fits your workflow, you can adjust this setting in [Assistant Settings](https://kagi.com/settings/?p=assistant).
Please note that the thread saving setting is applied **when the thread is created**.

Threads can be renamed, added to Quick Access, shared, deleted, and downloaded via the `⋮` button which is displayed when you hover over the thread.
Threads can be renamed, added to Quick Access, shared, deleted, and downloaded via the `⋮` button which is displayed when you hover over the thread. When you download a thread, it is saved as a `.txt` file containing only the most recent path, which is the sequence of messages from your latest interaction in that thread. This path reflects the latest direction the conversation took based on your inputs.

The Quick Access feature can be used to better organize your threads but it will not influence the thread saving setting.
In other words, threads added to Quick Access will also be deleted after 24 hours, unless you have chosen otherwise in the settings.
Expand Down Expand Up @@ -111,7 +111,9 @@ You can, for instance, instruct the Assistant to be more succinct or to consider
You can create Custom Assistants in the [Assistant Settings](https://kagi.com/settings?p=assistant).
It is possible to customize the LLM, settings (the use of web access, lenses, and personalized results), and the instructions for each Custom Assistant.

The Assistant comes with a **Code** Custom Assistant that is optimized for programming tasks. It uses Claude 3.5 Sonnet and has web access.
The Assistant comes with a built-in **Code** Custom Assistant that is optimized for programming tasks. It uses Claude 3.5 Sonnet and has web access.

For more details, refer to the [Custom Assistants](./custom-assistants.md) page.

## Keyboard Shortcuts {#keyboard-shortcuts}

Expand Down Expand Up @@ -142,9 +144,9 @@ The following keyboard shortcuts are available in the Assistant by Kagi on Mac a
The Assistant provides access to the following LLMs:

- Anthropic
- Claude 3 Haiku
- Claude 3.5 Sonnet
- Claude 3 Opus
- Claude 3 Haiku
- OpenAI
- GPT 4o
- GPT 4o Mini
Expand All @@ -154,16 +156,30 @@ The Assistant provides access to the following LLMs:
- Google
- Gemini 1.5 Pro
- Meta
- Llama 3.3 70B
- Llama 3.1 405B
- Qwen
- Qwen QwQ 32b

For our platform, Llama and Qwen models are hosted by Fireworks.ai. The other models are accessed through APIs provided by their respective companies.

In either case, none of these the data you submit is contractually allowed to be used for training purposes.

You can learn more about how these models compare in the [Kagi LLM Benchmarking Project](./llm-benchmark.md) page.

## 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):

- `!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 built-in **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.

You can also access the **Code** Custom Assistant with the `!code` bang.
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
97 changes: 0 additions & 97 deletions docs/kagi/ai/assistant_v1.md

This file was deleted.