From 0bb40069e85360a306f672d722f3d891a375eda8 Mon Sep 17 00:00:00 2001
From: arthuridea w <2337583+arthuridea@users.noreply.github.com>
Date: Thu, 21 Dec 2023 23:30:32 +0800
Subject: [PATCH] fix:typo fix.
---
src/LLMServiceHub/Controller/v1_0/ChatGPTApiController.cs | 2 ++
1 file changed, 2 insertions(+)
diff --git a/src/LLMServiceHub/Controller/v1_0/ChatGPTApiController.cs b/src/LLMServiceHub/Controller/v1_0/ChatGPTApiController.cs
index 7b5f140..ab895a0 100644
--- a/src/LLMServiceHub/Controller/v1_0/ChatGPTApiController.cs
+++ b/src/LLMServiceHub/Controller/v1_0/ChatGPTApiController.cs
@@ -28,6 +28,8 @@ public class ChatGPTApiController(
///
/// 发起ChatGPT对话
+ /// eg.
+ /// what is the difference between star and planet?
///
/// The request.
///