Skip to content

Commit

Permalink
make javadoc plugin happier
Browse files Browse the repository at this point in the history
  • Loading branch information
stoerr committed Oct 1, 2024
1 parent fd2dbf9 commit 1e6759a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ public static GPTException buildException(Integer errorStatusCode, String result
}

/**
* <code><pre>
* <pre><code>
* {
* "error": {
* "message": "This model's maximum context length is 4097 tokens. However, you requested 4671 tokens (1203 in the messages, 3468 in the completion). Please reduce the length of the messages or completion.",
Expand All @@ -40,7 +40,7 @@ public static GPTException buildException(Integer errorStatusCode, String result
* "code": "context_length_exceeded"
* }
* }
* </pre></code>
* </code></pre>
*/
public static class GPTContextLengthExceededException extends GPTException {
public GPTContextLengthExceededException(String message) {
Expand Down

0 comments on commit 1e6759a

Please sign in to comment.