You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+29-32Lines changed: 29 additions & 32 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -170,46 +170,43 @@ test_completions_charglm()
170
170
171
171
### 异常处理
172
172
173
-
When the library is unable to connect to the API (for example, due to network connection problems or a timeout), a subclass of `openai.APIConnectionError` is raised.
174
-
175
-
When the API returns a non-success status code (that is, 4xx or 5xx
176
-
response), a subclass of `openai.APIStatusError` is raised, containing `status_code` and `response` properties.
0 commit comments