mirror of
https://github.com/TheBlewish/Automated-AI-Web-Researcher-Ollama.git
synced 2025-04-22 17:49:10 +00:00
Update Self_Improving_Search.py for windows
This commit is contained in:
parent
df2c6ac39b
commit
161698a228
1 changed files with 0 additions and 1 deletions
|
@ -251,7 +251,6 @@ class EnhancedSelfImprovingSearch:
|
|||
max_length = 5000
|
||||
if len(content) > max_length:
|
||||
content = content[:max_length] + "..."
|
||||
|
||||
return content.strip()
|
||||
|
||||
def generate_enhanced_summary(self, results: List[SearchResult], query: str) -> str:
|
||||
|
|
Loading…
Add table
Reference in a new issue