Skip to content

Commit 2d99f9b

Browse files
author
Mayra Pena
committed
Fix syntax
1 parent abb65e0 commit 2d99f9b

File tree

1 file changed

+2
-16
lines changed

1 file changed

+2
-16
lines changed

Diff for: docs/how-tos/vscode/datacoves-copilot/llm-config.md

+2-16
Original file line numberDiff line numberDiff line change
@@ -10,22 +10,8 @@ Creating a [Datacoves Secret](/how-tos/datacoves/how_to_secrets.md) requires som
1010
- **Description:** Provide a simple description such as: `Open AI config`
1111
- **Format:** Select `Raw JSON`
1212
- **Value**: The value will vary based on the LLM you are utilizing.
13-
- **Open AI:** You only need your API key. Head to [Open AI](https://platform.openai.com/api-keys) to create your key.
14-
```json
15-
{
16-
"OPENAI_API_KEY": "Your key here"
17-
}
18-
```
19-
20-
- **Azure Open AI:** This requires two credentials. Head to [ai.azure.com](https://ai.azure.com) to find your credentials under the [Deployments](https://learn.microsoft.com/en-us/azure/ai-services/openai/how-to/working-with-models?tabs=powershell#model-deployment-upgrade-configuration) tab.
21-
22-
```json
23-
{
24-
"AZURE_OPENAI_ENDPOINT": "Your endpoint here",
25-
"AZURE_OPENAI_API_KEY" : "Your key here"
26-
}
27-
```
28-
13+
- **Open AI:** You only need your API key. Head to [Open AI](https://platform.openai.com/api-keys) to create your key. `{"OPENAI_API_KEY": "Your key here"}`
14+
- **Azure Open AI:** This requires two credentials. Head to [ai.azure.com](https://ai.azure.com) to find your credentials under the [Deployments](https://learn.microsoft.com/en-us/azure/ai-services/openai/how-to/working-with-models?tabs=powershell#model-deployment-upgrade-configuration) tab. `{"AZURE_OPENAI_ENDPOINT": "Your endpoint here", "AZURE_OPENAI_API_KEY" : "Your key here"}`
2915
- **Scope:** Select the desired scope, either `Project` or `Environment`.
3016
- **Project/Environment:** Select the `Project` or `Environment` that will access this LLM.
3117

0 commit comments

Comments
 (0)