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
Kai Chen f8fda2f47c Fix link to .py file (#763) 12 months ago
..
azure [azure] bring your own data example (#654) 1 year ago
book_translation fixes token counting in translate_latex_book.ipynb (#579) 1 year ago
dalle Initial commit of DALL-E and Segment Anything notebook (#406) 1 year ago
data add ft data prep notebook (#647) 1 year ago
evaluation small typoe fix (#688) 1 year ago
fine-tuned_qa fix: typo in hallucination reduction stat (#742) 1 year ago
third_party_examples Add Weights and Biases OpenAI MLOps examples to third_party_examples (#714) 1 year ago
vector_databases Add Deep Lake vector database example (#455) 1 year ago
Backtranslation_of_SQL_queries.py Fix typo in Backtranslation_of_SQL_queries.py (#709) 1 year ago
Chat_finetuning_data_prep.ipynb add note about legacy fine tuning (#729) 1 year ago
Classification_using_embeddings.ipynb Add description and rename Obtain_dataset, and throw error when fine tuned model not available (#727) 1 year ago
Clustering.ipynb Add description and rename Obtain_dataset, and throw error when fine tuned model not available (#727) 1 year ago
Clustering_for_transaction_classification.ipynb replace eval with safer literal_eval (#561) 1 year ago
Code_search.ipynb Improve code_search and get_embedding notebooks. (#717) 1 year ago
Customizing_embeddings.ipynb Update Customizing_embeddings.ipynb to be delete long cache output. (#667) 1 year 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 2 years ago
Entity_extraction_for_long_documents.ipynb Switching character chunking out for token-based chunking 2 years ago
Fine-tuned_classification.ipynb Initial commit 2 years ago
Function_calling_finding_nearby_places.ipynb adds one function calling notebook (#629) 1 year ago
Get_embeddings.ipynb Improve code_search and get_embedding notebooks. (#717) 1 year ago
Get_embeddings_from_dataset.ipynb Add description and rename Obtain_dataset, and throw error when fine tuned model not available (#727) 1 year ago
How_to_build_a_tool-using_agent_with_Langchain.ipynb add links to pinecone and add env var to index 1 year ago
How_to_call_functions_for_knowledge_retrieval.ipynb Fixed JSON formatting bug in arxiv_functions (#562) 1 year ago
How_to_call_functions_with_chat_models.ipynb Fix function description (#626) 1 year ago
How_to_count_tokens_with_tiktoken.ipynb [tiktoken_counting] fix tokenizer name (#741) 1 year ago
How_to_finetune_chat_models.ipynb Add description and rename Obtain_dataset, and throw error when fine tuned model not available (#727) 1 year ago
How_to_format_inputs_to_ChatGPT_models.ipynb Ted/update token counting 0613 (#541) 1 year ago
How_to_handle_rate_limits.ipynb Fix link to .py file (#763) 12 months ago
How_to_stream_completions.ipynb Fix typo in How_to_stream_completions.ipynb (#744) 1 year ago
Multiclass_classification_for_transactions.ipynb Add description and rename Obtain_dataset, and throw error when fine tuned model not available (#727) 1 year ago
Question_answering_using_a_search_API.ipynb Update the actual number of results used in generating the final answer (#587) 1 year ago
Question_answering_using_embeddings.ipynb fixes grammar 1 year ago
Recommendation_using_embeddings.ipynb updates embedding examples based on ada-002 2 years ago
Regression_using_embeddings.ipynb Add description and rename Obtain_dataset, and throw error when fine tuned model not available (#727) 1 year ago
Search_reranking_with_cross-encoders.ipynb Correct spelling mistake in Search_reranking_with_cross-encoders.ipynb (#675) 1 year ago
Semantic_text_search_using_embeddings.ipynb Add description and rename Obtain_dataset, and throw error when fine tuned model not available (#727) 1 year 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) 1 year ago
User_and_product_embeddings.ipynb Add description and rename Obtain_dataset, and throw error when fine tuned model not available (#727) 1 year ago
Visualizing_embeddings_in_2D.ipynb Add description and rename Obtain_dataset, and throw error when fine tuned model not available (#727) 1 year ago
Visualizing_embeddings_in_3D.ipynb updates # of dimensions in embedding visualization examples 2 years ago
Visualizing_embeddings_in_W&B.ipynb Add description and rename Obtain_dataset, and throw error when fine tuned model not available (#727) 1 year ago
Visualizing_embeddings_with_Atlas.ipynb replace eval with safer literal_eval (#561) 1 year ago
Whisper_correct_misspelling.ipynb adds two Whisper guides (#628) 1 year ago
Whisper_processing_guide.ipynb adds two Whisper guides (#628) 1 year ago
Whisper_prompting_guide.ipynb adds two Whisper guides (#628) 1 year ago
Zero-shot_classification_with_embeddings.ipynb Add description and rename Obtain_dataset, and throw error when fine tuned model not available (#727) 1 year ago
api_request_parallel_processor.py Improve parallel processing script (#735) 1 year ago