Skip to content

Commit

Permalink
Update web_function.py
Browse files Browse the repository at this point in the history
  • Loading branch information
zhiyu-01 committed Sep 3, 2023
1 parent 4a183e8 commit f0f4c88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion camel/functions/web_function.py
Original file line number Diff line number Diff line change
Expand Up @@ -235,5 +235,5 @@ def search_web(query: str) -> str:


WEB_FUNCS: List[OpenAIFunction] = [
OpenAIFunction(func) for func in [search_web]
OpenAIFunction(func) for func in [search_web, search_google]
]

0 comments on commit f0f4c88

Please sign in to comment.