【发布时间】:2022-07-27 16:40:09
【问题描述】:
我什么时候可以抑制警告,例如:
message='Request to OpenAI API' method=post path=https://api.openai.com/v1/engines/davinci/completions
当我在 python 中运行 OpenAI 时?
【问题讨论】:
-
这看起来像是您从 api 获得的响应,而不是您可以抑制的来自 python 的警告。