Skip to content

Commit f5642d6

Browse files
authored
update docs to correct setTemperature parameter
1 parent a876e02 commit f5642d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ $client = DeepSeekClient::build(apiKey:'your-api-key', baseUrl:'https://api.deep
9595
$response = $client
9696
->withModel(Models::CODER->value)
9797
->withStream()
98-
->withTemperature(1.2)
98+
->setTemperature(1.2)
9999
->run();
100100

101101
echo 'API Response:'.$response;

0 commit comments

Comments
 (0)