mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-17 20:49:48 +00:00
remove unused CreateBatchRequest, update completion_window to be literal "24h"
This commit is contained in:
parent
95a3ecdffc
commit
44263ce954
4 changed files with 7 additions and 18 deletions
|
|
@ -4,6 +4,6 @@
|
|||
# This source code is licensed under the terms described in the LICENSE file in
|
||||
# the root directory of this source tree.
|
||||
|
||||
from .batches import Batches, BatchObject, CreateBatchRequest, ListBatchesResponse
|
||||
from .batches import Batches, BatchObject, ListBatchesResponse
|
||||
|
||||
__all__ = ["Batches", "BatchObject", "CreateBatchRequest", "ListBatchesResponse"]
|
||||
__all__ = ["Batches", "BatchObject", "ListBatchesResponse"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue