From b66f889aeca39df36833436309cd1fd3b514f90e Mon Sep 17 00:00:00 2001 From: katia-openai <152395277+katia-openai@users.noreply.github.com> Date: Wed, 23 Oct 2024 13:46:55 +0100 Subject: [PATCH] Update registry (#1510) --- examples/Orchestrating_agents.ipynb | 4 ++-- registry.yaml | 11 ++++++++--- 2 files changed, 10 insertions(+), 5 deletions(-) diff --git a/examples/Orchestrating_agents.ipynb b/examples/Orchestrating_agents.ipynb index 6cbc65a..d0f2084 100644 --- a/examples/Orchestrating_agents.ipynb +++ b/examples/Orchestrating_agents.ipynb @@ -46,7 +46,7 @@ "source": [ "# Routines\n", "\n", - "The notion of a \"routine\" is not strictly defined, and instead meant to capture the idea of a set of steps. Conretely, let's define a routine to be a list of instructions in natural langauge (which we'll represent with a system prompt), along with the tools necessary to complete them.\n", + "The notion of a \"routine\" is not strictly defined, and instead meant to capture the idea of a set of steps. Concretely, let's define a routine to be a list of instructions in natural langauge (which we'll represent with a system prompt), along with the tools necessary to complete them.\n", "\n", "\n", "\n", @@ -865,7 +865,7 @@ ], "metadata": { "kernelspec": { - "display_name": "openai", + "display_name": "Python 3 (ipykernel)", "language": "python", "name": "python3" }, diff --git a/registry.yaml b/registry.yaml index af2674a..d4cc6d3 100644 --- a/registry.yaml +++ b/registry.yaml @@ -146,6 +146,7 @@ tags: - completions - embeddings + - agents - title: How to use functions with a knowledge base path: examples/How_to_call_functions_for_knowledge_retrieval.ipynb @@ -1067,6 +1068,7 @@ tags: - completions - functions + - agents - title: Named Entity Recognition to Enrich Text path: examples/Named_Entity_Recognition_to_enrich_text.ipynb @@ -1152,6 +1154,7 @@ tags: - completions - functions + - agents - title: MongoDB Atlas Vector Search path: examples/vector_databases/mongodb_atlas/README.md @@ -1500,7 +1503,7 @@ tags: - completions - functions - - assistants + - agents - title: Introduction to Structured Outputs path: examples/Structured_Outputs_Intro.ipynb @@ -1598,6 +1601,7 @@ tags: - completions - reasoning + - title: Using chained calls for o1 structured outputs path: examples/o1/Using_chained_calls_for_o1_structured_outputs.ipynb date: 2024-09-26 @@ -1632,10 +1636,11 @@ - completions - fine-tuning -- title: Voice Translation of Audio Files into Different Languages Using Gpt-4o +- title: Voice Translation into Different Languages path: examples/voice_solutions/voice_translation_into_different_languages_using_GPT-4o.ipynb date: 2024-10-21 authors: - msingh-openai tags: - - completions \ No newline at end of file + - completions + - audio