From 8da727af9902740804b22e0063288a6c4b79bc87 Mon Sep 17 00:00:00 2001 From: Lee Spacagna Date: Mon, 27 Jan 2025 11:51:40 +0200 Subject: [PATCH] fix registry yaml (#1646) --- registry.yaml | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/registry.yaml b/registry.yaml index ccede46..73a12cc 100644 --- a/registry.yaml +++ b/registry.yaml @@ -1789,7 +1789,16 @@ - usage-api - cost-api -- title: Build Your Own Code Interpreter: Empowering LLM Agents with Dynamic Tool Calling +- title: How to use the Usage API and Cost API to monitor your OpenAI usage + path: examples/completions_usage_api.ipynb + date: 2025-01-14 + authors: + - MW-OAI + tags: + - usage-api + - cost-api + +- title: Build Your Own Code Interpreter - Empowering LLM Agents with Dynamic Tool Calling path: examples/object_oriented_agentic_approach/Secure_code_interpreter_tool_for_LLM_agents.ipynb date: 2025-01-26 authors: