!使用第三方api注意!
#1605
Replies: 1 comment
-
感谢分享。我认为最好在应用层面兼容下,这样才能防止未来更多人输入时的错误。下个版本会包括这个更新。 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
当你使用第三方openai api时,请不要在API域名后添加“/”
例如:https://api.example.com
请不要填写 https://api.example.com/
请不要在api域名后添加斜杠( / )
这将导致返回word count: 0 (消耗你的token并返回空对话内容)
(仅供参考)
Beta Was this translation helpful? Give feedback.
All reactions