mirror of
https://github.com/xtekky/gpt4free.git
synced 2024-11-12 21:48:52 +03:00
Merge pull request #1411 from varshney-yash/main
remove unnecessary semicolon
This commit is contained in:
commit
f1885b9bbc
@ -112,7 +112,7 @@ async def search(query: str, n_results: int = 5, max_words: int = 2500, add_text
|
||||
texts = await asyncio.gather(*requests)
|
||||
|
||||
formatted_results = []
|
||||
left_words = max_words;
|
||||
left_words = max_words
|
||||
for i, entry in enumerate(results):
|
||||
if add_text:
|
||||
entry.text = texts[i]
|
||||
|
Loading…
Reference in New Issue
Block a user