From 0cb4893fd05bdf9331fe2e353a4e273a27692b64 Mon Sep 17 00:00:00 2001 From: Sparklight Date: Fri, 3 Mar 2023 15:28:42 +0100 Subject: [PATCH] =?UTF-8?q?changement=20de=20mod=C3=A8le=20pour=20ChatGPT?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- SupportPC.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SupportPC.py b/SupportPC.py index c097c29..8f90b86 100644 --- a/SupportPC.py +++ b/SupportPC.py @@ -56,7 +56,7 @@ class MainWindow(QMainWindow): } json_data = { - "model": "text-davinci-002", + "model": "gpt-3.5-turbo", "prompt": user_message, "max_tokens": tokens, "temperature": temperature