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
Simón Fishman 35b7123faf
update titles (#653)
10 months ago
..
azure [azure] add functions notebook sample (#595) 11 months ago
book_translation fixes token counting in translate_latex_book.ipynb (#579) 12 months ago
dalle Initial commit of DALL-E and Segment Anything notebook (#406) 1 year ago
data add ft data prep notebook (#647) 10 months ago
evaluation fix date typo (#640) 11 months ago
fine-tuned_qa fix iteration error (#208) 1 year ago
third_party_examples Added notebook example for visualizing embeddings in Kangas (#469) 12 months ago
vector_databases Fix typo in redis-hybrid-query-examples.ipynb (#642) 11 months ago
Backtranslation_of_SQL_queries.py Initial commit 2 years ago
Chat_finetuning_data_prep.ipynb add ft data prep notebook (#647) 10 months ago
Classification_using_embeddings.ipynb replace eval with safer literal_eval (#561) 12 months ago
Clustering.ipynb replace eval with safer literal_eval (#561) 12 months ago
Clustering_for_transaction_classification.ipynb replace eval with safer literal_eval (#561) 12 months ago
Code_search.ipynb Enhancements and Refactoring of Python Code Extraction Methods (#467) 12 months ago
Customizing_embeddings.ipynb fixes test/train bug 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 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
Function_calling_finding_nearby_places.ipynb adds one function calling notebook (#629) 11 months ago
Get_embeddings.ipynb updates embedding examples based on ada-002 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) 10 months ago
How_to_call_functions_with_chat_models.ipynb Fix function description (#626) 11 months ago
How_to_count_tokens_with_tiktoken.ipynb add tiktoken-go to How_to_count_tokens_with_tiktoken.ipynb (#605) 11 months ago
How_to_finetune_chat_models.ipynb update titles (#653) 10 months ago
How_to_format_inputs_to_ChatGPT_models.ipynb Ted/update token counting 0613 (#541) 1 year ago
How_to_handle_rate_limits.ipynb Update How_to_handle_rate_limits.ipynb (#554) 1 year ago
How_to_stream_completions.ipynb updates streaming example for chat models 1 year ago
Multiclass_classification_for_transactions.ipynb replace eval with safer literal_eval (#561) 12 months ago
Obtain_dataset.ipynb updates embedding examples based on ada-002 1 year ago
Question_answering_using_a_search_API.ipynb Update the actual number of results used in generating the final answer (#587) 12 months ago
Question_answering_using_embeddings.ipynb fixes grammar 1 year ago
Recommendation_using_embeddings.ipynb updates embedding examples based on ada-002 1 year ago
Regression_using_embeddings.ipynb replace eval with safer literal_eval (#561) 12 months ago
Search_reranking_with_cross-encoders.ipynb Initial commit of reranking with cross-encoder cookbook (#483) 1 year ago
Semantic_text_search_using_embeddings.ipynb replace eval with safer literal_eval (#561) 12 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 updates unit test writing example to use gpt-3.5-turbo 1 year ago
User_and_product_embeddings.ipynb replace eval with safer literal_eval (#561) 12 months ago
Visualizing_embeddings_in_2D.ipynb replace eval with safer literal_eval (#561) 12 months ago
Visualizing_embeddings_in_3D.ipynb updates # of dimensions in embedding visualization examples 1 year ago
Visualizing_embeddings_in_W&B.ipynb replace eval with safer literal_eval (#561) 12 months ago
Visualizing_embeddings_with_Atlas.ipynb replace eval with safer literal_eval (#561) 12 months ago
Whisper_correct_misspelling.ipynb adds two Whisper guides (#628) 11 months ago
Whisper_processing_guide.ipynb adds two Whisper guides (#628) 11 months ago
Whisper_prompting_guide.ipynb adds two Whisper guides (#628) 11 months ago
Zero-shot_classification_with_embeddings.ipynb replace eval with safer literal_eval (#561) 12 months ago
api_request_parallel_processor.py Add ability to store row-level metadata 1 year ago