Skip to content

Commit d645985

Browse files
committed
update doc
1 parent 05e4331 commit d645985

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README-AR.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ echo 'API Response:'.$response;
111111
// مع القيم الافتراضية للـ baseUrl و timeout
112112
$client = DeepSeekClient::build('your-api-key', clientType:'symfony')
113113
// مع التخصيص
114-
$client = DeepSeekClient::build(apiKey:'your-api-key', baseUrl:'https://api.deepseek.com/v3', timeout:30, 'symfony');
114+
$client = DeepSeekClient::build(apiKey:'your-api-key', baseUrl:'https://api.deepseek.com/v3', timeout:30, clientType:'symfony');
115115

116116
$client->query('Explain quantum computing in simple terms')
117117
->run();

README-CN.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ ex with symfony:
109109
// with defaults baseUrl and timeout
110110
$client = DeepSeekClient::build('your-api-key', clientType:'symfony')
111111
// with customization
112-
$client = DeepSeekClient::build(apiKey:'your-api-key', baseUrl:'https://api.deepseek.com/v3', timeout:30, 'symfony');
112+
$client = DeepSeekClient::build(apiKey:'your-api-key', baseUrl:'https://api.deepseek.com/v3', timeout:30, clientType:'symfony');
113113

114114
$client->query('Explain quantum computing in simple terms')
115115
->run();

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ ex with symfony:
110110
// with defaults baseUrl and timeout
111111
$client = DeepSeekClient::build('your-api-key', clientType:'symfony')
112112
// with customization
113-
$client = DeepSeekClient::build(apiKey:'your-api-key', baseUrl:'https://api.deepseek.com/v3', timeout:30, 'symfony');
113+
$client = DeepSeekClient::build(apiKey:'your-api-key', baseUrl:'https://api.deepseek.com/v3', timeout:30, clientType:'symfony');
114114

115115
$client->query('Explain quantum computing in simple terms')
116116
->run();

0 commit comments

Comments
 (0)