From 229ec2671194cafd74c7aec571d22c6a30778fb7 Mon Sep 17 00:00:00 2001 From: Martin Dvorak Date: Sun, 3 Mar 2024 16:47:55 +0100 Subject: [PATCH] WIP --- lib/src/mind/ai/llm/openai_wingman.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/src/mind/ai/llm/openai_wingman.cpp b/lib/src/mind/ai/llm/openai_wingman.cpp index b6b7ce77..e862ec8b 100644 --- a/lib/src/mind/ai/llm/openai_wingman.cpp +++ b/lib/src/mind/ai/llm/openai_wingman.cpp @@ -117,6 +117,7 @@ void OpenAiWingman::curlGet(CommandWingmanChat& command) { << "<<<" << endl); + // TODO this must be refactored to parent class so that all wingmans can use it #if defined(_WIN32) || defined(__APPLE__) /* Qt Networking examples: *