File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 5959 "role" : " creator"
6060 }
6161 ],
62- "version" : " 1.0.2" ,
62+ "version" : " 1.0.2.1 " ,
6363 "require" : {
6464 "php" : " ^8.1.0" ,
6565 "php-http/discovery" : " ^1.20.0" ,
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ class DeepseekClient implements DeepseekClientContract
4343 */
4444 protected bool $ stream ;
4545
46- protected int $ temperature ;
46+ protected float $ temperature ;
4747
4848 /**
4949 * Initialize the DeepseekClient with a PSR-compliant HTTP client.
@@ -126,7 +126,7 @@ public function withStream(bool $stream = true): self
126126 return $ this ;
127127 }
128128
129- public function setTemperature (int $ temperature ): self
129+ public function setTemperature (float $ temperature ): self
130130 {
131131 $ this ->temperature = $ temperature ;
132132 return $ this ;
You can’t perform that action at this time.
0 commit comments