Skip to content

Commit

Permalink
Update links
Browse files Browse the repository at this point in the history
  • Loading branch information
maksim-m committed Sep 13, 2024
1 parent fe924a5 commit 878c6c2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/docs/docker/building-in-docker.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ The initial project files should all be there, as well as a `models` directory t
:::note
If you run into permission errors, it may be because the `rasa/rasa` images
run as user `1001` as a best practice, to avoid giving the container `root` permissions.
Hence, all files created by these containers will be owned by user `1001`. See the [Docker documentation](https://docs.docker.com/edge/engine/reference/commandline/run/)
Hence, all files created by these containers will be owned by user `1001`. See the [Docker documentation](https://docs.docker.com/engine/containers/run/)
if you want to run the containers as a different user.

:::
Expand Down
2 changes: 1 addition & 1 deletion docs/docs/llms/llm-intent.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,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/text-generation/chat-completions-api).
[OpenAI](https://platform.openai.com/docs/guides/chat-completions).

If you want to use Azure OpenAI Service, you can configure the necessary
parameters as described in the
Expand Down
2 changes: 1 addition & 1 deletion docs/docs/llms/llm-nlg.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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/text-generation/chat-completions-api).
[OpenAI](https://platform.openai.com/docs/guides/chat-completions).

If you want to use Azure OpenAI Service, you can configure the necessary
parameters as described in the
Expand Down

0 comments on commit 878c6c2

Please sign in to comment.