From c462d0e89849514fef18830bd37c5543d0daf652 Mon Sep 17 00:00:00 2001 From: Rob Bos Date: Sun, 22 Sep 2024 09:51:43 +0200 Subject: [PATCH 1/4] Update embeddings_getting_started.ipynb --- samples/python/openai/embeddings_getting_started.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/python/openai/embeddings_getting_started.ipynb b/samples/python/openai/embeddings_getting_started.ipynb index f68e095..7e146de 100644 --- a/samples/python/openai/embeddings_getting_started.ipynb +++ b/samples/python/openai/embeddings_getting_started.ipynb @@ -126,7 +126,7 @@ "\n", "See the cookbook [rag_getting_started](../../../cookbooks/python/llamaindex/rag_getting_started.ipynb) for an example of how to do this using the LLamaIndex framework.\n", "\n", - "To learn more about what you can do with the GitHub models using the OpenAI Python API, [check out theses cookbooks](../../../cookbooks/python/openai/README.md)\n" + "To learn more about what you can do with the GitHub models using the OpenAI Python API, [check out theses cookbooks](../../../cookbooks/python/openai/README.md).\n" ] } ], From 29ee2b650cad5d650af81379149ff8cc5b53e320 Mon Sep 17 00:00:00 2001 From: Rob Bos Date: Sun, 22 Sep 2024 09:53:56 +0200 Subject: [PATCH 2/4] Update README.md --- cookbooks/python/openai/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cookbooks/python/openai/README.md b/cookbooks/python/openai/README.md index 9642c35..4b56c15 100644 --- a/cookbooks/python/openai/README.md +++ b/cookbooks/python/openai/README.md @@ -9,4 +9,4 @@ The samples were modified slightly to better run with the GitHub Models service. - [How to call functions with chat models](How_to_call_functions_with_chat_models.ipynb): This notebook shows how to get GPT-4o to determing which of a set of functions to call to answer a user's question. - [Data extraction and transformation](Data_extraction_transformation.ipynb): This notebook shows how to extract data from documents using gpt-4o-mini. - [How to stream completions](How_to_stream_completions.ipynb): This notebook shows detailed instructions on how to stream chat completions. -- [Developing Hallucination Guardrails](Developing_hallucination_guardrails.ipynb): Develop an output guardrail that specifically checks model outputs for hallucinations +- [Developing Hallucination Guardrails](Developing_hallucination_guardrails.ipynb): Develop an output guardrail that specifically checks model outputs for hallucinations. From ef7dd5201c5d568512370095c20d38ee337a3e4c Mon Sep 17 00:00:00 2001 From: Rob Bos Date: Sun, 22 Sep 2024 09:55:08 +0200 Subject: [PATCH 3/4] Update README.md --- cookbooks/python/mistralai/README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/cookbooks/python/mistralai/README.md b/cookbooks/python/mistralai/README.md index 4596ce9..9a89a63 100644 --- a/cookbooks/python/mistralai/README.md +++ b/cookbooks/python/mistralai/README.md @@ -8,7 +8,7 @@ The samples were modified slightly to better run with the GitHub Models service. The following cookbook examples are available: -- [Evaluation](evaluation.ipynb): Provides a number of examples for evaluating the performance of a task performed by an LLM, concretely information extraction, code generation, summarization -- [Function Calling](function_calling.ipynb): Simple example to demonstrate how function calling works with Mistral models -- [Prefix: Use Cases](prefix_use_cases.ipynb): Add a prefix to the model's response via the API -- [Prompting Capabilities](prompting_capabilities.ipynb): Example prompts showing classification, summarization, personalization, and evaluation \ No newline at end of file +- [Evaluation](evaluation.ipynb): Provides a number of examples for evaluating the performance of a task performed by an LLM, concretely information extraction, code generation, summarization. +- [Function Calling](function_calling.ipynb): Simple example to demonstrate how function calling works with Mistral models. +- [Prefix: Use Cases](prefix_use_cases.ipynb): Add a prefix to the model's response via the API. +- [Prompting Capabilities](prompting_capabilities.ipynb): Example prompts showing classification, summarization, personalization, and evaluation. From 1f24c59c726e9f9aea241df0562c0db1849b465a Mon Sep 17 00:00:00 2001 From: Rob Bos Date: Sun, 22 Sep 2024 09:56:54 +0200 Subject: [PATCH 4/4] Update README.md --- cookbooks/python/langchain/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cookbooks/python/langchain/README.md b/cookbooks/python/langchain/README.md index c3d2ddf..6ed8770 100644 --- a/cookbooks/python/langchain/README.md +++ b/cookbooks/python/langchain/README.md @@ -4,4 +4,4 @@ This folder contains examples of how to achieve specific tasks using the LangCha ## Examples -- [LangChain](lc_openai_getting_started.ipynb): Examples of how LangChain can be used with models provided by the GitHub Models service +- [LangChain](lc_openai_getting_started.ipynb): Examples of how LangChain can be used with models provided by the GitHub Models service.