mirror of
https://github.com/james-m-jordan/openai-cookbook.git
synced 2025-05-09 19:32:38 +00:00
Update registry (#1510)
This commit is contained in:
parent
7e7b2edcdb
commit
b66f889aec
@ -46,7 +46,7 @@
|
|||||||
"source": [
|
"source": [
|
||||||
"# Routines\n",
|
"# Routines\n",
|
||||||
"\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",
|
"\n",
|
||||||
"\n",
|
"\n",
|
||||||
@ -865,7 +865,7 @@
|
|||||||
],
|
],
|
||||||
"metadata": {
|
"metadata": {
|
||||||
"kernelspec": {
|
"kernelspec": {
|
||||||
"display_name": "openai",
|
"display_name": "Python 3 (ipykernel)",
|
||||||
"language": "python",
|
"language": "python",
|
||||||
"name": "python3"
|
"name": "python3"
|
||||||
},
|
},
|
||||||
|
@ -146,6 +146,7 @@
|
|||||||
tags:
|
tags:
|
||||||
- completions
|
- completions
|
||||||
- embeddings
|
- embeddings
|
||||||
|
- agents
|
||||||
|
|
||||||
- title: How to use functions with a knowledge base
|
- title: How to use functions with a knowledge base
|
||||||
path: examples/How_to_call_functions_for_knowledge_retrieval.ipynb
|
path: examples/How_to_call_functions_for_knowledge_retrieval.ipynb
|
||||||
@ -1067,6 +1068,7 @@
|
|||||||
tags:
|
tags:
|
||||||
- completions
|
- completions
|
||||||
- functions
|
- functions
|
||||||
|
- agents
|
||||||
|
|
||||||
- title: Named Entity Recognition to Enrich Text
|
- title: Named Entity Recognition to Enrich Text
|
||||||
path: examples/Named_Entity_Recognition_to_enrich_text.ipynb
|
path: examples/Named_Entity_Recognition_to_enrich_text.ipynb
|
||||||
@ -1152,6 +1154,7 @@
|
|||||||
tags:
|
tags:
|
||||||
- completions
|
- completions
|
||||||
- functions
|
- functions
|
||||||
|
- agents
|
||||||
|
|
||||||
- title: MongoDB Atlas Vector Search
|
- title: MongoDB Atlas Vector Search
|
||||||
path: examples/vector_databases/mongodb_atlas/README.md
|
path: examples/vector_databases/mongodb_atlas/README.md
|
||||||
@ -1500,7 +1503,7 @@
|
|||||||
tags:
|
tags:
|
||||||
- completions
|
- completions
|
||||||
- functions
|
- functions
|
||||||
- assistants
|
- agents
|
||||||
|
|
||||||
- title: Introduction to Structured Outputs
|
- title: Introduction to Structured Outputs
|
||||||
path: examples/Structured_Outputs_Intro.ipynb
|
path: examples/Structured_Outputs_Intro.ipynb
|
||||||
@ -1598,6 +1601,7 @@
|
|||||||
tags:
|
tags:
|
||||||
- completions
|
- completions
|
||||||
- reasoning
|
- reasoning
|
||||||
|
|
||||||
- title: Using chained calls for o1 structured outputs
|
- title: Using chained calls for o1 structured outputs
|
||||||
path: examples/o1/Using_chained_calls_for_o1_structured_outputs.ipynb
|
path: examples/o1/Using_chained_calls_for_o1_structured_outputs.ipynb
|
||||||
date: 2024-09-26
|
date: 2024-09-26
|
||||||
@ -1632,10 +1636,11 @@
|
|||||||
- completions
|
- completions
|
||||||
- fine-tuning
|
- 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
|
path: examples/voice_solutions/voice_translation_into_different_languages_using_GPT-4o.ipynb
|
||||||
date: 2024-10-21
|
date: 2024-10-21
|
||||||
authors:
|
authors:
|
||||||
- msingh-openai
|
- msingh-openai
|
||||||
tags:
|
tags:
|
||||||
- completions
|
- completions
|
||||||
|
- audio
|
||||||
|
Loading…
x
Reference in New Issue
Block a user