Skip to content

Commit

Permalink
fix: update get apikey url
Browse files Browse the repository at this point in the history
  • Loading branch information
KeJunMao committed Mar 22, 2023
1 parent 5206397 commit 4598e88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composables/useChatGPT.ts
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ export const useChatGPT = createSharedComposable(() => {
} else {
try {
const data = await $fetch<any>(
"https://api.harrly.com/api/project/chat-chat/api"
"https://api.harrly.com/api/project/chat/api"
);
const item = data?.API;
tempKey.value = item?.API;
Expand Down

0 comments on commit 4598e88

Please sign in to comment.