mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-19 00:46:21 +00:00
ref(ai): remove inaccurate logging
This commit is contained in:
@@ -45,9 +45,6 @@ aiwin_display_response(ProfAiWin* win, const char* response)
|
||||
// Display AI response
|
||||
win_println(&win->window, THEME_DEFAULT, "<< LLM:", "%s", response);
|
||||
log_debug("[AI-WIN] Displayed AI response");
|
||||
|
||||
// Add to conversation history
|
||||
log_debug("[AI-WIN] Added assistant message to session history");
|
||||
}
|
||||
|
||||
void
|
||||
|
||||
Reference in New Issue
Block a user