Skip to content

Commit

Permalink
fix(homeview.vue): update ai endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
supersonictw committed Dec 30, 2024
1 parent 4230d6d commit 694b54c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/HomeView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ const askAi = (historyMessages, userPrompt) => {
return new Promise((resolve) => {
ky.post(aiApiUrl, {
headers: {
"authorization": `Bearer nýmphē`,
"authorization": `Bearer bsO9bXBoxJM=`,
},
json: {
"model": "gemini-1.5-flash",
Expand Down

0 comments on commit 694b54c

Please sign in to comment.