mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-11-16 22:13:47 +08:00
chore: ts error
This commit is contained in:
@@ -198,7 +198,7 @@ export class ChatGPTApi implements LLMApi {
|
|||||||
options.onController?.(controller);
|
options.onController?.(controller);
|
||||||
|
|
||||||
try {
|
try {
|
||||||
const path = this.path(OpenaiPath.TranscriptionPath, options.model);
|
const path = this.path(OpenaiPath.TranscriptionPath);
|
||||||
const headers = getHeaders(true);
|
const headers = getHeaders(true);
|
||||||
const payload = {
|
const payload = {
|
||||||
method: "POST",
|
method: "POST",
|
||||||
|
|||||||
Reference in New Issue
Block a user