Fix some bugs (#101)

* fix whisper large model download url ref: #93

* remove default baseURL for openAI

* add log for conversation
This commit is contained in:
an-lee
2024-01-13 19:30:58 +08:00
committed by GitHub
parent befdc6744a
commit d6a4b24a1e
5 changed files with 7 additions and 6 deletions

View File

@@ -627,8 +627,6 @@ export const LLM_PROVIDERS: { [key: string]: any } = {
openai: {
name: "OpenAI",
description: t("youNeedToSetupApiKeyBeforeUsingOpenAI"),
baseUrl:
"https://gateway.ai.cloudflare.com/v1/11d43ab275eb7e1b271ba4089ecc3864/enjoy/openai",
models: [
"gpt-3.5-turbo-1106",
"gpt-3.5-turbo",