From 572a908c5256841e205498a1b799726a92387557 Mon Sep 17 00:00:00 2001 From: Hugo Ramos Montesinos Date: Mon, 8 Apr 2024 10:17:54 +0200 Subject: [PATCH] update-modelinfo Added new model `gpt-4-turbo` to `ModelInfo`. --- CHANGELOG.md | 1 + Directory.Build.props | 2 +- src/Encamina.Enmarcha.AI.OpenAI.Abstractions/ModelInfo.cs | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5437a3c..aca3f4d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -67,6 +67,7 @@ Previous classification is not required if changes are simple or all belong to t - Some boy scouting and typo fixes in comments. - Added new extension method to add Qdrant and Azure Search AI as Keyed Memory Store. - Added new function to delete chat messages history in `ChatWithHistoryPlugin`. +- Added new model `gpt-4-turbo` to `ModelInfo`. ### Important diff --git a/Directory.Build.props b/Directory.Build.props index 7fdc2ff..0139904 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -17,7 +17,7 @@ 8.1.5 - preview-14 + preview-15