We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59663e0 commit 63c5062Copy full SHA for 63c5062
1 file changed
src/utils/aidFn.js
@@ -331,7 +331,7 @@ export const getRandomId = () => {
331
// https://github.com/mpetazzoni/sse.js
332
// https://nodejs.org/api/http.html#httprequesturl-options-callback
333
export const oneApiChat = (chatList, token, signal) =>
334
- fetch('https://api.openai.com/v1/chat/completions', {
+ fetch('https://api.zhizengzeng.com/v1/chat/completions', {
335
method: 'POST',
336
signal,
337
headers: {
0 commit comments