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

Make images zoomable #291

Merged
merged 2 commits into from
Nov 16, 2023
Merged
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
10 changes: 5 additions & 5 deletions docs/kagi/ai/ask-questions.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,24 +9,24 @@ There are two ways to ask questions about a document:

Kagi offers the unique ability to Ask Questions about Document for pages that are returned in your search results. This options brings up an interactive chat window where you can ask further questions and Kagi AI will use the document to produce quick and meaningful answers. This option is easily accessible by expanding the options next to a specific web page in the result set.

![Discuss Document](media/discuss_document.png)
![Discuss Document](media/discuss_document.png){data-zoomable}

Once selected a new window will be opened where you can interact via chat with the desired document.

![Discuss Window](media/discuss_window.png)
![Discuss Window](media/discuss_window.png){data-zoomable}

Then you can ask any question you like!

![Document Discussion](media/document_discussion.png)
![Document Discussion](media/document_discussion.png){data-zoomable}

You can even ask questions in a different language!

![Document Discussion Spanish](media/discuss_document_spanish.png)
![Document Discussion Spanish](media/discuss_document_spanish.png){data-zoomable}

You can close out the discussion by selecting the X in the upper right hand of the window.

## Discuss landing page

There's <https://kagi.com/discussdoc> where you can enter the URL of any page that you want to discuss.

![Discuss landing page](media/discuss_landing_page.png)
![Discuss landing page](media/discuss_landing_page.png){data-zoomable}
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.

<img src="./media/assistant_research.png" width="500" alt="Kagi Assistant - Research"><br />
![Kagi Assistant - Research](./media/assistant_research.png){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.

<img src="./media/assistant_code.png" width="500" alt="Kagi Assistant - Code"><br />
![Kagi Assistant - Code](./media/assistant_code.png){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.

<img src="./media/assistant_chat.png" width="500" alt="Kagi Assistant - Chat"><br />
![Kagi Assistant - Chat](./media/assistant_chat.png){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.

<img src="./media/assistant_custom.png" width="500" alt="Kagi Assistant - Custom"><br />
![Kagi Assistant - Custom](./media/assistant_custom.png){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