This commit is contained in:
kwaroran
2023-12-21 13:41:48 +09:00

View File

@@ -904,7 +904,7 @@ export async function requestChatDataMain(arg:requestDataArgument, model:'model'
} }
const url = new URL(db.textgenWebUIBlockingURL) const url = new URL(db.textgenWebUIBlockingURL)
url.pathname = "/v1/chat/completions" url.pathname = "/v1/completions"
const urlStr = url.toString() const urlStr = url.toString()
const OobaBodyTemplate = db.reverseProxyOobaArgs const OobaBodyTemplate = db.reverseProxyOobaArgs