Skip to content

Commit

Permalink
Set AI project
Browse files Browse the repository at this point in the history
  • Loading branch information
Meldiron committed Sep 6, 2023
1 parent b8ba4ac commit 0bca11d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/lib/commandCenter/panels/ai.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@
const { input, handleSubmit, completion, isLoading, complete, error } = useCompletion({
api: endpoint + '/console/assistant',
headers: {
'content-type': 'application/json'
'content-type': 'application/json',
'x-appwrite-project': 'console'
},
credentials: 'include'
});
Expand Down

0 comments on commit 0bca11d

Please sign in to comment.