Skip to content

Commit b66f889

Browse files
authored
Update registry (openai#1510)
1 parent 7e7b2ed commit b66f889

File tree

2 files changed

+10
-5
lines changed

2 files changed

+10
-5
lines changed

examples/Orchestrating_agents.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"source": [
4747
"# Routines\n",
4848
"\n",
49-
"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",
49+
"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",
5050
"\n",
5151
"\n",
5252
"\n",
@@ -865,7 +865,7 @@
865865
],
866866
"metadata": {
867867
"kernelspec": {
868-
"display_name": "openai",
868+
"display_name": "Python 3 (ipykernel)",
869869
"language": "python",
870870
"name": "python3"
871871
},

registry.yaml

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,7 @@
146146
tags:
147147
- completions
148148
- embeddings
149+
- agents
149150

150151
- title: How to use functions with a knowledge base
151152
path: examples/How_to_call_functions_for_knowledge_retrieval.ipynb
@@ -1067,6 +1068,7 @@
10671068
tags:
10681069
- completions
10691070
- functions
1071+
- agents
10701072

10711073
- title: Named Entity Recognition to Enrich Text
10721074
path: examples/Named_Entity_Recognition_to_enrich_text.ipynb
@@ -1152,6 +1154,7 @@
11521154
tags:
11531155
- completions
11541156
- functions
1157+
- agents
11551158

11561159
- title: MongoDB Atlas Vector Search
11571160
path: examples/vector_databases/mongodb_atlas/README.md
@@ -1500,7 +1503,7 @@
15001503
tags:
15011504
- completions
15021505
- functions
1503-
- assistants
1506+
- agents
15041507

15051508
- title: Introduction to Structured Outputs
15061509
path: examples/Structured_Outputs_Intro.ipynb
@@ -1598,6 +1601,7 @@
15981601
tags:
15991602
- completions
16001603
- reasoning
1604+
16011605
- title: Using chained calls for o1 structured outputs
16021606
path: examples/o1/Using_chained_calls_for_o1_structured_outputs.ipynb
16031607
date: 2024-09-26
@@ -1632,10 +1636,11 @@
16321636
- completions
16331637
- fine-tuning
16341638

1635-
- title: Voice Translation of Audio Files into Different Languages Using Gpt-4o
1639+
- title: Voice Translation into Different Languages
16361640
path: examples/voice_solutions/voice_translation_into_different_languages_using_GPT-4o.ipynb
16371641
date: 2024-10-21
16381642
authors:
16391643
- msingh-openai
16401644
tags:
1641-
- completions
1645+
- completions
1646+
- audio

0 commit comments

Comments
 (0)