Skip to content

Commit ab9007e

Browse files
Update workers-ai-errors.mdx
monospace
1 parent 81b3d94 commit ab9007e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/workers-ai/workers-ai-errors.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Below is a list of Workers AI errors.
1717
| AccountNotAllowedForPrivateModel | `3041` | `403` | The account is not allowed to access this model |
1818
| Deprecated SDK version | `5019` | `405` | Request trying to use deprecated SDK version |
1919
| LoRa Unsupported | `5005` | `405` | The model `${this.model}` does not support LoRa inference |
20-
| InvalidModelId | `3042` | `404¨ | The model name is invalid |
20+
| InvalidModelId | `3042` | `404` | The model name is invalid |
2121
| RequestTooLarge | `3006` | `413` | Request is too large |
2222
| Timeout | `3007` | `408` | Request timeout |
2323
| Aborted | `3008` | `408` | Request was aborted |

0 commit comments

Comments
 (0)