From f780958f1003e370031d0613f76dfaf3aa3f28e4 Mon Sep 17 00:00:00 2001 From: Alvin Panford <112624931+AlvinCoded@users.noreply.github.com> Date: Thu, 23 Jan 2025 19:19:55 +0000 Subject: [PATCH] Update DeepSeek.php --- src/AI/Models/DeepSeek.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/AI/Models/DeepSeek.php b/src/AI/Models/DeepSeek.php index ebf2e03..b9729ee 100644 --- a/src/AI/Models/DeepSeek.php +++ b/src/AI/Models/DeepSeek.php @@ -11,7 +11,7 @@ * DeepSeek AI Model Implementation for MTN MOMO API * * This class implements the LLMInterface to provide AI-powered analysis and insights - * for MTN Mobile Money transactions using OpenAI's GPT models. + * for MTN Mobile Money transactions using Deepseek's models. */ class DeepSeek implements LLMInterface {