From 5a0ef2b5dec12abaa8f88fa2e2a33600a8788e26 Mon Sep 17 00:00:00 2001 From: Engel Nyst Date: Fri, 26 Apr 2024 15:17:06 +0200 Subject: [PATCH] Doc: update Azure guide with setting model in the UI (#1386) * Update AzureLLMs.md Add note about saving the actual model in the UI. * Update AzureLLMs.md Add note about saving the actual value in the UI. --- docs/guides/AzureLLMs.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/guides/AzureLLMs.md b/docs/guides/AzureLLMs.md index c7db46fa10..1c32410d5c 100644 --- a/docs/guides/AzureLLMs.md +++ b/docs/guides/AzureLLMs.md @@ -14,6 +14,10 @@ LLM_MODEL="azure/" LLM_API_VERSION = "" # e.g. "2024-02-15-preview" ``` +## Important Note: + +You can find your ChatGPT deployment name on the deployments page in Azure. It could be the same with the chat model name (e.g. 'GPT4-1106-preview'), by default or initially set, but it doesn't have to be the same. Run opendevin, and when you load it in the browser, go to Settings and set model as above: "azure/<your-actual-gpt-deployment-name>". If it's not in the list, enter your own text and save it. + # 2. Embeddings OpenDevin uses llama-index for embeddings. You can find their documentation on Azure [here](https://docs.llamaindex.ai/en/stable/api_reference/embeddings/azure_openai/)