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
jhills20 28f5d9d4eb conclustion 3 months ago
..
azure Removed api_key when using Azure Active Directory (#897) 6 months ago
book_translation Fix typo in examples/book_translation/translate_latex_book.ipynb (#798) 7 months ago
dalle Initial commit of DALL-E and Segment Anything notebook (#406) 1 year ago
data New cookbook to do RAG with a graph database (#915) 5 months ago
evaluation Update Evaluate_RAG_with_LlamaIndex.ipynb (#898) 5 months ago
fine-tuned_qa docs: fix typo in olympics-3-train-qa.ipynb (#882) 5 months ago
third_party Fix syntax error in W&B weave notebook (#964) 5 months ago
utils Update embeddings_utils.py and related notebooks to API V1 (issue #855) (#857) 6 months ago
vector_databases Adds Tembo VectorDB to list of vector databases (#940) 5 months ago
Assistants_API_overview_python.ipynb Assistants API Overview: Rearrange intro text and image. (#851) 6 months ago
Backtranslation_of_SQL_queries.py Fix typo in Backtranslation_of_SQL_queries.py (#709) 8 months ago
Chat_finetuning_data_prep.ipynb Correct legacy fine-tuning note (#770) 7 months ago
Classification_using_embeddings.ipynb Added embeddings_utils.py to utils directory, and updated references (#841) 6 months ago
Clustering.ipynb Update some cookbook titles (#795) 7 months ago
Clustering_for_transaction_classification.ipynb Updated notebook to chat completions API and removed warning (#895) 5 months ago
Code_search_using_embeddings.ipynb Update embeddings_utils.py and related notebooks to API V1 (issue #855) (#857) 6 months ago
Creating_slides_with_Assistants_API_and_DALL-E3.ipynb update twitter handle and minuscule wording changes (#918) 6 months ago
Customizing_embeddings.ipynb Update embeddings_utils.py and related notebooks to API V1 (issue #855) (#857) 6 months ago
Embedding_Wikipedia_articles_for_search.ipynb Update the section token count from 1,000 to 1,600 1 year ago
Embedding_long_inputs.ipynb Fix typo in Embedding_long_inputs.ipynb 1 year ago
Entity_extraction_for_long_documents.ipynb Switching character chunking out for token-based chunking 1 year ago
Fine-tuned_classification.ipynb Initial commit 2 years ago
Fine_tuning_for_function_calling.ipynb conclustion 3 months ago
Function_calling_finding_nearby_places.ipynb Updating notebooks to use new Python SDK (#837) 6 months ago
Function_calling_with_an_OpenAPI_spec.ipynb Updating notebooks to use new Python SDK (#837) 6 months ago
GPT_with_vision_for_video_understanding.ipynb Fix audio output in GPT-V notebook (#908) 6 months ago
Get_embeddings_from_dataset.ipynb Update Get_embeddings_from_dataset.ipynb from engine to model as function argument to get_embeddings (#903) 5 months ago
How_to_build_a_tool-using_agent_with_Langchain.ipynb fix: URL to langchain agents page (#942) 5 months ago
How_to_build_an_agent_with_the_node_sdk.mdx Update the node example as "function_call" is deprecated. (#934) 5 months ago
How_to_call_functions_for_knowledge_retrieval.ipynb Fixed JSON formatting bug in arxiv_functions (#562) 9 months ago
How_to_call_functions_with_chat_models.ipynb Add parallel function calling (#838) 6 months ago
How_to_count_tokens_with_tiktoken.ipynb Remove unnecessary cell outputs 7 months ago
How_to_finetune_chat_models.ipynb Fix bug #884 - Port How_to_finetune_chat_models to API V1 (#885) 6 months ago
How_to_format_inputs_to_ChatGPT_models.ipynb Fixed link to "techniques to improve reliability" (#974) 5 months ago
How_to_handle_rate_limits.ipynb Update rate limits and use Chatcompletion (#818) 6 months ago
How_to_stream_completions.ipynb Update migrate How_to_stream_completions.ipynb to openai 1.3.7 (#912) 5 months ago
How_to_use_guardrails.ipynb Guardrails cookbook showing LLM input and output guardrails (#935) 5 months ago
Multiclass_classification_for_transactions.ipynb Update embeddings_utils.py and related notebooks to API V1 (issue #855) (#857) 6 months ago
Named_Entity_Recognition_to_enrich_text.ipynb Add notebook for NER using Functions (#807) 6 months ago
Question_answering_using_a_search_API.ipynb Fix more uneven title sizing 8 months ago
Question_answering_using_embeddings.ipynb Update openai calls to current lib version in Question Answering Using Embedding example (#886) 5 months ago
RAG_with_graph_db.ipynb New cookbook to do RAG with a graph database (#915) 5 months ago
Recommendation_using_embeddings.ipynb Added embeddings_utils.py to utils directory, and updated references (#841) 6 months ago
Regression_using_embeddings.ipynb Add description and rename Obtain_dataset, and throw error when fine tuned model not available (#727) 8 months ago
Reproducible_outputs_with_the_seed_parameter.ipynb Update Reproducible_outputs_with_the_seed_parameter.ipynb (#972) 5 months ago
Search_reranking_with_cross-encoders.ipynb Fix image links 7 months ago
Semantic_text_search_using_embeddings.ipynb Update embeddings_utils.py and related notebooks to API V1 (issue #855) (#857) 6 months ago
Unit_test_writing_using_a_multi-step_prompt.ipynb updates unit test writing example to use gpt-3.5-turbo 1 year ago
Unit_test_writing_using_a_multi-step_prompt_with_older_completions_API.ipynb clarify title (#672) 9 months ago
User_and_product_embeddings.ipynb Fix for issue #858: User_and_product_embeddings.ipynb points to incorrect CSV (#863) 6 months ago
Using_embeddings.ipynb Update some cookbook titles (#795) 7 months ago
Using_logprobs.ipynb Logprobs suggestions (#948) 5 months ago
Visualizing_embeddings_in_2D.ipynb Add description and rename Obtain_dataset, and throw error when fine tuned model not available (#727) 8 months ago
Visualizing_embeddings_in_3D.ipynb Update embeddings_utils.py and related notebooks to API V1 (issue #855) (#857) 6 months ago
Whisper_correct_misspelling.ipynb Upgrade Whisper notebooks to API V1, fixes bug #906 (#907) 6 months ago
Whisper_processing_guide.ipynb SDK fixes and slight clean up to Whisper pre/post processing recipe (#834) 6 months ago
Whisper_prompting_guide.ipynb Upgrade Whisper notebooks to API V1, fixes bug #906 (#907) 6 months ago
Zero-shot_classification_with_embeddings.ipynb Update embeddings_utils.py and related notebooks to API V1 (issue #855) (#857) 6 months ago
api_request_parallel_processor.py Fix the comments regarding task_id_generator_function to be consistent (#890) 6 months ago