Skip to content

Commit 1135cd9

Browse files
author
qiayue
committed
切换为新的gpt-3.5-turbo-0613模型,响应速度会更快
1 parent 89c4ba7 commit 1135cd9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

class/Class.ChatGPT.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ public function qa($params){
5454
];
5555

5656
$json = json_encode([
57-
'model' => 'gpt-3.5-turbo',
57+
'model' => 'gpt-3.5-turbo-0613',
5858
'messages' => $messages,
5959
'temperature' => 0.6,
6060
'stream' => true,

0 commit comments

Comments
 (0)