Skip to content

Commit

Permalink
Merge pull request #11 from deepseek-php/change-default-model-to-r2
Browse files Browse the repository at this point in the history
change default model to R2
  • Loading branch information
omaralalwi authored Jan 24, 2025
2 parents b245dc8 + 7e2a0ae commit c46ac6a
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 2 deletions.
18 changes: 18 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,24 @@ Thanks to these wonderful people for contributing to this project! 💖
<br />
🏆 Contributer
</td>
<td align="center">
<a href="https://github.com/moassaad">
<img src="https://avatars.githubusercontent.com/u/155223476?v=4" width="50px;" alt="Mohammad Asaad"/>
<br />
<sub><b>Mohammad Asaad</b></sub>
</a>
<br />
🏆 Contributer
</td>
<td align="center">
<a href="https://github.com/OpadaAlzaiede">
<img src="https://avatars.githubusercontent.com/u/48367429?v=4" width="50px;" alt="Opada Alzaiede"/>
<br />
<sub><b>Opada Alzaiede</b></sub>
</a>
<br />
🏆 Contributer
</td>
<!-- Contributors -->
</tr>
</table>
Expand Down
4 changes: 3 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
"deepseek",
"deepseek-php-client",
"deepseek-api",
"DeepSeek-R1",
"DeepSeek-R1-Zero",
"php-deepseek",
"deepseek-coder",
"deepseek-chat",
Expand Down Expand Up @@ -59,7 +61,7 @@
"role": "creator"
}
],
"version": "1.0.1",
"version": "1.0.2",
"require": {
"php": "^8.1.0",
"php-http/discovery": "^1.20.0",
Expand Down
2 changes: 1 addition & 1 deletion src/Enums/Configs/DefaultConfigs.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
enum DefaultConfigs: string
{
case BASE_URL = 'https://api.deepseek.com/v3';
case MODEL = 'deepseek-chat';
case MODEL = 'DeepSeek-R1';
case TIMEOUT = '30';
case STREAM = 'false';
}

0 comments on commit c46ac6a

Please sign in to comment.