Skip to content
Merged
Changes from 1 commit
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
8 changes: 5 additions & 3 deletions docs/semgrep-assistant/customize.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,15 +133,17 @@ To do so:

## Select your AI provider

By default, Semgrep Assistant uses OpenAI and AWS Bedrock with Semgrep's API keys. You can, however, opt to:
By default, Semgrep Assistant uses OpenAI and AWS Bedrock with Semgrep's API keys.

Semgrep evaluates available models from multiple providers and selects the best-performing one for each feature, based on the providers enabled for your organization. For optimal results, keep both OpenAI and AWS Bedrock enabled. Enabling additional model providers can further improve performance.
Comment thread
Sly1029 marked this conversation as resolved.
Outdated

You can opt to:

- Use OpenAI with your own API key
- Use Azure OpenAI
- Use Google Gemini.
- Use xAI.

Additionally, Semgrep Assistant supports the use of multiple AI models.

![Semgrep Assistant settings](/img/assistant-api-keys.png#md-width)
_**Figure**. Semgrep Assistant settings featuring the option to change the API provider._

Expand Down