Revert "feat: add batches API with OpenAI compatibility (#3088)"

This reverts commit de692162af.
This commit is contained in:
Ashwin Bharambe 2025-08-14 10:05:42 -07:00 committed by GitHub
parent de692162af
commit 8ffb74ac8c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
26 changed files with 2 additions and 2707 deletions

View file

@ -64,12 +64,6 @@ class SessionNotFoundError(ValueError):
super().__init__(message)
class ConflictError(ValueError):
"""raised when an operation cannot be performed due to a conflict with the current state"""
pass
class ModelTypeError(TypeError):
"""raised when a model is present but not the correct type"""