Skip to content

Commit 0cbf9e9

Browse files
authored
Merge pull request #689 from appwrite/fix-assistant
Fix Assistant API error
2 parents 43365f4 + b00b4b4 commit 0cbf9e9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/lib/commandCenter/panels/ai.svelte

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
const { input, handleSubmit, completion, isLoading, complete, error } = useCompletion({
1616
api: endpoint + '/console/assistant',
1717
headers: {
18-
'content-type': 'application/json',
1918
'x-appwrite-project': 'console'
2019
},
2120
credentials: 'include'

0 commit comments

Comments
 (0)