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..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/guides/embeddings/embedding-models). +[available embedding 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. diff --git a/docs/docs/sources/rasa_interactive___help.txt b/docs/docs/sources/rasa_interactive___help.txt index bed450d23efd..c3458bff7505 100644 --- a/docs/docs/sources/rasa_interactive___help.txt +++ b/docs/docs/sources/rasa_interactive___help.txt @@ -39,7 +39,7 @@ options: --conversation-id CONVERSATION_ID Specify the id of the conversation the messages are in. Defaults to a UUID that will be randomly - generated. (default: 24e5a6b78e524e13b12ecb081ced1f48) + generated. (default: a7ee6fdf181946c9ab1813ba70293e3b) --endpoints ENDPOINTS Configuration file for the model server and the connectors as a yml file. (default: endpoints.yml) diff --git a/docs/docs/sources/rasa_shell___help.txt b/docs/docs/sources/rasa_shell___help.txt index a9aa1d4c25a1..5ae4e37230b7 100644 --- a/docs/docs/sources/rasa_shell___help.txt +++ b/docs/docs/sources/rasa_shell___help.txt @@ -30,7 +30,7 @@ options: -h, --help show this help message and exit --conversation-id CONVERSATION_ID Set the conversation ID. (default: - 0bfdc3aa4fc14968badb6f03ad29ceb0) + 00baaccc56e5459e80d0e27f3ad9e17a) -m MODEL, --model MODEL Path to a trained Rasa model. If a directory is specified, it will use the latest model in this diff --git a/docs/docusaurus.config.js b/docs/docusaurus.config.js index 42a451993690..49d93ee809ad 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`.