mirror of
https://github.com/csunny/DB-GPT.git
synced 2025-09-10 13:29:35 +00:00
feat(model): Passing stop parameter to proxyllm (#2077)
This commit is contained in:
@@ -167,6 +167,9 @@ class ModelAPIServerParameters(BaseServerParameters):
|
||||
embedding_batch_size: Optional[int] = field(
|
||||
default=None, metadata={"help": "Embedding batch size"}
|
||||
)
|
||||
ignore_stop_exceeds_error: Optional[bool] = field(
|
||||
default=False, metadata={"help": "Ignore exceeds stop words error"}
|
||||
)
|
||||
|
||||
log_file: Optional[str] = field(
|
||||
default="dbgpt_model_apiserver.log",
|
||||
|
Reference in New Issue
Block a user