Skip to content

Commit 2723554

Browse files
committed
fix: update zhile.io API to fakegpt
#143
1 parent 3caa933 commit 2723554

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/userscript/src/constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
const API_MAPPING: Record<string, string> = {
22
'https://chat.openai.com': 'https://chat.openai.com/backend-api',
3-
'https://chat.zhile.io': 'https://chat-api.zhile.io/api',
3+
'https://chat.zhile.io': 'https://proxy1.fakegpt.org/api',
44
}
55

66
// export const baseUrl = 'https://chat.openai.com'

0 commit comments

Comments
 (0)