You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/how-tos/vscode/datacoves-copilot/llm-config.md
+2-16
Original file line number
Diff line number
Diff line change
@@ -10,22 +10,8 @@ Creating a [Datacoves Secret](/how-tos/datacoves/how_to_secrets.md) requires som
10
10
-**Description:** Provide a simple description such as: `Open AI config`
11
11
-**Format:** Select `Raw JSON`
12
12
-**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"}`
29
15
-**Scope:** Select the desired scope, either `Project` or `Environment`.
30
16
-**Project/Environment:** Select the `Project` or `Environment` that will access this LLM.
0 commit comments