We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6fa322c commit 229ec26Copy full SHA for 229ec26
lib/src/mind/ai/llm/openai_wingman.cpp
@@ -117,6 +117,7 @@ void OpenAiWingman::curlGet(CommandWingmanChat& command) {
117
<< "<<<"
118
<< endl);
119
120
+ // TODO this must be refactored to parent class so that all wingmans can use it
121
#if defined(_WIN32) || defined(__APPLE__)
122
/* Qt Networking examples:
123
*
0 commit comments