1
0

use official endpoint

This commit is contained in:
Antonio 2023-05-01 16:41:48 +08:00
parent 1cd16a5d4a
commit b2a2bbd856

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://bypass.churchless.tech/conversation"
apiUrl := "https://chat.openai.com/backend-api/conversation"
if API_REVERSE_PROXY != "" {
apiUrl = API_REVERSE_PROXY
}