fix top_p float bug
This commit is contained in:
parent
4a7c1c49e8
commit
4a758564e4
@ -55,7 +55,7 @@ class ChatRequest(BaseModel):
|
||||
model: str
|
||||
messages: list
|
||||
temperature: float = 0.7
|
||||
top_p: int = 0.92
|
||||
top_p: float = 0.92
|
||||
max_tokens: int = 8192
|
||||
stream: bool = False
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user