openai-cookbook/examples
2025-04-01 09:10:58 +01:00
..
agents_sdk Assistant voice agent (#1739) 2025-03-27 13:07:09 +00:00
azure [typo] replace words (#1399) 2024-10-14 03:07:15 -07:00
book_translation update latex_book to use tiktoken, gpt4o, modified chunk sizes and add parallel translation (#1675) 2025-02-12 07:40:54 -08:00
chatgpt Add support scope disclaimer (#1713) 2025-03-12 11:10:58 +00:00
dalle Fix syntax error in DALL-E notebook (#1036) 2024-02-26 09:34:33 -08:00
data File Search with Responses (#1708) 2025-03-11 18:09:42 +00:00
evaluation Clean up the organization of the SQL generation notebook (#1655) 2025-01-29 08:34:01 -08:00
fine-tuned_qa fix: possessive error in Markdown cell (#1234) 2024-08-05 09:34:51 -07:00
gpt4o Small spelling fix (#1594) 2025-01-09 13:14:09 +00:00
multimodal Model swap to GPT-4o (#1601) 2025-01-09 13:13:27 +00:00
o1 fix: small typo in Update Using_reasoning_for_data_validation.ipynb (#1407) 2024-10-25 16:44:34 -07:00
object_oriented_agentic_approach Msingh openai reasoning param (#1665) 2025-02-04 10:00:34 -08:00
responses_api updated text content within responses API (#1756) 2025-04-01 09:10:58 +01:00
third_party Add example of how to leverage OpenAI reasoning models to SDLC for code quality and security checks. (#1610) 2025-01-13 09:40:53 -05:00
utils Misc updates (#1022) 2024-01-25 11:59:05 -06:00
vector_databases updated redisqna cookbook to openai version >1.0.0 (#1685) 2025-02-14 09:14:17 -08:00
voice_solutions One way translation - update images (#1735) 2025-03-25 12:55:44 -07:00
api_request_parallel_processor.py Update rate limit error detection criteria for Azure OpenAI API (#1254) 2024-07-07 12:16:25 -07:00
Assistants_API_overview_python.ipynb Fix invalid notebook format in Assistants API overview (#1681) 2025-02-17 08:23:01 -08:00
batch_processing.ipynb Af/update cookbook lauch 4o mini (#1292) 2024-07-18 10:02:06 -07:00
Chat_finetuning_data_prep.ipynb fix typo in python code example (#1413) 2024-09-19 14:19:30 -05:00
Classification_using_embeddings.ipynb Misc updates (#1022) 2024-01-25 11:59:05 -06:00
Clustering.ipynb Update deprecated comment to reflect use of gpt-4 in Clustering.ipynb (#1120) 2024-03-28 14:16:34 -07:00
Clustering_for_transaction_classification.ipynb Migrate all notebooks to API V1 (#914) 2024-01-24 19:05:14 -06:00
Code_search_using_embeddings.ipynb Misc updates (#1022) 2024-01-25 11:59:05 -06:00
completions_usage_api.ipynb feat: adds line item example for cost API (#1680) 2025-02-11 09:28:49 -08:00
Creating_slides_with_Assistants_API_and_DALL-E3.ipynb Update Creating_slides_with_Assistants_API_and_DALL-E3.ipynb (#1121) 2024-03-28 14:16:02 -07:00
Custom-LLM-as-a-Judge.ipynb Update CoT ordering in Custom LLM as a Judge cookbook (#1540) 2024-10-31 19:48:46 -07:00
custom_image_embedding_search.ipynb Dylanra/clip based rag (#1110) 2024-04-10 13:02:57 +01:00
Customizing_embeddings.ipynb Misc updates (#1022) 2024-01-25 11:59:05 -06:00
Data_extraction_transformation.ipynb changed table to markdown (#1277) 2024-07-10 11:30:11 -07:00
Developing_hallucination_guardrails.ipynb Typo (#1243) 2024-06-07 15:33:08 -07:00
Embedding_long_inputs.ipynb Misc updates (#1022) 2024-01-25 11:59:05 -06:00
Embedding_Wikipedia_articles_for_search.ipynb Update to use new models and new client approach (#1579) 2024-11-27 10:01:07 -06:00
Enhance_your_prompts_with_meta_prompting.ipynb Change order of justification key in eval schema (#1619) 2025-01-21 14:08:16 +00:00
Entity_extraction_for_long_documents.ipynb Migrate all notebooks to API V1 (#914) 2024-01-24 19:05:14 -06:00
File_Search_Responses.ipynb adding languages changes on file search (#1716) 2025-03-13 10:47:32 +00:00
Fine-tuned_classification.ipynb Migrate all notebooks to API V1 (#914) 2024-01-24 19:05:14 -06:00
Fine_tuning_for_function_calling.ipynb Updates fine-tuning for function calling cookbook (#1253) 2024-06-17 08:59:26 -07:00
Function_calling_finding_nearby_places.ipynb Migrate all notebooks to API V1 (#914) 2024-01-24 19:05:14 -06:00
Function_calling_with_an_OpenAPI_spec.ipynb Migrate all notebooks to API V1 (#914) 2024-01-24 19:05:14 -06:00
Get_embeddings_from_dataset.ipynb Misc updates (#1022) 2024-01-25 11:59:05 -06:00
GPT_with_vision_for_video_understanding.ipynb Update existing cookbooks to use gpt-4o (#1197) 2024-05-13 13:28:44 -04:00
How_to_build_a_tool-using_agent_with_Langchain.ipynb Misc updates (#1022) 2024-01-25 11:59:05 -06:00
How_to_build_an_agent_with_the_node_sdk.mdx Update the node example as "function_call" is deprecated. (#934) 2023-12-19 09:29:31 -06:00
How_to_call_functions_for_knowledge_retrieval.ipynb Phundal-bugfixes across 3 scripts (#1598) 2025-02-03 13:43:26 -08:00
How_to_call_functions_with_chat_models.ipynb Missing word in "How to call functions with chat models" (#1600) 2024-12-17 17:08:26 +00:00
How_to_combine_GPT4o_with_RAG_Outfit_Assistant.ipynb Af/update cookbook lauch 4o mini (#1292) 2024-07-18 10:02:06 -07:00
How_to_count_tokens_with_tiktoken.ipynb update for 4o-mini (#1421) 2024-10-08 10:22:11 +01:00
How_to_finetune_chat_models.ipynb Updates how to fine-tune chat models cookbook with 4o-mini (#1304) 2024-07-23 12:46:35 -07:00
How_to_format_inputs_to_ChatGPT_models.ipynb Remove chatml references (#1255) 2024-07-07 12:15:49 -07:00
How_to_handle_rate_limits.ipynb Update rate limits cookbook (#1641) 2025-01-22 16:03:45 +00:00
How_to_stream_completions.ipynb Af/update cookbook lauch 4o mini (#1292) 2024-07-18 10:02:06 -07:00
How_to_use_guardrails.ipynb Fix typo in code example. (#1588) 2024-12-17 17:14:45 +00:00
How_to_use_moderation.ipynb Added an example that uses the Moderation API to check for compliance in images (#1653) 2025-01-29 14:03:04 -08:00
Leveraging_model_distillation_to_fine-tune_a_model.ipynb Adding model distillation cookbook (#1473) 2024-10-17 15:33:27 +01:00
Multiclass_classification_for_transactions.ipynb Migrate all notebooks to API V1 (#914) 2024-01-24 19:05:14 -06:00
Named_Entity_Recognition_to_enrich_text.ipynb Migrate all notebooks to API V1 (#914) 2024-01-24 19:05:14 -06:00
Orchestrating_agents.ipynb Typo fixes - Update Orchestrating_agents.ipynb (#1640) 2025-02-14 00:11:49 -08:00
Parse_PDF_docs_for_RAG.ipynb GPT-4V changed to GPT-4o (#1584) 2024-11-29 14:44:58 +00:00
Prompt_Caching101.ipynb Prompt Caching (#1441) 2024-10-01 14:24:58 -07:00
Question_answering_using_a_search_API.ipynb Misc updates (#1022) 2024-01-25 11:59:05 -06:00
Question_answering_using_embeddings.ipynb Update to use new models and new client approach (#1579) 2024-11-27 10:01:07 -06:00
RAG_with_graph_db.ipynb Updating logprobs example and updating the model for the RAG database (#1667) 2025-03-12 14:03:59 -07:00
Recommendation_using_embeddings.ipynb Misc updates (#1022) 2024-01-25 11:59:05 -06:00
Regression_using_embeddings.ipynb Misc updates (#1022) 2024-01-25 11:59:05 -06:00
Reproducible_outputs_with_the_seed_parameter.ipynb Update Reproducible_outputs_with_the_seed_parameter.ipynb (#972) 2024-01-03 17:24:53 -07:00
SDG1.ipynb Af/update cookbook lauch 4o mini (#1292) 2024-07-18 10:02:06 -07:00
Search_reranking_with_cross-encoders.ipynb Update Search_reranking_with_cross-encoders.ipynb (#1060) 2024-02-23 11:43:31 -08:00
Semantic_text_search_using_embeddings.ipynb Misc updates (#1022) 2024-01-25 11:59:05 -06:00
Structured_Outputs_Intro.ipynb Updates to Structured Outputs cookbook (#1362) 2024-08-08 01:40:19 +01:00
Structured_outputs_multi_agent.ipynb Adding new Structured Outputs cookbooks (#1349) 2024-08-06 10:13:08 -07:00
Summarizing_long_documents.ipynb A few improvements to the long summaries notebook (#1148) 2024-04-17 17:20:43 -07:00
Tag_caption_images_with_GPT4V.ipynb Af/update cookbook lauch 4o mini (#1292) 2024-07-18 10:02:06 -07:00
Unit_test_writing_using_a_multi-step_prompt.ipynb Migrate all notebooks to API V1 (#914) 2024-01-24 19:05:14 -06:00
Unit_test_writing_using_a_multi-step_prompt_with_older_completions_API.ipynb Misc updates (#1022) 2024-01-25 11:59:05 -06:00
User_and_product_embeddings.ipynb Misc updates (#1022) 2024-01-25 11:59:05 -06:00
Using_embeddings.ipynb updating for latest embedding models (#1129) 2024-04-01 17:04:55 -07:00
Using_logprobs.ipynb Updating logprobs example and updating the model for the RAG database (#1667) 2025-03-12 14:03:59 -07:00
Using_tool_required_for_customer_service.ipynb Adding notebook showing how to use tool_required (#1171) 2024-05-02 05:03:08 -04:00
Visualizing_embeddings_in_2D.ipynb Misc updates (#1022) 2024-01-25 11:59:05 -06:00
Visualizing_embeddings_in_3D.ipynb Misc updates (#1022) 2024-01-25 11:59:05 -06:00
Whisper_correct_misspelling.ipynb Migrate all notebooks to API V1 (#914) 2024-01-24 19:05:14 -06:00
Whisper_processing_guide.ipynb Migrate all notebooks to API V1 (#914) 2024-01-24 19:05:14 -06:00
Whisper_prompting_guide.ipynb Updated workbook to use GPT-4o-mini (#1578) 2024-11-27 10:02:57 -06:00
Zero-shot_classification_with_embeddings.ipynb Misc updates (#1022) 2024-01-25 11:59:05 -06:00