You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
openai-cookbook/examples
Pookam90 2362d96acc
Update README.md (#1131)
6 hours ago
..
azure Update Azure Cognitive Search to latest stable/GA Python SDK version + Renaming to Azure AI Search (#924) 3 months ago
book_translation Migrate all notebooks to API V1 (#914) 3 months ago
dalle Fix syntax error in DALL-E notebook (#1036) 2 months ago
data Adding Batch Processing notebook (#1164) 2 days ago
evaluation fixed styling (#1119) 1 month ago
fine-tuned_qa Migrate all notebooks to API V1 (#914) 3 months ago
multimodal Adds notebook for GPTV with function calling (#1139) 3 weeks ago
third_party Misc updates (#1022) 3 months ago
utils Misc updates (#1022) 3 months ago
vector_databases Update README.md (#1131) 6 hours ago
Assistants_API_overview_python.ipynb fix spelling (#1081) 2 months ago
Chat_finetuning_data_prep.ipynb Update chat finetune data prep notebook (#1074) 2 months ago
Classification_using_embeddings.ipynb Misc updates (#1022) 3 months ago
Clustering.ipynb Update deprecated comment to reflect use of gpt-4 in Clustering.ipynb (#1120) 1 month ago
Clustering_for_transaction_classification.ipynb Migrate all notebooks to API V1 (#914) 3 months ago
Code_search_using_embeddings.ipynb Misc updates (#1022) 3 months ago
Creating_slides_with_Assistants_API_and_DALL-E3.ipynb Update Creating_slides_with_Assistants_API_and_DALL-E3.ipynb (#1121) 1 month ago
Customizing_embeddings.ipynb Misc updates (#1022) 3 months ago
Embedding_Wikipedia_articles_for_search.ipynb Misc updates (#1022) 3 months ago
Embedding_long_inputs.ipynb Misc updates (#1022) 3 months ago
Entity_extraction_for_long_documents.ipynb Migrate all notebooks to API V1 (#914) 3 months ago
Fine-tuned_classification.ipynb Migrate all notebooks to API V1 (#914) 3 months ago
Fine_tuning_for_function_calling.ipynb Fix typo in Fine_tuning_for_function_calling.ipynb (#1054) 2 months ago
Function_calling_finding_nearby_places.ipynb Migrate all notebooks to API V1 (#914) 3 months ago
Function_calling_with_an_OpenAPI_spec.ipynb Migrate all notebooks to API V1 (#914) 3 months ago
GPT_with_vision_for_video_understanding.ipynb Migrate all notebooks to API V1 (#914) 3 months ago
Get_embeddings_from_dataset.ipynb Misc updates (#1022) 3 months ago
How_to_build_a_tool-using_agent_with_Langchain.ipynb Misc updates (#1022) 3 months ago
How_to_build_an_agent_with_the_node_sdk.mdx Update the node example as "function_call" is deprecated. (#934) 4 months ago
How_to_call_functions_for_knowledge_retrieval.ipynb Update docs to reflect the Python SDK changes (#1030) 2 months ago
How_to_call_functions_with_chat_models.ipynb Update docs to reflect the Python SDK changes (#1030) 2 months ago
How_to_combine_GPT4v_with_RAG_Outfit_Assistant.ipynb Update gpt-4v to gpt-4V and gpt-4 with Vision (#1096) 2 months ago
How_to_count_tokens_with_tiktoken.ipynb Misc updates (#1022) 3 months ago
How_to_finetune_chat_models.ipynb Update How_to_finetune_chat_models.ipynb (#1011) 2 months ago
How_to_format_inputs_to_ChatGPT_models.ipynb Migrate all notebooks to API V1 (#914) 3 months ago
How_to_handle_rate_limits.ipynb Fix rate limit increase link in How_to_handle_rate_limits.ipynb (#1089) 2 months ago
How_to_stream_completions.ipynb Clean up streaming code (#1133) 3 weeks ago
How_to_use_guardrails.ipynb Guardrails cookbook showing LLM input and output guardrails (#935) 4 months ago
How_to_use_moderation.ipynb Update How_to_use_moderation.ipynb (#1097) 2 months ago
Multiclass_classification_for_transactions.ipynb Migrate all notebooks to API V1 (#914) 3 months ago
Named_Entity_Recognition_to_enrich_text.ipynb Migrate all notebooks to API V1 (#914) 3 months ago
Parse_PDF_docs_for_RAG.ipynb Added a new notebook: "Parse PDF docs for RAG applications" (#1080) 2 months ago
Question_answering_using_a_search_API.ipynb Misc updates (#1022) 3 months ago
Question_answering_using_embeddings.ipynb Migrate all notebooks to API V1 (#914) 3 months ago
RAG_with_graph_db.ipynb Misc updates (#1022) 3 months ago
Recommendation_using_embeddings.ipynb Misc updates (#1022) 3 months ago
Regression_using_embeddings.ipynb Misc updates (#1022) 3 months ago
Reproducible_outputs_with_the_seed_parameter.ipynb Update Reproducible_outputs_with_the_seed_parameter.ipynb (#972) 4 months ago
SDG1.ipynb Dylanra/synthetic data gen (#1109) 3 weeks ago
Search_reranking_with_cross-encoders.ipynb Update Search_reranking_with_cross-encoders.ipynb (#1060) 2 months ago
Semantic_text_search_using_embeddings.ipynb Misc updates (#1022) 3 months ago
Summarizing_long_documents.ipynb A few improvements to the long summaries notebook (#1148) 2 weeks ago
Tag_caption_images_with_GPT4V.ipynb New tag & caption with GPT-4V notebook (#1079) 2 months ago
Unit_test_writing_using_a_multi-step_prompt.ipynb Migrate all notebooks to API V1 (#914) 3 months ago
Unit_test_writing_using_a_multi-step_prompt_with_older_completions_API.ipynb Misc updates (#1022) 3 months ago
User_and_product_embeddings.ipynb Misc updates (#1022) 3 months ago
Using_embeddings.ipynb updating for latest embedding models (#1129) 4 weeks ago
Using_logprobs.ipynb Add perplexity example to the `logprobs` user guide (#1071) 2 months ago
Visualizing_embeddings_in_2D.ipynb Misc updates (#1022) 3 months ago
Visualizing_embeddings_in_3D.ipynb Misc updates (#1022) 3 months ago
Whisper_correct_misspelling.ipynb Migrate all notebooks to API V1 (#914) 3 months ago
Whisper_processing_guide.ipynb Migrate all notebooks to API V1 (#914) 3 months ago
Whisper_prompting_guide.ipynb Migrate all notebooks to API V1 (#914) 3 months ago
Zero-shot_classification_with_embeddings.ipynb Misc updates (#1022) 3 months ago
api_request_parallel_processor.py Misc updates (#1022) 3 months ago
batch_processing.ipynb Adding Batch Processing notebook (#1164) 2 days ago
custom_image_embedding_search.ipynb Dylanra/clip based rag (#1110) 3 weeks ago