Skip to content

Commit

Permalink
rm some unusable links, fix broken ones
Browse files Browse the repository at this point in the history
  • Loading branch information
amn41 committed Feb 19, 2024
1 parent e57f96f commit 7b0111b
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/docs/llms/llm-intent.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions docs/docs/llms/llm-intentless.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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).

Check warning on line 114 in docs/docs/llms/llm-intentless.mdx

View workflow job for this annotation

GitHub Actions / Typo CI

embedidng

"embedidng" is a typo. Did you mean "embedding"?

#### LLM Model

Expand All @@ -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
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/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
Expand Down
2 changes: 1 addition & 1 deletion docs/docs/llms/llm-setup.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 7b0111b

Please sign in to comment.