Skip to content

Commit 19782f1

Browse files
ethanndicksonibetitsmike
authored andcommitted
chore(site/src/pages/AISettingsPage): drop encoding comment
1 parent 0fce7d9 commit 19782f1

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

site/src/pages/AISettingsPage/ModelsPage/components/ChatModelPrincipalAutocomplete.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,6 @@ export const ChatModelPrincipalAutocomplete: FC<
4444

4545
const aclAvailableQuery = useQuery({
4646
...chatModelACLAvailable(organizationId, modelId, {
47-
// URLSearchParams in the API client handles encoding; pre-encoding
48-
// here would double-encode (e.g. "a b" becomes q=a%2520b).
4947
q: prepareQuery(inputValue),
5048
limit: 25,
5149
}),

0 commit comments

Comments
 (0)