File tree Expand file tree Collapse file tree 3 files changed +22
-2
lines changed Expand file tree Collapse file tree 3 files changed +22
-2
lines changed Original file line number Diff line number Diff line change @@ -117,6 +117,24 @@ Thanks to these wonderful people for contributing to this project! 💖
117
117
<br />
118
118
🏆 Contributer
119
119
</td>
120
+ <td align="center">
121
+ <a href="https://github.com/moassaad">
122
+ <img src="https://avatars.githubusercontent.com/u/155223476?v=4" width="50px;" alt="Mohammad Asaad"/>
123
+ <br />
124
+ <sub><b>Mohammad Asaad</b></sub>
125
+ </a>
126
+ <br />
127
+ 🏆 Contributer
128
+ </td>
129
+ <td align="center">
130
+ <a href="https://github.com/OpadaAlzaiede">
131
+ <img src="https://avatars.githubusercontent.com/u/48367429?v=4" width="50px;" alt="Opada Alzaiede"/>
132
+ <br />
133
+ <sub><b>Opada Alzaiede</b></sub>
134
+ </a>
135
+ <br />
136
+ 🏆 Contributer
137
+ </td>
120
138
<!-- Contributors -->
121
139
</tr >
122
140
</table >
Original file line number Diff line number Diff line change 5
5
" deepseek" ,
6
6
" deepseek-php-client" ,
7
7
" deepseek-api" ,
8
+ " DeepSeek-R1" ,
9
+ " DeepSeek-R1-Zero" ,
8
10
" php-deepseek" ,
9
11
" deepseek-coder" ,
10
12
" deepseek-chat" ,
59
61
"role" : " creator"
60
62
}
61
63
],
62
- "version" : " 1.0.1 " ,
64
+ "version" : " 1.0.2 " ,
63
65
"require" : {
64
66
"php" : " ^8.1.0" ,
65
67
"php-http/discovery" : " ^1.20.0" ,
Original file line number Diff line number Diff line change 5
5
enum DefaultConfigs: string
6
6
{
7
7
case BASE_URL = 'https://api.deepseek.com/v3 ' ;
8
- case MODEL = 'deepseek-chat ' ;
8
+ case MODEL = 'DeepSeek-R1 ' ;
9
9
case TIMEOUT = '30 ' ;
10
10
case STREAM = 'false ' ;
11
11
}
You can’t perform that action at this time.
0 commit comments