mirror of
https://github.com/ParisNeo/lollms.git
synced 2025-01-20 03:36:30 +00:00
fix
This commit is contained in:
parent
2109879600
commit
c7adcde813
@ -92,7 +92,7 @@ def get_generation_status():
|
||||
class LollmsGenerateRequest(BaseModel):
|
||||
text: str
|
||||
model_name: Optional[str] = None
|
||||
personality: Optional[int] = None
|
||||
personality: Optional[int] = -1
|
||||
n_predict: Optional[int] = 1024
|
||||
stream: bool = False
|
||||
temperature: float = 0.1
|
||||
|
Loading…
Reference in New Issue
Block a user