Skip to content

Commit

Permalink
Update assistant.md (#292)
Browse files Browse the repository at this point in the history
Reduce images width to 500px
  • Loading branch information
david-ros authored Nov 16, 2023
1 parent 99e5323 commit 2ebdf6b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/kagi/ai/assistant.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Kagi Assistant is a product feature backed by Kagi Search and large language mod

Research assistant uses Kagi search and external sources like Wolfram Alpha, together with an AI model to answer your queries.

![Kagi Assistant - Research](./media/assistant_research.png){data-zoomable}
![Kagi Assistant - Research](./media/assistant_research.png){width=500px data-zoomable}

This mode is available in two variants:

Expand All @@ -21,7 +21,7 @@ This mode is available in two variants:

Code assistant is tuned for programming tasks and uses a powerful AI model for programming.

![Kagi Assistant - Code](./media/assistant_code.png){data-zoomable}
![Kagi Assistant - Code](./media/assistant_code.png){width=500px data-zoomable}

For Starter and Professional members this mode uses `gpt-3.5-turbo`, and for Ultimate members it uses `gpt-4`.

Expand All @@ -31,7 +31,7 @@ Access directly with the `!code` bang.

Chat assistant allows direct access to a variety of large language models for creative tasks.

![Kagi Assistant - Chat](./media/assistant_chat.png){data-zoomable}
![Kagi Assistant - Chat](./media/assistant_chat.png){width=500px data-zoomable}

This mode supports the following models:

Expand All @@ -51,7 +51,7 @@ Access directly with the `!chat` bang.

Custom assistant allows you to further customize one of the existing modes.

![Kagi Assistant - Custom](./media/assistant_custom.png){data-zoomable}
![Kagi Assistant - Custom](./media/assistant_custom.png){width=500px data-zoomable}

Select the base mode (and variant/model where applicable) and add your own custom instructions. Setup is detailed in the [Assistant settings help page](../settings/assistant.md#custom-assistant).

Expand Down

0 comments on commit 2ebdf6b

Please sign in to comment.