diff --git a/src/lib/commandCenter/panels/ai.svelte b/src/lib/commandCenter/panels/ai.svelte index 1c589e138..20425fe9a 100644 --- a/src/lib/commandCenter/panels/ai.svelte +++ b/src/lib/commandCenter/panels/ai.svelte @@ -15,7 +15,6 @@ const { input, handleSubmit, completion, isLoading, complete, error } = useCompletion({ api: endpoint + '/console/assistant', headers: { - 'content-type': 'application/json', 'x-appwrite-project': 'console' }, credentials: 'include' diff --git a/src/lib/components/fakeModal.svelte b/src/lib/components/fakeModal.svelte index 34dc2ea6b..4daec9409 100644 --- a/src/lib/components/fakeModal.svelte +++ b/src/lib/components/fakeModal.svelte @@ -67,11 +67,11 @@ on:click={handleBLur} bind:this={backdrop}>