Tools in Playground old

Function calling in LLMs using OpenAI model in orq.ai

First, to harness the power of the Function Calling in the Playground, you navigate to the Playground. From the model selection dropdown, select the models that support Function Calling and click on tool.

The next step is function initiation. You can name or create your function.

The final step is to test the function and this can be achieved by prompting the model, for example: "Give a weather report for {{ city }}, {{ country }}".