Skip to content

Commit

Permalink
Update registry (#1510)
Browse files Browse the repository at this point in the history
  • Loading branch information
katia-openai authored Oct 23, 2024
1 parent 7e7b2ed commit b66f889
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
4 changes: 2 additions & 2 deletions examples/Orchestrating_agents.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -865,7 +865,7 @@
],
"metadata": {
"kernelspec": {
"display_name": "openai",
"display_name": "Python 3 (ipykernel)",
"language": "python",
"name": "python3"
},
Expand Down
11 changes: 8 additions & 3 deletions registry.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -1067,6 +1068,7 @@
tags:
- completions
- functions
- agents

- title: Named Entity Recognition to Enrich Text
path: examples/Named_Entity_Recognition_to_enrich_text.ipynb
Expand Down Expand Up @@ -1152,6 +1154,7 @@
tags:
- completions
- functions
- agents

- title: MongoDB Atlas Vector Search
path: examples/vector_databases/mongodb_atlas/README.md
Expand Down Expand Up @@ -1500,7 +1503,7 @@
tags:
- completions
- functions
- assistants
- agents

- title: Introduction to Structured Outputs
path: examples/Structured_Outputs_Intro.ipynb
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
- completions
- audio

0 comments on commit b66f889

Please sign in to comment.