mirror of
https://github.com/ikechan8370/chatgpt-plugin.git
synced 2025-12-16 05:17:10 +00:00
feat: support openai api baseurl
This commit is contained in:
parent
17fb123e3b
commit
f84663e2a9
4 changed files with 11 additions and 1 deletions
|
|
@ -36,6 +36,8 @@ export default {
|
|||
// 以下为API方式(默认)的配置 *
|
||||
// ***********************************************************************************************************************************
|
||||
apiKey: API_KEY,
|
||||
// 如果有openai api的加速反代可以写
|
||||
openAiBaseUrl: '',
|
||||
// 模型名称,选填。如无特殊需求保持默认即可,会使用chatgpt-api库提供的当前可用的最适合的默认值。保底可用的是 text-davinci-003。当发现新的可用的chatGPT模型会更新这里的值
|
||||
// 20230211: text-chat-davinci-002-sh-alpha-aoruigiofdj83 中午存活了几分钟
|
||||
// model: '',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue