add rate limiting

This commit is contained in:
siddas27
2024-11-30 22:08:29 -06:00
parent 5532ea8ff7
commit e7e059d02a
2 changed files with 12 additions and 5 deletions

View File

@@ -40,8 +40,8 @@ def test_brave_tool():
tool = BraveSearchTool(
n_results=2,
)
print(tool.run(search_query="ChatGPT"))
x = tool.run(search_query="ChatGPT")
print(x)
if __name__ == "__main__":