mirror of
https://github.com/katanemo/plano.git
synced 2026-04-25 16:56:24 +02:00
742 B
742 B
Function calling
This demo shows how you can use Plano's core function calling capabilities.
Starting the demo
-
Please make sure the pre-requisites are installed correctly
-
Start Plano
-
sh run_demo.sh -
Navigate to http://localhost:3001/
-
You can type in queries like "how is the weather?"
Here is a sample interaction,
Tracing
To see a tracing dashboard, navigate to http://localhost:16686/ to open Jaeger UI.
Stopping Demo
- To end the demo, run the following command:
sh run_demo.sh down