mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-08-01 02:06: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
|
// Display AI response
|
||||||
win_println(&win->window, THEME_DEFAULT, "<< LLM:", "%s", response);
|
win_println(&win->window, THEME_DEFAULT, "<< LLM:", "%s", response);
|
||||||
log_debug("[AI-WIN] Displayed AI response");
|
log_debug("[AI-WIN] Displayed AI response");
|
||||||
|
|
||||||
// Add to conversation history
|
|
||||||
log_debug("[AI-WIN] Added assistant message to session history");
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void
|
void
|
||||||
|
|||||||
Reference in New Issue
Block a user