keventmesh / llm-tool-provider

Teach your LLM to dynamically call your services in Kubernetes
7 stars 3 forks source link

Move from using OpenAI functions to tools #23

Closed Cali0707 closed 4 months ago

Cali0707 commented 4 months ago

Since we initially built this demo, OpenAI has deprecated the functions calling API and is moving towards tools. We should migrate our code to use tools as well, and take advantage of the parallel tool calling offered by the tools API