jgravelle / Groqqle

Groqqle is a powerful web search and content summarization tool built with Python, leveraging Groq's LLM API for advanced natural language processing. It offers customizable web and news searches, image analysis, and adaptive content summaries, making it ideal for researchers, developers, and anyone seeking enhanced information retrieval.
https://j.gravelle
109 stars 41 forks source link

It continues to write to the file debug_info.txt #5

Closed cmsodi closed 2 months ago

cmsodi commented 2 months ago

Many thanks. It does its job very well, especially for the possibility of having the output in JSON. Just a small problem that is solved by deleting the file debug_info.txt. It continues to write to the file debug_info.txt until the hard disk where the application is located is completely full: """ 2024-09-12 08:33:04,274 - DEBUG - in-event <InotifyEvent: src_path=b'/mnt/DATA/app/Groqqle/Groqqle.py', wd=1, mask=IN_OPEN, cookie=0, name='Groqqle.py'> 2024-09-12 08:33:04,274 - DEBUG - in-event <InotifyEvent: src_path=b'/mnt/DATA/app/Groqqle/debug_info.txt', wd=1, mask=IN_MODIFY, cookie=0, name='debug_info.txt'> ... """

cmsodi commented 2 months ago

Sorry. My fault: I just had to look better. It is solved by giving the DEBUG variable in .env a false value