Skip to content

Commit

Permalink
Update assistant.md
Browse files Browse the repository at this point in the history
  • Loading branch information
vprelovac authored Oct 11, 2023
1 parent 436173a commit d641e90
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/kagi/ai/assistant.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,16 @@ Research assistant uses Kagi search and external sources like Wolfram Alpha, tog

This mode is available in two variants:

- Fast: Kagi search coupled with a fast AI model. Optimized for speed, while not sacrificing quality. Access directly with the `!fast` bang.
- Expert: Multiple Kagi searches (and external services) together with the best available AI model for the highest accuracy and comprehensive responses. Access directly with the `!expert` bang.
- Fast: Kagi search coupled with a fast AI model (claude-instant). Optimized for speed, while not sacrificing quality. Access directly with the `!fast` bang.
- Expert: Multiple Kagi searches (and external services) together with the best available AI model (claude-2) for the highest accuracy and comprehensive responses. Access directly with the `!expert` bang.

### Code

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 />

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

Access directly with the `!code` bang.

Expand Down

0 comments on commit d641e90

Please sign in to comment.