Plugin: AI Helper: Update ChatGPT model to 4o

pull/5610/head
Yannick Warnier 1 year ago
parent 72445b394c
commit d7e828b70c
  1. 2
      plugin/ai_helper/src/openai/OpenAi.php

@ -5,7 +5,7 @@ require_once 'OpenAiUrl.php';
class OpenAi
{
private $model = "gpt-3.5-turbo-instruct"; // See https://platform.openai.com/docs/models for possible models
private $model = "gpt-4o"; // See https://platform.openai.com/docs/models for possible models
private $headers;
private $contentTypes;
private $timeout = 0;

Loading…
Cancel
Save