openai-cookbook/examples
2024-09-19 14:19:30 -05:00
..
azure Update Azure Cognitive Search to latest stable/GA Python SDK version + Renaming to Azure AI Search (#924) 2024-02-01 15:58:32 -05:00
book_translation Migrate all notebooks to API V1 (#914) 2024-01-24 19:05:14 -06:00
chatgpt Improvements to GPT Actions library - Snowflake Direct (#1410) 2024-09-19 17:31:53 +01:00
dalle Fix syntax error in DALL-E notebook (#1036) 2024-02-26 09:34:33 -08:00
data o1 Cookbooks (#1404) 2024-09-12 12:08:28 -05:00
evaluation Msingh openai evalcookbook update (#1239) 2024-06-05 16:13:29 -07:00
fine-tuned_qa fix: possessive error in Markdown cell (#1234) 2024-08-05 09:34:51 -07:00
gpt4o Change from display(Markdown) to print() (#1294) 2024-07-18 16:54:42 -04:00
multimodal Adds notebook for GPTV with function calling (#1139) 2024-04-10 08:53:14 -07:00
o1 o1 Cookbooks (#1404) 2024-09-12 12:08:28 -05:00
third_party Misc updates (#1022) 2024-01-25 11:59:05 -06:00
utils Misc updates (#1022) 2024-01-25 11:59:05 -06:00
vector_databases fix syntax (#1380) 2024-08-16 12:21:27 -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 spelling (#1081) 2024-03-05 19:11:55 -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_for_transaction_classification.ipynb Migrate all notebooks to API V1 (#914) 2024-01-24 19:05:14 -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
Code_search_using_embeddings.ipynb Misc updates (#1022) 2024-01-25 11:59:05 -06: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_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 Misc updates (#1022) 2024-01-25 11:59:05 -06:00
Entity_extraction_for_long_documents.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
Fine-tuned_classification.ipynb Migrate all notebooks to API V1 (#914) 2024-01-24 19:05:14 -06: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 Update docs to reflect the Python SDK changes (#1030) 2024-02-27 11:14:45 -06:00
How_to_call_functions_with_chat_models.ipynb Minor bug fix (#1278) 2024-07-12 16:17:57 -07: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 Remove chatml references (#1255) 2024-07-07 12:15:49 -07: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 Fix rate limit increase link in How_to_handle_rate_limits.ipynb (#1089) 2024-03-05 19:11:40 -08: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 Af/update cookbook lauch 4o mini (#1292) 2024-07-18 10:02:06 -07:00
How_to_use_moderation.ipynb Af/update cookbook lauch 4o mini (#1292) 2024-07-18 10:02:06 -07: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
Parse_PDF_docs_for_RAG.ipynb Added a new notebook: "Parse PDF docs for RAG applications" (#1080) 2024-02-29 13:54:06 +00:00
Question_answering_using_a_search_API.ipynb Misc updates (#1022) 2024-01-25 11:59:05 -06:00
Question_answering_using_embeddings.ipynb Migrate all notebooks to API V1 (#914) 2024-01-24 19:05:14 -06:00
RAG_with_graph_db.ipynb Misc updates (#1022) 2024-01-25 11:59:05 -06: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_with_older_completions_API.ipynb Misc updates (#1022) 2024-01-25 11:59:05 -06: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
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 Add perplexity example to the logprobs user guide (#1071) 2024-03-08 16:58:06 -08: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 Migrate all notebooks to API V1 (#914) 2024-01-24 19:05:14 -06:00
Zero-shot_classification_with_embeddings.ipynb Misc updates (#1022) 2024-01-25 11:59:05 -06:00