Skip to content

Commit

Permalink
Merge pull request #100 from Azure/denniszielke-patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
denniszielke authored Apr 15, 2024
2 parents d98b2c6 + 7550eee commit fe9347c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions labs/00-setup/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ On the **Develop** page you will see values for **Key 1**, **Key 2**, **Location

![Alt text](images/deployments.png)

You can see above that we have a *completions* model `gpt-35-turbo` with version `0613` and an *embeddings* model `text-embedding-ada-002` with version `2`. If you have both of these, then you're good to go. If not, click on the **+ Create new deployment** link and follow the steps to create two deployments. Ensure that one model deployment uses `text-embedding-ada-002` and the other uses a completions model such as `gpt-35-turbo`.
You can see above that we have a *completions* model `gpt-35-turbo` with version `1106` or newer and an *embeddings* model `text-embedding-ada-002` with version `2`. If you have both of these, then you're good to go. If not, click on the **+ Create new deployment** link and follow the steps to create two deployments. Ensure that one model deployment uses `text-embedding-ada-002` and the other uses a completions model such as `gpt-35-turbo`.

Make a note of both the **deployment name** and the **model name** for each of the two deployments.

Expand Down Expand Up @@ -111,4 +111,4 @@ ___

## Next Section

📣 [Prompts](../01-prompts/README.md)
📣 [Prompts](../01-prompts/README.md)

0 comments on commit fe9347c

Please sign in to comment.