openai-cookbook/examples
Aaron Wilkowitz 9109a71839
Aaronwilkowitz/actions library (#1263)
Co-authored-by: Ilan Bigio <ilan@openai.com>
2024-06-28 17:29:30 -04: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/sharepoint_azure_function fixed code repository for solution one in Sharepoint solution (#1264) 2024-06-28 15:38:54 -04:00
dalle Fix syntax error in DALL-E notebook (#1036) 2024-02-26 09:34:33 -08:00
data Updates fine-tuning for function calling cookbook (#1253) 2024-06-17 08:59:26 -07:00
evaluation Msingh openai evalcookbook update (#1239) 2024-06-05 16:13:29 -07:00
fine-tuned_qa Migrate all notebooks to API V1 (#914) 2024-01-24 19:05:14 -06:00
gpt4o Change from display(Markdown) to print() (#1199) 2024-05-13 13:53:57 -04:00
gpt_actions_library Aaronwilkowitz/actions library (#1263) 2024-06-28 17:29:30 -04:00
multimodal Adds notebook for GPTV with function calling (#1139) 2024-04-10 08:53:14 -07: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 docs: update Philosophical_Quotes_CQL.ipynb (#1241) 2024-06-07 12:53:57 -07:00
api_request_parallel_processor.py Misc updates (#1022) 2024-01-25 11:59:05 -06:00
Assistants_API_overview_python.ipynb fix spelling (#1081) 2024-03-05 19:11:55 -08:00
batch_processing.ipynb Adding Batch Processing notebook (#1164) 2024-04-26 18:27:06 +01:00
Chat_finetuning_data_prep.ipynb Update gpt-3.5-turbo token limit in Chat_finetuning_data_prep.ipynb (#1178) 2024-06-07 12:55:06 -07: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
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 Function call cookbook (#1213) 2024-05-17 09:20:59 +01:00
How_to_combine_GPT4o_with_RAG_Outfit_Assistant.ipynb Update existing cookbooks to use gpt-4o (#1197) 2024-05-13 13:28:44 -04:00
How_to_count_tokens_with_tiktoken.ipynb Misc updates (#1022) 2024-01-25 11:59:05 -06:00
How_to_finetune_chat_models.ipynb Update How_to_finetune_chat_models.ipynb (#1011) 2024-03-05 19:13:50 -08:00
How_to_format_inputs_to_ChatGPT_models.ipynb Migrate all notebooks to API V1 (#914) 2024-01-24 19:05:14 -06: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 Update stream chat completions API cookbook (#1172) 2024-05-06 12:15:49 -07:00
How_to_use_guardrails.ipynb Guardrails cookbook showing LLM input and output guardrails (#935) 2023-12-19 09:01:27 -08:00
How_to_use_moderation.ipynb Update How_to_use_moderation.ipynb (#1097) 2024-03-11 16:58:16 +00: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 Dylanra/synthetic data gen (#1109) 2024-04-10 15:21:38 +01: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
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 New tag & caption with GPT-4V notebook (#1079) 2024-02-29 14:01:20 +00: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