OAI: Remove unused parameters
Seed and low_mem aren't used, so comment them out. Signed-off-by: kingbri <bdashore3@proton.me>
This commit is contained in:
parent
59729e2a4a
commit
ed868fd262
2 changed files with 2 additions and 2 deletions
|
|
@ -28,7 +28,7 @@ class CommonCompletionRequest(BaseModel):
|
|||
user: Optional[str] = None
|
||||
|
||||
# Generation info
|
||||
seed: Optional[int] = -1
|
||||
# seed: Optional[int] = -1
|
||||
stream: Optional[bool] = False
|
||||
stop: Optional[Union[str, List[str]]] = []
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue