OjciecTadeusz commited on
Commit
c851dfc
1 Parent(s): 7d9d497

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -13,7 +13,7 @@ class Item(BaseModel):
13
  system_prompt: str
14
  temperature: float = 0.01
15
  top_p: float = 1.0
16
- details: bool = True
17
  return_full_text: bool = False
18
  stream: bool = False
19
 
 
13
  system_prompt: str
14
  temperature: float = 0.01
15
  top_p: float = 1.0
16
+ details: bool = False
17
  return_full_text: bool = False
18
  stream: bool = False
19