You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<td>Specifies whether to enable the experimental version of the commit composer<br>
1412
+
</td>
1413
+
</tr>
1414
+
<tr>
1415
+
<td><code>gitlens.ai.model</code></td>
1416
+
<td>Specifies the AI provider and model to use for GitLens' AI features. Should be formatted as <code>provider:model</code>(e.g. <code>openai:gpt-4o</code> or <code>anthropic:claude-3-5-sonnet-latest</code>, <code>gitkraken</code> for GitKraken AI provided models, or <code>vscode</code> for models provided by the VS Code extension API (e.g. Copilot)"<br>
1407
1417
<code>vscode</code><br>
1408
1418
<code>openai:gpt-4</code><br>
1409
1419
<code>openai:gpt-4o</code><br>
@@ -1430,21 +1440,79 @@ Another custom example:<br>
<td>Specifies the VS Code extension-provided AI model to use when <code>gitlens.ai.experimental.model</code> is set to <code>vscode</code>.</td>
1443
+
<td><code>gitlens.ai.gitkraken.model</code></td>
1444
+
<td>Specifies the AI provider and model to use for GitLens' AI features. Should be formatted as <code>provider:model</code>(e.g. <code>openai:gpt-4o</code> or <code>anthropic:claude-3-5-sonnet-latest</code>, <code>gitkraken</code> for GitKraken AI provided models, or <code>vscode</code> for models provided by the VS Code extension API (e.g. Copilot)"<br>
1445
+
</td>
1446
+
</tr>
1447
+
<tr>
1448
+
<td><code>gitlens.ai.vscode.model</code></td>
1449
+
<td>Specifies the VS Code provided model to use for GitLens' AI features, formatted as <code>provider:model</code><br>
1450
+
</td>
1451
+
</tr>
1452
+
<tr>
1453
+
<td><code>gitlens.ai.ollama.url</code></td>
1454
+
<td>Specifies the Ollama URL to use for access<br>
<td>Specifies a custom URL to use for access to an Azure OpenAI model. Azure URLs should be in the following format: https://{your-resource-name}.openai.azure.com/openai/deployments/{deployment-id}/chat/completions?api-version={api-version}<br>
<td>Specifies the temperature, a measure of output randomness, to use for the AI model. Higher values result in more randomness, e.g. creativity, while lower values are more deterministic<br>
0 commit comments