From 36c7f5f60b1d1c253475f8cde05d2ec1aa4db0df Mon Sep 17 00:00:00 2001 From: Huon Wilson Date: Thu, 1 Aug 2024 09:53:30 +1000 Subject: [PATCH] Use gpt-4o model --- copilot-chat-copilot.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/copilot-chat-copilot.el b/copilot-chat-copilot.el index 1ace47c..835674d 100644 --- a/copilot-chat-copilot.el +++ b/copilot-chat-copilot.el @@ -213,7 +213,7 @@ (json-encode `(("messages" . ,(vconcat messages)) ("top_p" . 1) - ("model" . "gpt-4") + ("model" . "gpt-4o-2024-05-13") ("stream" . t) ("n" . 1) ("intent" . t)