Skip to content

Commit eeaeaa5

Browse files
authored
Merge pull request #46 from kghamilton89/DOCS---Update-withTemperature-Parameter
update docs to correct `setTemperature` parameter
2 parents a876e02 + f5642d6 commit eeaeaa5

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)