Skip to content

Commit

Permalink
Hide websearch on assistants (#759)
Browse files Browse the repository at this point in the history
* Hide websearch on assistants

* better way to do it
  • Loading branch information
nsarrazin authored Feb 1, 2024
1 parent 1f50904 commit 15ecf06
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/routes/conversation/[id]/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -393,4 +393,5 @@
on:stop={() => (($isAborted = true), (loading = false))}
models={data.models}
currentModel={findCurrentModel([...data.models, ...data.oldModels], data.model)}
assistant={data.assistant}
/>

0 comments on commit 15ecf06

Please sign in to comment.