From e431c7d0aab7f29f4d14570877b1dd6bd4099dc6 Mon Sep 17 00:00:00 2001 From: Alan Nichol Date: Tue, 13 Feb 2024 21:01:11 +0100 Subject: [PATCH 1/3] Update docusaurus.config.js --- docs/docusaurus.config.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/docusaurus.config.js b/docs/docusaurus.config.js index 4c67ce4fb6b2..2f02c6e5ee1e 100644 --- a/docs/docusaurus.config.js +++ b/docs/docusaurus.config.js @@ -59,8 +59,7 @@ module.exports = { themeConfig: { announcementBar: { id: 'rasa_oss_docs_change', // Any value that will identify this message. - content: 'This is the documentation for Rasa Open Source. If you\'re looking for Rasa Pro documentation, please visit this page.', - + content: 'Want to try CALM? We just announced the Rasa Pro Developer Edition.', backgroundColor: '#6200F5', // Defaults to `#fff`. textColor: '#fff', // Defaults to `#000`. // isCloseable: false, // Defaults to `true`. From 7b0111bcc4b75a6d619aad80191984fbc533a213 Mon Sep 17 00:00:00 2001 From: Alan Nichol Date: Mon, 19 Feb 2024 12:24:14 +0100 Subject: [PATCH 2/3] rm some unusable links, fix broken ones --- docs/docs/llms/llm-intent.mdx | 2 +- docs/docs/llms/llm-intentless.mdx | 4 ++-- docs/docs/llms/llm-nlg.mdx | 2 +- docs/docs/llms/llm-setup.mdx | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/docs/llms/llm-intent.mdx b/docs/docs/llms/llm-intent.mdx index 73d8564bba27..d51a335559f1 100644 --- a/docs/docs/llms/llm-intent.mdx +++ b/docs/docs/llms/llm-intent.mdx @@ -111,7 +111,7 @@ pipeline: Defaults to `text-davinci-003`. The model name needs to be set to a generative model using the completions API of -[OpenAI](https://platform.openai.com/docs/guides/gpt/completions-api). +[OpenAI](https://platform.openai.com/docs/guides/text-generation/chat-completions-api). If you want to use Azure OpenAI Service, you can configure the necessary parameters as described in the diff --git a/docs/docs/llms/llm-intentless.mdx b/docs/docs/llms/llm-intentless.mdx index 90af26e16f90..f8e11266092b 100644 --- a/docs/docs/llms/llm-intentless.mdx +++ b/docs/docs/llms/llm-intentless.mdx @@ -111,7 +111,7 @@ policies: ``` Defaults to `text-embedding-ada-002`. The model name needs to be set to an -[available embedidng model.](https://platform.openai.com/docs/guides/embeddings/embedding-models). +[available embedidng model.](https://platform.openai.com/docs/models/embeddings). #### LLM Model @@ -127,7 +127,7 @@ policies: model_name: text-davinci-003 ``` Defaults to `text-davinci-003`. The model name needs to be set to an -[available GPT-3 LLM model](https://platform.openai.com/docs/models/gpt-3). +available GPT-3 LLM model. If you want to use Azure OpenAI Service, you can configure the necessary parameters as described in the diff --git a/docs/docs/llms/llm-nlg.mdx b/docs/docs/llms/llm-nlg.mdx index 9e093562108e..3e95971816fc 100644 --- a/docs/docs/llms/llm-nlg.mdx +++ b/docs/docs/llms/llm-nlg.mdx @@ -157,7 +157,7 @@ nlg: Defaults to `text-davinci-003`. The model name needs to be set to a generative model using the completions API of -[OpenAI](https://platform.openai.com/docs/guides/gpt/completions-api). +[OpenAI](https://platform.openai.com/docs/guides/text-generation/chat-completions-api). If you want to use Azure OpenAI Service, you can configure the necessary parameters as described in the diff --git a/docs/docs/llms/llm-setup.mdx b/docs/docs/llms/llm-setup.mdx index 4e9cd3022acf..45000af6d6fa 100644 --- a/docs/docs/llms/llm-setup.mdx +++ b/docs/docs/llms/llm-setup.mdx @@ -48,7 +48,7 @@ To configure the API token, follow these steps: 1. If you haven't already, sign up for an account on the OpenAI platform. -2. Navigate to the [OpenAI Key Management page](https://platform.openai.com/account/api-keys), +2. Navigate to the OpenAI Key Management page, and click on the "Create New Secret Key" button to initiate the process of obtaining your API key. From f8d21a5aa71a26acbe04517d9ce5d38606a872c7 Mon Sep 17 00:00:00 2001 From: Alan Nichol Date: Thu, 22 Feb 2024 10:33:15 +0100 Subject: [PATCH 3/3] Update docs/docs/llms/llm-intentless.mdx Co-authored-by: Maxime Vdb --- docs/docs/llms/llm-intentless.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/llms/llm-intentless.mdx b/docs/docs/llms/llm-intentless.mdx index f8e11266092b..5d54b170ed89 100644 --- a/docs/docs/llms/llm-intentless.mdx +++ b/docs/docs/llms/llm-intentless.mdx @@ -111,7 +111,7 @@ policies: ``` Defaults to `text-embedding-ada-002`. The model name needs to be set to an -[available embedidng model.](https://platform.openai.com/docs/models/embeddings). +[available embedding model.](https://platform.openai.com/docs/models/embeddings). #### LLM Model