From 7a93c16c8f2bfe80defc63be1c7431d518788178 Mon Sep 17 00:00:00 2001
From: Marco Minerva <marco.minerva@gmail.com>
Date: Wed, 6 Nov 2024 10:55:06 +0100
Subject: [PATCH] Fix grammar in comment for MaxCompletionTokens property

Corrected the grammar in a comment from "supports" to "support" for the o1 series models in the configuration file.
---
 samples/ChatGptApi/appsettings.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/samples/ChatGptApi/appsettings.json b/samples/ChatGptApi/appsettings.json
index 7446548..1eb14c6 100644
--- a/samples/ChatGptApi/appsettings.json
+++ b/samples/ChatGptApi/appsettings.json
@@ -17,7 +17,7 @@
         //    "Temperature": 0.8,
         //    "TopP": 1,
         //    "MaxTokens": 500,
-        //    "MaxCompletionTokens": null,  // o1 series models supports this property instead of MaxTokens
+        //    "MaxCompletionTokens": null,  // o1 series models support this property instead of MaxTokens
         //    "PresencePenalty": 0,
         //    "FrequencyPenalty": 0,
         //    "ResponseFormat": { "Type": "text" }, // Allowed values for Type: text (default) or json_object