We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 43365f4 + b00b4b4 commit 0cbf9e9Copy full SHA for 0cbf9e9
src/lib/commandCenter/panels/ai.svelte
@@ -15,7 +15,6 @@
15
const { input, handleSubmit, completion, isLoading, complete, error } = useCompletion({
16
api: endpoint + '/console/assistant',
17
headers: {
18
- 'content-type': 'application/json',
19
'x-appwrite-project': 'console'
20
},
21
credentials: 'include'
0 commit comments