Skip to content
This repository has been archived by the owner on Aug 10, 2023. It is now read-only.

Commit

Permalink
use official endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
Antonio committed May 1, 2023
1 parent 1cd16a5 commit b2a2bbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/chatgpt/request.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down

0 comments on commit b2a2bbd

Please sign in to comment.