Skip to content

Commit

Permalink
feat: Better description of Base URL
Browse files Browse the repository at this point in the history
  • Loading branch information
sunner committed Jun 30, 2023
1 parent ce1dac1 commit 6cff545
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/i18n/locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -113,8 +113,8 @@
},
"openaiApi": {
"name": "OpenAI API",
"alterUrl": "Alternate API URL",
"alterUrlPrompt": "If you are using a custom API URL, you can enter it here",
"alterUrl": "Alternate Base URL",
"alterUrlPrompt": "Base URL path for API requests, leave blank if not using a proxy or service emulator",
"gpt-35-turbo": "gpt-3.5-turbo",
"gpt-35-turbo-16k": "gpt-3.5-turbo-16k",
"gpt-4": "gpt-4",
Expand Down
4 changes: 2 additions & 2 deletions src/i18n/locales/zh.json
Original file line number Diff line number Diff line change
Expand Up @@ -113,8 +113,8 @@
},
"openaiApi": {
"name": "OpenAI API",
"alterUrl": "自定义 API URL",
"alterUrlPrompt": "如果你使用非官方的 OpenAI API URL,可以在这里输入",
"alterUrl": "自定义基础 URL",
"alterUrlPrompt": "API 请求的基础 URL 路径。如果没有使用代理或服务模拟器,就留空",
"gpt-35-turbo": "gpt-3.5-turbo",
"gpt-35-turbo-16k": "gpt-3.5-turbo-16k",
"gpt-4": "gpt-4",
Expand Down

1 comment on commit 6cff545

@vercel
Copy link

@vercel vercel bot commented on 6cff545 Jun 30, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

chatall – ./

chatall-git-main-sunner.vercel.app
chatall-sunner.vercel.app
chatall-llm.vercel.app

Please sign in to comment.