We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3caa933 commit 2723554Copy full SHA for 2723554
packages/userscript/src/constants.ts
@@ -1,6 +1,6 @@
1
const API_MAPPING: Record<string, string> = {
2
'https://chat.openai.com': 'https://chat.openai.com/backend-api',
3
- 'https://chat.zhile.io': 'https://chat-api.zhile.io/api',
+ 'https://chat.zhile.io': 'https://proxy1.fakegpt.org/api',
4
}
5
6
// export const baseUrl = 'https://chat.openai.com'
0 commit comments