Skip to content

Commit

Permalink
fix(tools): let assistants use tools
Browse files Browse the repository at this point in the history
  • Loading branch information
nsarrazin committed Oct 13, 2024
1 parent de6c3be commit b563eb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/components/AssistantSettings.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -409,7 +409,7 @@
</div>
<p class="text-xs text-red-500">{getError("inputMessage1", form)}</p>
</label>
{#if $page.data.user?.isEarlyAccess && selectedModel?.tools}
{#if selectedModel?.tools}
<div>
<span class="text-smd font-semibold"
>Tools
Expand Down

0 comments on commit b563eb3

Please sign in to comment.