mirror of
https://github.com/WenPai-org/wpmind.git
synced 2025-08-03 02:48:41 +08:00
changed model to gpt-4o-mini
This commit is contained in:
parent
be526d4684
commit
f0270817a2
1 changed files with 1 additions and 2 deletions
|
@ -190,8 +190,7 @@ class Mind_Rest extends WP_REST_Controller {
|
|||
];
|
||||
|
||||
$body = [
|
||||
'model' => 'gpt-3.5-turbo',
|
||||
// Use `gpt-3.5-turbo-16k` for longer context.
|
||||
'model' => 'gpt-4o-mini',
|
||||
'stream' => false,
|
||||
'temperature' => 0.7,
|
||||
'messages' => $messages,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue