ax-llm/ax

Ask-Question.js

jox51 opened this issue · 3 comments

jox51 commented

Dosco, in the examples folder you have an ask-questions.js file mentioned in the readme but the actual file example is not linked. This the file that shows how to use Google Search with your library. Any chance you can add it?

dosco commented

That example used an old version of function calling that we has used before we had real function calling. The example was removed. If you want to call google search just create a wrapper function of your own using https://serpapi.com/ and use it with the function calling feature of the library. Many of the examples including product-search.js are good examples of how to do this

jox51 commented

Thank you, been using your library on a current project and like it alot. Looking forward to seeing how you continue developing it.

jox51 commented

Thank you, been using your library on a current project and like it alot. Looking forward to seeing how you continue developing it.