fix: let user to define api path for chatgptweb

This commit is contained in:
ckt1031
2023-07-15 22:14:42 +08:00
parent f5f21dffd8
commit 5b8a826cf9
2 changed files with 0 additions and 3 deletions

View File

@@ -32,7 +32,6 @@ func testChannel(channel *model.Channel, request ChatRequest) error {
if channel.BaseURL != "" {
requestURL = channel.BaseURL
}
requestURL += "/api/chat-process"
} else {
if channel.BaseURL != "" {
requestURL = channel.BaseURL