1
0

swap endpoint

This commit is contained in:
Antonio 2023-05-01 16:39:42 +08:00
parent 66e35b3c42
commit 1cd16a5d4a

View File

@ -67,7 +67,7 @@ func SendRequest(message typings.ChatGPTRequest, access_token string) (*http.Res
client.SetProxy(proxies[random_int(0, len(proxies)-1)])
}
apiUrl := "https://ai.fakeopen.com/api/conversation"
apiUrl := "https://bypass.churchless.tech/conversation"
if API_REVERSE_PROXY != "" {
apiUrl = API_REVERSE_PROXY
}