Skip to content

Commit 891c2f0

Browse files
docs: remove unnecessary catch clauses in readme (#238)
1 parent 24de906 commit 891c2f0

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

README.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -180,9 +180,6 @@ try (StreamResponse<ChatCompletionChunk> streamResponse = client.chat().completi
180180
System.out.println(chunk);
181181
});
182182
System.out.println("No more chunks!");
183-
} catch (Exception e) {
184-
System.out.println("Something went wrong!");
185-
throw new RuntimeException(e);
186183
}
187184
```
188185

0 commit comments

Comments
 (0)